diff options
author | Drashna Jaelre <drashna@live.com> | 2021-10-15 22:30:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 22:30:23 -0700 |
commit | 9a0addc77e3e48b908b846fc78326d4a20c30bc9 (patch) | |
tree | 6174272f2946e0ac984a924d6f8b4af466baca7f /layouts/community/ortho_5x12 | |
parent | a8422cca0324ce61247dd0d8320a3d11a433cecf (diff) |
[Keymap] Drashna Keymap Updates (#14842)
* Fix issues with user split transport code
* Improve OLED (More font stuff, improved keylogger, etc)
* Add `KEYLOCK` macro to disable USB, borrowed from command feature.
* Convert Kyria fully to proton C (no more AVR kyria)
* Add Work Louder Work Board keymap
Diffstat (limited to 'layouts/community/ortho_5x12')
-rw-r--r-- | layouts/community/ortho_5x12/drashna/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_5x12/drashna/keymap.c b/layouts/community/ortho_5x12/drashna/keymap.c index 01b06d627d..ab70be2822 100644 --- a/layouts/community/ortho_5x12/drashna/keymap.c +++ b/layouts/community/ortho_5x12/drashna/keymap.c @@ -124,7 +124,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { KC_MAKE, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_RST, VRSN, _________________ADJUST_L1_________________, _________________ADJUST_R1_________________, EEP_RST, _______, _________________ADJUST_L2_________________, _________________ADJUST_R2_________________, RGB_IDL, - _______, _________________ADJUST_L3_________________, _________________ADJUST_R3_________________, TG_MODS, + KEYLOCK, _________________ADJUST_L3_________________, _________________ADJUST_R3_________________, TG_MODS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ ) }; |