|
@@ -506,14 +506,7 @@ void music_scale_user(void)
|
|
//SSD1306 OLED update loop, make sure to add #define SSD1306OLED in config.h
|
|
//SSD1306 OLED update loop, make sure to add #define SSD1306OLED in config.h
|
|
#ifdef SSD1306OLED
|
|
#ifdef SSD1306OLED
|
|
|
|
|
|
-// hook point for 'led_test' keymap
|
|
|
|
-// 'default' keymap's led_test_init() is empty function, do nothing
|
|
|
|
-// 'led_test' keymap's led_test_init() force rgblight_mode_noeeprom(RGBLIGHT_MODE_RGB_TEST);
|
|
|
|
-__attribute__ ((weak))
|
|
|
|
-void led_test_init(void) {}
|
|
|
|
-
|
|
|
|
void matrix_scan_user(void) {
|
|
void matrix_scan_user(void) {
|
|
- led_test_init();
|
|
|
|
iota_gfx_task(); // this is what updates the display continuously
|
|
iota_gfx_task(); // this is what updates the display continuously
|
|
}
|
|
}
|
|
|
|
|