#define AUTO_SHIFT_SETUP (#8441)

* #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 James Young
parent 167daa9cf8
commit 568cae28ec
3 changed files with 42 additions and 36 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,