forked from mirrors/qmk_userspace
hhkb: refactored
This commit is contained in:
parent
9d7979931e
commit
06eb50be07
16 changed files with 354 additions and 217 deletions
|
@ -262,10 +262,14 @@ enum keycodes {
|
|||
KB_RGUI, /* 0x80 */
|
||||
|
||||
/* extensions for internal use */
|
||||
FN_1 = 0xE8,
|
||||
FN_0 = 0xE8,
|
||||
FN_1,
|
||||
FN_2,
|
||||
FN_3,
|
||||
FN_4,
|
||||
FN_5,
|
||||
FN_6,
|
||||
FN_7,
|
||||
MS_UP = 0xF0,
|
||||
MS_DOWN,
|
||||
MS_LEFT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue