diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-05-06 22:34:09 -0700 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-06 22:34:09 -0700 |
| commit | f3d5b1091d364468cd9f5510aef9e723d8542279 (patch) | |
| tree | 762b8f562b1e96e42657f872fd4b04c8efaaa829 /keyboards/gergo | |
| parent | 7a751f114114bf3b78d5d8fc8bedf2b42b665dba (diff) | |
| download | qmk_firmware-f3d5b1091d364468cd9f5510aef9e723d8542279.tar.gz qmk_firmware-f3d5b1091d364468cd9f5510aef9e723d8542279.zip | |
[Keymap] RGB Changes for Drashna Keyboards (#5803)
* Disable a bunch of reactive modes
* Enable rgb matrix for Corne Keyboard
* Convert CRKBD to rgb matrix
* Add Gergo keyboard layout
* Make Diablo 3 tap dance better
* Add basic support for Planck EZ
* Fix RGB Matrix stuff
* Fix keycodes for Planck EZ
* Update CRKBD OLED stuff
* Fix typo for sleep on ergodox glow
* Improve my gergo layout
* Scrolling OLED key logger!
* Change gergo layout
* Hnadle unicode keycodes if unicode is disabled
* Disable COMMAND/CONSOLE for gergo
* Fix right side control
* Re-enable LTO for all platforms
Since I got updated arm gcc binaries that no longer error out on lto
* Update formatting to match newer community standards
Poor 2 space
* Re-alight startup animation to use new HUE range
* Streamline gitlab ci scripts
* Disabled Space Cadet
* Add support for breathing table
* Enable new LTO Option
And clean up defines that will now be repeatitive
* Remove vscode settings
* Additional formatting cleanup of config.h files
Diffstat (limited to 'keyboards/gergo')
| -rw-r--r-- | keyboards/gergo/keymaps/drashna/keymap.c | 14 | ||||
| -rw-r--r-- | keyboards/gergo/keymaps/drashna/rules.mk | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/keyboards/gergo/keymaps/drashna/keymap.c b/keyboards/gergo/keymaps/drashna/keymap.c index a882ff72d..ffa23462e 100644 --- a/keyboards/gergo/keymaps/drashna/keymap.c +++ b/keyboards/gergo/keymaps/drashna/keymap.c | |||
| @@ -9,23 +9,17 @@ | |||
| 9 | #include QMK_KEYBOARD_H | 9 | #include QMK_KEYBOARD_H |
| 10 | #include "drashna.h" | 10 | #include "drashna.h" |
| 11 | 11 | ||
| 12 | // Blank template at the bottom | ||
| 13 | 12 | ||
| 14 | enum customKeycodes { | ||
| 15 | URL = 1 | ||
| 16 | }; | ||
| 17 | |||
| 18 | #define LAYOUT_gergo_wrapper(...) LAYOUT_gergo(__VA_ARGS__) | ||
| 19 | #define LAYOUT_gergo_base( \ | 13 | #define LAYOUT_gergo_base( \ |
| 20 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ | 14 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ |
| 21 | K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \ | 15 | K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \ |
| 22 | K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A \ | 16 | K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A \ |
| 23 | ) \ | 17 | ) \ |
| 24 | LAYOUT_gergo_wrapper( \ | 18 | LAYOUT_gergo_wrapper( \ |
| 25 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ | 19 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ |
| 26 | KC_TAB, ALT_T(K11), K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, RGUI_T(KC_QUOT), \ | 20 | KC_TAB, K11, K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, KC_QUOT, \ |
| 27 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, CTL_T(K2A), OS_RSFT, \ | 21 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, RCTL_T(K2A), OS_RSFT, \ |
| 28 | _______, _______, KC_SPC, LT(_LOWER, KC_BSPC), LT(_RAISE, KC_DEL), KC_ENT, _______, _______ \ | 22 | KC_GRV, KC_SPC, BK_LWER, OS_LALT, OS_RGUI, DL_RAIS, KC_ENT, _______ \ |
| 29 | ) | 23 | ) |
| 30 | 24 | ||
| 31 | #define LAYOUT_gergo_base_wrapper(...) LAYOUT_gergo_base(__VA_ARGS__) | 25 | #define LAYOUT_gergo_base_wrapper(...) LAYOUT_gergo_base(__VA_ARGS__) |
diff --git a/keyboards/gergo/keymaps/drashna/rules.mk b/keyboards/gergo/keymaps/drashna/rules.mk index e69de29bb..ec81d11e9 100644 --- a/keyboards/gergo/keymaps/drashna/rules.mk +++ b/keyboards/gergo/keymaps/drashna/rules.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONSOLE_ENABLE = no | ||
| 2 | COMMAND_ENABLE = no | ||
