diff options
author | QMK Bot <hello@qmk.fm> | 2021-11-17 20:46:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-11-17 20:46:24 +0000 |
commit | b47f3b185348560c1832105098ad943b078799b7 (patch) | |
tree | e80e4fa28f00d9d10f4d069e86cbbd8d30fa28bc /users | |
parent | 25b087925c8ea88816c4049b7bcbd9dd850f2cef (diff) | |
parent | 254e26554b27aafc1d9676cec63263ede738bf57 (diff) | |
download | qmk_firmware-b47f3b185348560c1832105098ad943b078799b7.tar.gz qmk_firmware-b47f3b185348560c1832105098ad943b078799b7.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users')
-rw-r--r-- | users/drashna/config.h | 22 | ||||
-rw-r--r-- | users/drashna/drashna.h | 1 | ||||
-rw-r--r-- | users/drashna/oled_stuff.c | 8 | ||||
-rw-r--r-- | users/drashna/process_records.c | 2 |
4 files changed, 25 insertions, 8 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 32667d49a..ebb8d7b7a 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
@@ -197,16 +197,32 @@ | |||
197 | // # define OLED_FONT_AZTECH | 197 | // # define OLED_FONT_AZTECH |
198 | // # define OLED_FONT_BMPLAIN | 198 | // # define OLED_FONT_BMPLAIN |
199 | // # define OLED_FONT_CRACKERS | 199 | // # define OLED_FONT_CRACKERS |
200 | // # define OLED_FONT_HISKYF21 | ||
201 | # define OLED_FONT_DEAD_MEAL | 200 | # define OLED_FONT_DEAD_MEAL |
201 | // # define OLED_FONT_EIN | ||
202 | // # define OLED_FONT_HISKYF21 | ||
203 | // # define OLED_FONT_SQUASH | ||
204 | // # define OLED_FONT_ZXPIX | ||
202 | // # define OLED_FONT_SUPER_DIGG | 205 | // # define OLED_FONT_SUPER_DIGG |
203 | // # define OLED_LOGO_GMK_BAD | 206 | |
204 | // # define OLED_LOGO_HUE_MANITEE | 207 | // # define OLED_LOGO_BEBOP |
205 | // # define OLED_LOGO_CORNE | 208 | // # define OLED_LOGO_CORNE |
209 | // # define OLED_LOGO_GMK_BAD | ||
206 | // # define OLED_LOGO_GOTHAM | 210 | // # define OLED_LOGO_GOTHAM |
211 | // # define OLED_LOGO_HUE_MANITEE | ||
212 | // # define OLED_LOGO_LOOSE | ||
207 | # define OLED_LOGO_SCIFI | 213 | # define OLED_LOGO_SCIFI |
214 | // # define OLED_LOGO_SETS3N | ||
215 | // # define OLED_LOGO_SKEEB | ||
208 | #endif | 216 | #endif |
209 | 217 | ||
218 | // #define WPM_ESTIMATED_WORD_SIZE 5 | ||
219 | #define WPM_ALLOW_COUNT_REGRESSION | ||
220 | // #define WPM_UNFILTERED | ||
221 | // #define WPM_SAMPLE_SECONDS 5 | ||
222 | // #define WPM_SAMPLE_PERIODS 50 | ||
223 | // #define WPM_LAUNCH_CONTROL | ||
224 | |||
225 | |||
210 | #ifndef ONESHOT_TAP_TOGGLE | 226 | #ifndef ONESHOT_TAP_TOGGLE |
211 | # define ONESHOT_TAP_TOGGLE 2 | 227 | # define ONESHOT_TAP_TOGGLE 2 |
212 | #endif // !ONESHOT_TAP_TOGGLE | 228 | #endif // !ONESHOT_TAP_TOGGLE |
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index af26fdc43..6a45141d9 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h | |||
@@ -50,6 +50,7 @@ enum userspace_layers { | |||
50 | LAST_DEFAULT_LAYER = _DVORAK, | 50 | LAST_DEFAULT_LAYER = _DVORAK, |
51 | _GAMEPAD, | 51 | _GAMEPAD, |
52 | _DIABLO, | 52 | _DIABLO, |
53 | _DIABLOII, | ||
53 | _MOUSE, | 54 | _MOUSE, |
54 | _MEDIA, | 55 | _MEDIA, |
55 | _LOWER, | 56 | _LOWER, |
diff --git a/users/drashna/oled_stuff.c b/users/drashna/oled_stuff.c index 69d1d64b7..396e5e05b 100644 --- a/users/drashna/oled_stuff.c +++ b/users/drashna/oled_stuff.c | |||
@@ -36,8 +36,8 @@ static const char PROGMEM code_to_name[256] = { | |||
36 | ' ', ' ', ' ', ' ', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', // 0x | 36 | ' ', ' ', ' ', ' ', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', // 0x |
37 | 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '1', '2', // 1x | 37 | 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '1', '2', // 1x |
38 | '3', '4', '5', '6', '7', '8', '9', '0', 20, 19, 27, 26, 22, '-', '=', '[', // 2x | 38 | '3', '4', '5', '6', '7', '8', '9', '0', 20, 19, 27, 26, 22, '-', '=', '[', // 2x |
39 | ']','\\', '#', ';','\'', '`', ',', '.', '/', 128, '1', '2', '3', '4', '5', '6', // 3x | 39 | ']','\\', '#', ';','\'', '`', ',', '.', '/', 128,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA, // 3x |
40 | '7', '8', '9', '0', '1', '2', 'P', 'S', 19, ' ', 17, 30, 16, 16, 31, 26, // 4x | 40 | 0xDB,0xDC,0xDD,0xDE,0XDF,0xFB,'P', 'S', 19, ' ', 17, 30, 16, 16, 31, 26, // 4x |
41 | 27, 25, 24, 'N', '/', '*', '-', '+', 23, '1', '2', '3', '4', '5', '6', '7', // 5x | 41 | 27, 25, 24, 'N', '/', '*', '-', '+', 23, '1', '2', '3', '4', '5', '6', '7', // 5x |
42 | '8', '9', '0', '.','\\', 'A', 0, '=', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // 6x | 42 | '8', '9', '0', '.','\\', 'A', 0, '=', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // 6x |
43 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // 7x | 43 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // 7x |
@@ -47,8 +47,8 @@ static const char PROGMEM code_to_name[256] = { | |||
47 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // Bx | 47 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // Bx |
48 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // Cx | 48 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // Cx |
49 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // Dx | 49 | ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', // Dx |
50 | 'C', 'S', 'A', 'C', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', 24, 26, 24, // Ex | 50 | 'C', 'S', 'A', 'C', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', 24, 26, 24, // Ex |
51 | 25,0x9D,0x9D,0x9D,0x9D,0x9D,0x9D,0x9D,0x9D, 24, 25, 27, 26, ' ', ' ', ' ' // Fx | 51 | 25,0x9D,0x9D,0x9D,0x9D,0x9D,0x9D,0x9D,0x9D, 24, 25, 27, 26, ' ', ' ', ' ' // Fx |
52 | }; | 52 | }; |
53 | // clang-format on | 53 | // clang-format on |
54 | 54 | ||
diff --git a/users/drashna/process_records.c b/users/drashna/process_records.c index 1e7f7ca76..c16c70c05 100644 --- a/users/drashna/process_records.c +++ b/users/drashna/process_records.c | |||
@@ -199,6 +199,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *re | |||
199 | } | 199 | } |
200 | } | 200 | } |
201 | break; | 201 | break; |
202 | #endif | ||
202 | case KEYLOCK: { | 203 | case KEYLOCK: { |
203 | static host_driver_t *host_driver = 0; | 204 | static host_driver_t *host_driver = 0; |
204 | 205 | ||
@@ -215,7 +216,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *re | |||
215 | } | 216 | } |
216 | break; | 217 | break; |
217 | } | 218 | } |
218 | #endif | ||
219 | } | 219 | } |
220 | return true; | 220 | return true; |
221 | } | 221 | } |