summaryrefslogtreecommitdiff
path: root/users/drashna/template.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-05-30 22:02:55 -0700
committerGitHub <noreply@github.com>2022-05-30 22:02:55 -0700
commitcda343acbe45826225edac75eaa63216bf76d874 (patch)
tree398a14c907baa8e6521fc9d001a4619289e1d7a3 /users/drashna/template.h
parentb554e4b612d24109ce714554a306043a01382cbd (diff)
[Keymap] Drashna update for post Q2 merge (#17241)
Diffstat (limited to 'users/drashna/template.h')
-rw-r--r--users/drashna/template.h4
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
};