summaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/egstad/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-28 23:53:15 +1100
committerGitHub <noreply@github.com>2022-10-28 13:53:15 +0100
commit22be7e79ac6a328ed5a7dc8c4e6f17d749852221 (patch)
tree49320f3f101270c1c191c387156190b5e5fe688f /keyboards/preonic/keymaps/egstad/config.h
parent2ff1d852909daaaf94433fab202e7bf94274d67b (diff)
Normalise Auto Shift keycodes (#18892)
* Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
Diffstat (limited to 'keyboards/preonic/keymaps/egstad/config.h')
-rw-r--r--keyboards/preonic/keymaps/egstad/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/preonic/keymaps/egstad/config.h b/keyboards/preonic/keymaps/egstad/config.h
index 2a3cab826a..4f4fbfe05c 100644
--- a/keyboards/preonic/keymaps/egstad/config.h
+++ b/keyboards/preonic/keymaps/egstad/config.h
@@ -35,22 +35,22 @@
// #define NO_AUTO_SHIFT_ALPHA
// Lower the Auto Shift timeout variable (down)
-// KC_ASDN
+// AS_DOWN
// Raise the Auto Shift timeout variable (up)
-// KC_ASUP
+// AS_UP
// Report your current Auto Shift timeout value
-// KC_ASRP
+// AS_RPT
// Turns on the Auto Shift Function
-// KC_ASON
+// AS_ON
// Turns off the Auto Shift Function
-// KC_ASOFF
+// AS_OFF
// Toggles the state of the Auto Shift feature
-// KC_ASTG
+// AS_TOGG
#ifdef AUDIO_ENABLE