skeletyl, sweep: typo, disable NO_AUTO_SHIFT_ALPHA
This commit is contained in:
parent
bce4afb0d6
commit
52415ec56a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue