Align location of tap dance keycode (#22742)
This commit is contained in:
parent
03848bb3aa
commit
b824faca71
5 changed files with 11 additions and 7 deletions
|
@ -190,6 +190,10 @@
|
|||
#define SH_T(kc) (QK_SWAP_HANDS | ((kc)&0xFF))
|
||||
#define QK_SWAP_HANDS_GET_TAP_KEYCODE(kc) ((kc)&0xFF)
|
||||
|
||||
// Tap dance
|
||||
#define TD(i) (QK_TAP_DANCE | ((i)&0xFF))
|
||||
#define QK_TAP_DANCE_GET_INDEX(kc) ((kc)&0xFF)
|
||||
|
||||
// MIDI aliases
|
||||
#define MIDI_TONE_MIN QK_MIDI_NOTE_C_0
|
||||
#define MIDI_TONE_MAX QK_MIDI_NOTE_B_5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue