diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-12-29 20:17:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-29 20:17:34 -0800 |
| commit | c4551d7ef1ed2c1069f23cc8499b7c7fc30f3ecf (patch) | |
| tree | 67dc381a45d59626132c4c59b71c4b36fa971f8b /keyboards/keebio/iris | |
| parent | 1a8a842cfb3e87a82afb57ba29ca59c5fa6fe97b (diff) | |
| download | qmk_firmware-c4551d7ef1ed2c1069f23cc8499b7c7fc30f3ecf.tar.gz qmk_firmware-c4551d7ef1ed2c1069f23cc8499b7c7fc30f3ecf.zip | |
[Keymap] Reorganization, cleanup and readmes for drashna code (#15617)
Diffstat (limited to 'keyboards/keebio/iris')
| -rw-r--r-- | keyboards/keebio/iris/keymaps/drashna/config.h | 9 | ||||
| -rw-r--r-- | keyboards/keebio/iris/keymaps/drashna/rules.mk | 5 |
2 files changed, 4 insertions, 10 deletions
diff --git a/keyboards/keebio/iris/keymaps/drashna/config.h b/keyboards/keebio/iris/keymaps/drashna/config.h index f68166c98..cf67aa698 100644 --- a/keyboards/keebio/iris/keymaps/drashna/config.h +++ b/keyboards/keebio/iris/keymaps/drashna/config.h | |||
| @@ -16,15 +16,6 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | /* Use I2C or Serial, not both */ | ||
| 20 | |||
| 21 | // #define USE_SERIAL | ||
| 22 | #define USE_I2C | ||
| 23 | |||
| 24 | /* Select hand configuration */ | ||
| 25 | |||
| 26 | // #define MASTER_LEFT | ||
| 27 | // #define MASTER_RIGHT | ||
| 28 | #define EE_HANDS | 19 | #define EE_HANDS |
| 29 | 20 | ||
| 30 | #ifdef RGBLIGHT_ENABLE | 21 | #ifdef RGBLIGHT_ENABLE |
diff --git a/keyboards/keebio/iris/keymaps/drashna/rules.mk b/keyboards/keebio/iris/keymaps/drashna/rules.mk index ca140d76c..51b9a105d 100644 --- a/keyboards/keebio/iris/keymaps/drashna/rules.mk +++ b/keyboards/keebio/iris/keymaps/drashna/rules.mk | |||
| @@ -4,7 +4,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control | |||
| 4 | CONSOLE_ENABLE = no # Console for debug | 4 | CONSOLE_ENABLE = no # Console for debug |
| 5 | COMMAND_ENABLE = no # Commands for debug and configuration | 5 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 6 | TAP_DANCE_ENABLE = no | 6 | TAP_DANCE_ENABLE = no |
| 7 | RGBLIGHT_ENABLE = yes | ||
| 8 | AUDIO_ENABLE = no | 7 | AUDIO_ENABLE = no |
| 9 | NKRO_ENABLE = yes | 8 | NKRO_ENABLE = yes |
| 10 | BACKLIGHT_ENABLE = no | 9 | BACKLIGHT_ENABLE = no |
| @@ -15,3 +14,7 @@ INDICATOR_LIGHTS = no | |||
| 15 | RGBLIGHT_STARTUP_ANIMATION = no | 14 | RGBLIGHT_STARTUP_ANIMATION = no |
| 16 | CUSTOM_UNICODE_ENABLE = no | 15 | CUSTOM_UNICODE_ENABLE = no |
| 17 | CUSTOM_SPLIT_TRANSPORT_SYNC = no | 16 | CUSTOM_SPLIT_TRANSPORT_SYNC = no |
| 17 | |||
| 18 | ifneq ($(strip $(KEYBOARD)), keebio/iris/rev6) | ||
| 19 | RGBLIGHT_ENABLE = yes | ||
| 20 | endif | ||
