skeletyl, sweep: typo, disable NO_AUTO_SHIFT_ALPHA

This commit is contained in:
Michael Grote 2024-08-06 17:36:37 +02:00
parent bce4afb0d6
commit 52415ec56a
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
// autoshift // autoshift
#define NO_AUTO_SHIFT_TAB #define NO_AUTO_SHIFT_TAB
#define NO_AUTO_SHIFT_NUMERIC #define NO_AUTO_SHIFT_NUMERIC
#define NO_AUTO_SHIFT_ALPH #define NO_AUTO_SHIFT_ALPHA
// handedness // handedness
#undef MASTER_RIGHT #undef MASTER_RIGHT
// rgb // rgb

View file

@ -4,7 +4,7 @@
// autoshift // autoshift
#define NO_AUTO_SHIFT_TAB #define NO_AUTO_SHIFT_TAB
#define NO_AUTO_SHIFT_NUMERIC #define NO_AUTO_SHIFT_NUMERIC
#define NO_AUTO_SHIFT_ALPH #define NO_AUTO_SHIFT_ALPHA
// Handedness // Handedness
// https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom // https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom
// https://www.reddit.com/r/ErgoMechKeyboards/comments/rcq6u9/just_finished_configuring_my_ferris_one_half_have/ // https://www.reddit.com/r/ErgoMechKeyboards/comments/rcq6u9/just_finished_configuring_my_ferris_one_half_have/