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/pdl/pdl.h | |
parent | 594f869619884519692319a44da394f8959d4cdf (diff) |
Fix some old keycodes (#19086)
Diffstat (limited to 'users/pdl/pdl.h')
-rw-r--r-- | users/pdl/pdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/pdl/pdl.h b/users/pdl/pdl.h index 394f79f2f3..4079ba9d33 100644 --- a/users/pdl/pdl.h +++ b/users/pdl/pdl.h @@ -128,7 +128,7 @@ enum userspace_layers { #define _________________FUNCTN_L1_________________ KC_ESC, KC_F1, KC_F2, KC_F3, MY_AF4 #define _________________FUNCTN_L2_________________ KC_APP, KC_F4, KC_F5, KC_F6, MY_CF5 -#define _________________FUNCTN_L3_________________ RESET, KC_F7, KC_F8, KC_F9, MY_CF4 +#define _________________FUNCTN_L3_________________ QK_BOOT, KC_F7, KC_F8, KC_F9, MY_CF4 #define _________________FUNCTN_R1_________________ KC_VOLU, KC_F10, KC_F11, KC_F12, KC_INS #define _________________FUNCTN_R2_________________ KC_VOLD, KC_MPRV, KC_MSTP, KC_MPLY, KC_MNXT |