diff options
| author | Drashna Jaelre <drashna@live.com> | 2020-03-31 16:26:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-31 16:26:43 -0700 |
| commit | c67e30459390982f4f1b47f46c62322f1fe9ba87 (patch) | |
| tree | d3504649cb692e58823bc7589d1a032256d9b0c1 /layouts | |
| parent | 8c80475fcc568e04f637ae973086b65a31b5254d (diff) | |
| download | qmk_firmware-c67e30459390982f4f1b47f46c62322f1fe9ba87.tar.gz qmk_firmware-c67e30459390982f4f1b47f46c62322f1fe9ba87.zip | |
[Keymap] Drashna's Cleanup and RGB Divide (#8506)
* Enable External EEPROM on Planck Rev6
* Update KC_MAKE macro to use qmk cli util
* Disable additional gradients for rgb matrix
* Update analog code for newer methods
* Update ergodox layout
* Disable Grave Escape
* Cleanup OLED code a bit
* Remove old unicode code
* Seperate RGB Matrix code from RGB Light code in userspace
* Massive overhaul an generalization of personal OLED code
Now lets hope I NEVER get a keyboard using a 128x32 in a normal orientation.
* Super tiny cleanup
* Enable Diablo layer on kyria
* clang format pass
* Additional OLED cleanup
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/ergodox/drashna/config.h | 2 | ||||
| -rw-r--r-- | layouts/community/ergodox/drashna/rules.mk | 7 | ||||
| -rw-r--r-- | layouts/community/ortho_4x12/drashna/config.h | 2 | ||||
| -rw-r--r-- | layouts/community/ortho_4x12/drashna/rules.mk | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/layouts/community/ergodox/drashna/config.h b/layouts/community/ergodox/drashna/config.h index ce25b0646..8f1c9f6a2 100644 --- a/layouts/community/ergodox/drashna/config.h +++ b/layouts/community/ergodox/drashna/config.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | #define PRODUCT DrashnaDox - Hacked ErgoDox EZ Hybrid Monstrosity | 15 | #define PRODUCT DrashnaDox - Hacked ErgoDox EZ Hybrid Monstrosity |
| 16 | 16 | ||
| 17 | #undef DEBOUNCE | 17 | #undef DEBOUNCE |
| 18 | #define DEBOUNCE 30 | 18 | #define DEBOUNCE 60 |
| 19 | 19 | ||
| 20 | #define TAPPING_TERM_PER_KEY | 20 | #define TAPPING_TERM_PER_KEY |
| 21 | 21 | ||
diff --git a/layouts/community/ergodox/drashna/rules.mk b/layouts/community/ergodox/drashna/rules.mk index 78a3d1584..387bd20f6 100644 --- a/layouts/community/ergodox/drashna/rules.mk +++ b/layouts/community/ergodox/drashna/rules.mk | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | BOOTMAGIC_ENABLE = lite | 1 | BOOTMAGIC_ENABLE = lite |
| 2 | TAP_DANCE_ENABLE = no | 2 | TAP_DANCE_ENABLE = yes |
| 3 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 4 | COMMAND_ENABLE = no # Commands for debug and configuration | 3 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 5 | CONSOLE_ENABLE = no | 4 | CONSOLE_ENABLE = |
| 6 | SPACE_CADET_ENABLE = no | 5 | SPACE_CADET_ENABLE = no |
| 7 | 6 | ||
| 8 | ifeq ($(strip $(KEYBOARD)), ergodox_ez) | 7 | ifeq ($(strip $(KEYBOARD)), ergodox_ez) |
| @@ -10,7 +9,7 @@ ifeq ($(strip $(KEYBOARD)), ergodox_ez) | |||
| 10 | RGB_MATRIX_ENABLE = yes | 9 | RGB_MATRIX_ENABLE = yes |
| 11 | RGBLIGHT_TWINKLE = no | 10 | RGBLIGHT_TWINKLE = no |
| 12 | INDICATOR_LIGHTS = no | 11 | INDICATOR_LIGHTS = no |
| 13 | RGBLIGHT_STARTUP_ANIMATION = no | 12 | RGBLIGHT_STARTUP_ANIMATION = yes |
| 14 | endif | 13 | endif |
| 15 | 14 | ||
| 16 | UNICODE_ENABLE = yes | 15 | UNICODE_ENABLE = yes |
diff --git a/layouts/community/ortho_4x12/drashna/config.h b/layouts/community/ortho_4x12/drashna/config.h index 663708afa..5342549e5 100644 --- a/layouts/community/ortho_4x12/drashna/config.h +++ b/layouts/community/ortho_4x12/drashna/config.h | |||
| @@ -62,6 +62,8 @@ | |||
| 62 | # endif | 62 | # endif |
| 63 | #endif | 63 | #endif |
| 64 | 64 | ||
| 65 | #define EEPROM_I2C_RM24C512C | ||
| 66 | |||
| 65 | #define ENCODER_DIRECTION_FLIP | 67 | #define ENCODER_DIRECTION_FLIP |
| 66 | /* | 68 | /* |
| 67 | * MIDI options | 69 | * MIDI options |
diff --git a/layouts/community/ortho_4x12/drashna/rules.mk b/layouts/community/ortho_4x12/drashna/rules.mk index e4fe90534..3383cfd35 100644 --- a/layouts/community/ortho_4x12/drashna/rules.mk +++ b/layouts/community/ortho_4x12/drashna/rules.mk | |||
| @@ -18,8 +18,10 @@ else | |||
| 18 | CONSOLE_ENABLE = yes | 18 | CONSOLE_ENABLE = yes |
| 19 | COMMAND_ENABLE = yes | 19 | COMMAND_ENABLE = yes |
| 20 | RGBLIGHT_ENABLE = yes | 20 | RGBLIGHT_ENABLE = yes |
| 21 | RGBLIGHT_STARTUP_ANIMATION = yes | ||
| 21 | RGB_MATRIX_ENABLE = no | 22 | RGB_MATRIX_ENABLE = no |
| 22 | AUDIO_ENABLE = yes | 23 | AUDIO_ENABLE = yes |
| 24 | EEPROM_DRIVER = i2c | ||
| 23 | endif | 25 | endif |
| 24 | ifeq ($(strip $(KEYBOARD)), planck/light) | 26 | ifeq ($(strip $(KEYBOARD)), planck/light) |
| 25 | RGB_MATRIX_ENABLE = yes | 27 | RGB_MATRIX_ENABLE = yes |
