diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-11-17 12:45:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-17 12:45:50 -0800 |
| commit | 254e26554b27aafc1d9676cec63263ede738bf57 (patch) | |
| tree | 54cf431188098a22f75a2288edc18bee2005d311 /users/drashna | |
| parent | 2c5d66987da4c7d5857cab8b09c4f852b4d8e4d9 (diff) | |
| download | qmk_firmware-254e26554b27aafc1d9676cec63263ede738bf57.tar.gz qmk_firmware-254e26554b27aafc1d9676cec63263ede738bf57.zip | |
[Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)
Diffstat (limited to 'users/drashna')
| -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 f54da9e32..a7c99ed0d 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -148,16 +148,32 @@ | |||
| 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 | 150 | // # define OLED_FONT_CRACKERS |
| 151 | // # define OLED_FONT_HISKYF21 | ||
| 152 | # define OLED_FONT_DEAD_MEAL | 151 | # define OLED_FONT_DEAD_MEAL |
| 152 | // # define OLED_FONT_EIN | ||
| 153 | // # define OLED_FONT_HISKYF21 | ||
| 154 | // # define OLED_FONT_SQUASH | ||
| 155 | // # define OLED_FONT_ZXPIX | ||
| 153 | // # define OLED_FONT_SUPER_DIGG | 156 | // # define OLED_FONT_SUPER_DIGG |
| 154 | // # define OLED_LOGO_GMK_BAD | 157 | |
| 155 | // # define OLED_LOGO_HUE_MANITEE | 158 | // # define OLED_LOGO_BEBOP |
| 156 | // # define OLED_LOGO_CORNE | 159 | // # define OLED_LOGO_CORNE |
| 160 | // # define OLED_LOGO_GMK_BAD | ||
| 157 | // # define OLED_LOGO_GOTHAM | 161 | // # define OLED_LOGO_GOTHAM |
| 162 | // # define OLED_LOGO_HUE_MANITEE | ||
| 163 | // # define OLED_LOGO_LOOSE | ||
| 158 | # define OLED_LOGO_SCIFI | 164 | # define OLED_LOGO_SCIFI |
| 165 | // # define OLED_LOGO_SETS3N | ||
| 166 | // # define OLED_LOGO_SKEEB | ||
| 159 | #endif | 167 | #endif |
| 160 | 168 | ||
| 169 | // #define WPM_ESTIMATED_WORD_SIZE 5 | ||
| 170 | #define WPM_ALLOW_COUNT_REGRESSION | ||
| 171 | // #define WPM_UNFILTERED | ||
| 172 | // #define WPM_SAMPLE_SECONDS 5 | ||
| 173 | // #define WPM_SAMPLE_PERIODS 50 | ||
| 174 | // #define WPM_LAUNCH_CONTROL | ||
| 175 | |||
| 176 | |||
| 161 | #ifndef ONESHOT_TAP_TOGGLE | 177 | #ifndef ONESHOT_TAP_TOGGLE |
| 162 | # define ONESHOT_TAP_TOGGLE 2 | 178 | # define ONESHOT_TAP_TOGGLE 2 |
| 163 | #endif // !ONESHOT_TAP_TOGGLE | 179 | #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 4b5491950..6413f5e1c 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 | } |
