mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-15 20:31:27 +00:00
Extend range of tappable keycodes
This commit is contained in:
parent
2fd58038be
commit
ec7a5d3d71
@ -952,7 +952,7 @@ bool is_tap_action(action_t action)
|
||||
case ACT_LAYER_TAP:
|
||||
case ACT_LAYER_TAP_EXT:
|
||||
switch (action.layer_tap.code) {
|
||||
case 0x00 ... 0xdf:
|
||||
case 0x00 ... 0xE7:
|
||||
case OP_TAP_TOGGLE:
|
||||
case OP_ONESHOT:
|
||||
return true;
|
||||
@ -960,7 +960,7 @@ bool is_tap_action(action_t action)
|
||||
return false;
|
||||
case ACT_SWAP_HANDS:
|
||||
switch (action.swap.code) {
|
||||
case 0x00 ... 0xdf:
|
||||
case 0x00 ... 0xE7:
|
||||
case OP_SH_TAP_TOGGLE:
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user