diff options
Diffstat (limited to 'common/action.c')
-rw-r--r-- | common/action.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/action.c b/common/action.c index 51b11d1bc2..3d81318a9c 100644 --- a/common/action.c +++ b/common/action.c @@ -369,6 +369,7 @@ static void process_action(keyrecord_t *record) break; #endif +#ifndef NO_ACTION_KEYMAP case ACT_KEYMAP: switch (action.layer.code) { /* Keymap clear */ @@ -530,6 +531,7 @@ static void process_action(keyrecord_t *record) break; } break; +#endif #ifndef NO_ACTION_OVERLAY case ACT_OVERLAY: |