diff options
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r-- | users/drashna/config.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 5e935827b..f54da9e32 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
@@ -147,6 +147,9 @@ | |||
147 | // # define OLED_FONT_5X5 | 147 | // # define OLED_FONT_5X5 |
148 | // # define OLED_FONT_AZTECH | 148 | // # define OLED_FONT_AZTECH |
149 | // # define OLED_FONT_BMPLAIN | 149 | // # define OLED_FONT_BMPLAIN |
150 | // # define OLED_FONT_CRACKERS | ||
151 | // # define OLED_FONT_HISKYF21 | ||
152 | # define OLED_FONT_DEAD_MEAL | ||
150 | // # define OLED_FONT_SUPER_DIGG | 153 | // # define OLED_FONT_SUPER_DIGG |
151 | // # define OLED_LOGO_GMK_BAD | 154 | // # define OLED_LOGO_GMK_BAD |
152 | // # define OLED_LOGO_HUE_MANITEE | 155 | // # define OLED_LOGO_HUE_MANITEE |
@@ -163,17 +166,12 @@ | |||
163 | # define ONESHOT_TIMEOUT 3000 | 166 | # define ONESHOT_TIMEOUT 3000 |
164 | #endif // !ONESHOT_TIMEOUT | 167 | #endif // !ONESHOT_TIMEOUT |
165 | 168 | ||
166 | // this makes it possible to do rolling combos (zx) with keys that | 169 | #define IGNORE_MOD_TAP_INTERRUPT_PER_KEY |
167 | // convert to other keys on hold (z becomes ctrl when you hold it, | 170 | #define PERMISSIVE_HOLD_PER_KEY |
168 | // and when this option isn't enabled, z rapidly followed by x | 171 | #define TAPPING_FORCE_HOLD_PER_KEY |
169 | // actually sends Ctrl-x. That's bad.) | 172 | #define RETRO_TAPPING_PER_KEY |
170 | #define IGNORE_MOD_TAP_INTERRUPT | 173 | #define TAPPING_TERM_PER_KEY |
171 | #undef PERMISSIVE_HOLD | 174 | |
172 | //#define TAPPING_FORCE_HOLD_PER_KEY | ||
173 | //#define RETRO_TAPPING_PER_KEY | ||
174 | #if !defined(KEYBOARD_kyria) && !defined(KEYBOARD_splitkb_kyria) | ||
175 | # define TAPPING_TERM_PER_KEY | ||
176 | #endif | ||
177 | 175 | ||
178 | #ifndef TAPPING_TOGGLE | 176 | #ifndef TAPPING_TOGGLE |
179 | # define TAPPING_TOGGLE 1 | 177 | # define TAPPING_TOGGLE 1 |