diff options
Diffstat (limited to 'users/drashna/template.h')
-rw-r--r-- | users/drashna/template.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/drashna/template.h b/users/drashna/template.h index 26ac98edb9..bb08bb3e41 100644 --- a/users/drashna/template.h +++ b/users/drashna/template.h @@ -12,7 +12,7 @@ enum custom_keycodes { VRSN = SAFE_RANGE, // can always be here - KC_MAKE, - KC_RESET, + QK_MAKE, + QK_BOOT, NEWPLACEHOLDER // use "NEWPLACEHOLDER for keymap specific codes }; |