diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-05-25 09:24:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-25 09:24:01 -0700 |
| commit | f461adbd1dffa178042a4805137918a4bec3c118 (patch) | |
| tree | b0ae27e54c08157dfc88cfdaf8d94fbae1af9e87 /users/drashna/config.h | |
| parent | cc815c4d830eb1ec8f1098b2f19fdfa99073a954 (diff) | |
| download | qmk_firmware-f461adbd1dffa178042a4805137918a4bec3c118.tar.gz qmk_firmware-f461adbd1dffa178042a4805137918a4bec3c118.zip | |
[Keymap] Update to Drashna keymap and user code (based on develop) (#12936)
Diffstat (limited to 'users/drashna/config.h')
| -rw-r--r-- | users/drashna/config.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 8081af9cc..5f7c32ff3 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | #if defined(SPLIT_KEYBOARD) | 25 | #if defined(SPLIT_KEYBOARD) |
| 26 | # define SPLIT_MODS_ENABLE | 26 | # define SPLIT_MODS_ENABLE |
| 27 | // # define SPLIT_TRANSPORT_MIRROR | 27 | # define SPLIT_TRANSPORT_MIRROR |
| 28 | # define SERIAL_USE_MULTI_TRANSACTION | 28 | # define SERIAL_USE_MULTI_TRANSACTION |
| 29 | // # define SPLIT_NUM_TRANSACTIONS_KB 2 | 29 | // # define SPLIT_NUM_TRANSACTIONS_KB 2 |
| 30 | #endif | 30 | #endif |
| @@ -56,6 +56,8 @@ | |||
| 56 | # else | 56 | # else |
| 57 | # define RGBLIGHT_ANIMATIONS | 57 | # define RGBLIGHT_ANIMATIONS |
| 58 | # endif | 58 | # endif |
| 59 | # define RGBLIGHT_EFFECT_TWINKLE_LIFE 250 | ||
| 60 | # define RGBLIGHT_EFFECT_TWINKLE_PROBABILITY 1/24 | ||
| 59 | #endif // RGBLIGHT_ENABLE | 61 | #endif // RGBLIGHT_ENABLE |
| 60 | 62 | ||
| 61 | #ifdef RGB_MATRIX_ENABLE | 63 | #ifdef RGB_MATRIX_ENABLE |
| @@ -115,6 +117,9 @@ | |||
| 115 | # define OLED_UPDATE_INTERVAL 15 | 117 | # define OLED_UPDATE_INTERVAL 15 |
| 116 | # endif | 118 | # endif |
| 117 | # define OLED_DISABLE_TIMEOUT | 119 | # define OLED_DISABLE_TIMEOUT |
| 120 | # ifdef OLED_FONT_H | ||
| 121 | # undef OLED_FONT_H | ||
| 122 | # endif | ||
| 118 | # define OLED_FONT_H "drashna_font.h" | 123 | # define OLED_FONT_H "drashna_font.h" |
| 119 | # define OLED_FONT_END 255 | 124 | # define OLED_FONT_END 255 |
| 120 | // # define OLED_FONT_5X5 | 125 | // # define OLED_FONT_5X5 |
| @@ -149,7 +154,9 @@ | |||
| 149 | #undef PERMISSIVE_HOLD | 154 | #undef PERMISSIVE_HOLD |
| 150 | //#define TAPPING_FORCE_HOLD | 155 | //#define TAPPING_FORCE_HOLD |
| 151 | //#define RETRO_TAPPING | 156 | //#define RETRO_TAPPING |
| 152 | #define TAPPING_TERM_PER_KEY | 157 | #ifndef KEYBOARD_kyria_rev1 |
| 158 | # define TAPPING_TERM_PER_KEY | ||
| 159 | #endif | ||
| 153 | 160 | ||
| 154 | #define FORCE_NKRO | 161 | #define FORCE_NKRO |
| 155 | 162 | ||
