compiles, but long delay on startup and problems
This commit is contained in:
parent
159191a874
commit
bf2670601d
8 changed files with 79 additions and 65 deletions
|
@ -537,7 +537,7 @@ void process_action(keyrecord_t *record, action_t action)
|
|||
action_macro_play(action_get_macro(record, action.func.id, action.func.opt));
|
||||
break;
|
||||
#endif
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#if defined(BACKLIGHT_ENABLE) | defined(LED_MATRIX_ENABLE)
|
||||
case ACT_BACKLIGHT:
|
||||
if (!event.pressed) {
|
||||
switch (action.backlight.opt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue