* #define AUTO_SHIFT_SETUP

* Clarification

Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP

* AUTO_SHIFT_NO_SETUp
This commit is contained in:
Greg Wright
2020-08-15 16:55:13 -04:00
committed by Drashna Jael're
parent a768805945
commit af7272b1b3
2 changed files with 77 additions and 76 deletions

View File

@@ -123,10 +123,12 @@ enum quantum_keycodes {
KC_LEAD,
#endif
// Auto Shift setup
// Auto Shift setup
#ifndef AUTO_SHIFT_NO_SETUP
KC_ASUP,
KC_ASDN,
KC_ASRP,
#endif
KC_ASTG,
KC_ASON,
KC_ASOFF,