diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-16 03:52:01 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 16:52:01 +0000 |
commit | de66797705ef0e490e5deca0545f009c351f5f45 (patch) | |
tree | 86e435ee5b6ff7a4f1d47a5337818e59d85191e9 /users/ericgebhart/layers/toprows.h | |
parent | 594f869619884519692319a44da394f8959d4cdf (diff) |
Fix some old keycodes (#19086)
Diffstat (limited to 'users/ericgebhart/layers/toprows.h')
-rw-r--r-- | users/ericgebhart/layers/toprows.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/ericgebhart/layers/toprows.h b/users/ericgebhart/layers/toprows.h index 351df442ed..3ae1c4665b 100644 --- a/users/ericgebhart/layers/toprows.h +++ b/users/ericgebhart/layers/toprows.h @@ -25,8 +25,8 @@ /*******************************************************************/ // Kinesis function key row. I don't use them. but might as well define them. #define ___KINTFUNC_L___ KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8 -// #define ___KINTFUNC_RIGHT___ KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SLCK, KC_PAUS, KC_FN0, RESET -#define ___KINTFUNC_R___ KC_F9, KC_F10, KC_F11, KC_F12, XXX, XXX, XXX, XXX, RESET +// #define ___KINTFUNC_RIGHT___ KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SCRL, KC_PAUS, KC_FN0, QK_BOOT +#define ___KINTFUNC_R___ KC_F9, KC_F10, KC_F11, KC_F12, XXX, XXX, XXX, XXX, QK_BOOT // A TOPROWS Layer. // set it how you like it, if you like it. |