Add NO_ACTION_KEYMAP config option

This commit is contained in:
tmk
2013-03-20 00:56:54 +09:00
parent ecb7550a91
commit dbcac865b9
4 changed files with 22 additions and 0 deletions

View File

@ -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: