1
0
Fork 0

Add NO_ACTION_OVERLAY config option

This commit is contained in:
tmk 2013-03-20 00:26:01 +09:00
parent 1687041267
commit b057511f45
4 changed files with 23 additions and 1 deletions

View file

@ -517,6 +517,7 @@ static void process_action(keyrecord_t *record)
}
break;
#ifndef NO_ACTION_OVERLAY
case ACT_OVERLAY:
switch (action.layer.code) {
// Overlay Invert bit4
@ -670,6 +671,7 @@ static void process_action(keyrecord_t *record)
break;
}
break;
#endif
/* Extentions */
case ACT_MACRO: