diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-03-18 18:13:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-18 18:13:34 -0700 |
| commit | c2013f0b7c0289f582fd41f1276f174f7d9e3c17 (patch) | |
| tree | f9f89f82e3f48d9a1a4ff6eb7df6cece34562fef | |
| parent | 19d7cbc8584ed5c0ec1f768a27767496eeae66f8 (diff) | |
| parent | d235612e480c1c9a028364a8db78d1f2c2576229 (diff) | |
| download | qmk_firmware-c2013f0b7c0289f582fd41f1276f174f7d9e3c17.tar.gz qmk_firmware-c2013f0b7c0289f582fd41f1276f174f7d9e3c17.zip | |
Allow RGBLIGHT_ANIMATIONS to work on keebio/iris configurator builds (#8482)
* Allow RGBLIGHT_ANIMATIONS to work on keebio/iris configurator builds
* Also align rules.mk
| -rw-r--r-- | keyboards/keebio/iris/keymaps/default/config.h | 7 | ||||
| -rw-r--r-- | keyboards/keebio/iris/keymaps/default/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev1/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev1/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev1_led/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev1_led/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev2/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev3/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev4/config.h | 1 |
9 files changed, 7 insertions, 11 deletions
diff --git a/keyboards/keebio/iris/keymaps/default/config.h b/keyboards/keebio/iris/keymaps/default/config.h index 01bb31a6e..149a54be7 100644 --- a/keyboards/keebio/iris/keymaps/default/config.h +++ b/keyboards/keebio/iris/keymaps/default/config.h | |||
| @@ -19,10 +19,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | // #define USE_I2C | 20 | // #define USE_I2C |
| 21 | #define EE_HANDS | 21 | #define EE_HANDS |
| 22 | |||
| 23 | #undef RGBLED_NUM | ||
| 24 | #define RGBLIGHT_ANIMATIONS | ||
| 25 | #define RGBLED_NUM 12 | ||
| 26 | #define RGBLIGHT_HUE_STEP 8 | ||
| 27 | #define RGBLIGHT_SAT_STEP 8 | ||
| 28 | #define RGBLIGHT_VAL_STEP 8 | ||
diff --git a/keyboards/keebio/iris/keymaps/default/rules.mk b/keyboards/keebio/iris/keymaps/default/rules.mk deleted file mode 100644 index d7463419b..000000000 --- a/keyboards/keebio/iris/keymaps/default/rules.mk +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | ||
| 2 | BACKLIGHT_ENABLE = yes | ||
diff --git a/keyboards/keebio/iris/rev1/config.h b/keyboards/keebio/iris/rev1/config.h index a6b14138e..f475d2941 100644 --- a/keyboards/keebio/iris/rev1/config.h +++ b/keyboards/keebio/iris/rev1/config.h | |||
| @@ -60,3 +60,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* ws2812 RGB LED */ | 60 | /* ws2812 RGB LED */ |
| 61 | #define RGB_DI_PIN D3 | 61 | #define RGB_DI_PIN D3 |
| 62 | #define RGBLED_NUM 12 // Number of LEDs | 62 | #define RGBLED_NUM 12 // Number of LEDs |
| 63 | #define RGBLIGHT_ANIMATIONS | ||
diff --git a/keyboards/keebio/iris/rev1/rules.mk b/keyboards/keebio/iris/rev1/rules.mk index 53719d755..765fa7f07 100644 --- a/keyboards/keebio/iris/rev1/rules.mk +++ b/keyboards/keebio/iris/rev1/rules.mk | |||
| @@ -22,7 +22,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control | |||
| 22 | CONSOLE_ENABLE = yes # Console for debug | 22 | CONSOLE_ENABLE = yes # Console for debug |
| 23 | COMMAND_ENABLE = no # Commands for debug and configuration | 23 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 25 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 26 | MIDI_ENABLE = no # MIDI controls | 26 | MIDI_ENABLE = no # MIDI controls |
| 27 | AUDIO_ENABLE = no # Audio output on port C6 | 27 | AUDIO_ENABLE = no # Audio output on port C6 |
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
diff --git a/keyboards/keebio/iris/rev1_led/config.h b/keyboards/keebio/iris/rev1_led/config.h index 5f93a61df..f06a182a4 100644 --- a/keyboards/keebio/iris/rev1_led/config.h +++ b/keyboards/keebio/iris/rev1_led/config.h | |||
| @@ -60,3 +60,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* ws2812 RGB LED */ | 60 | /* ws2812 RGB LED */ |
| 61 | #define RGB_DI_PIN D3 | 61 | #define RGB_DI_PIN D3 |
| 62 | #define RGBLED_NUM 12 // Number of LEDs | 62 | #define RGBLED_NUM 12 // Number of LEDs |
| 63 | #define RGBLIGHT_ANIMATIONS | ||
diff --git a/keyboards/keebio/iris/rev1_led/rules.mk b/keyboards/keebio/iris/rev1_led/rules.mk index 53719d755..765fa7f07 100644 --- a/keyboards/keebio/iris/rev1_led/rules.mk +++ b/keyboards/keebio/iris/rev1_led/rules.mk | |||
| @@ -22,7 +22,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control | |||
| 22 | CONSOLE_ENABLE = yes # Console for debug | 22 | CONSOLE_ENABLE = yes # Console for debug |
| 23 | COMMAND_ENABLE = no # Commands for debug and configuration | 23 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 25 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 26 | MIDI_ENABLE = no # MIDI controls | 26 | MIDI_ENABLE = no # MIDI controls |
| 27 | AUDIO_ENABLE = no # Audio output on port C6 | 27 | AUDIO_ENABLE = no # Audio output on port C6 |
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
diff --git a/keyboards/keebio/iris/rev2/config.h b/keyboards/keebio/iris/rev2/config.h index ab55bf77b..369dfe5fc 100644 --- a/keyboards/keebio/iris/rev2/config.h +++ b/keyboards/keebio/iris/rev2/config.h | |||
| @@ -60,3 +60,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* ws2812 RGB LED */ | 60 | /* ws2812 RGB LED */ |
| 61 | #define RGB_DI_PIN D3 | 61 | #define RGB_DI_PIN D3 |
| 62 | #define RGBLED_NUM 12 // Number of LEDs | 62 | #define RGBLED_NUM 12 // Number of LEDs |
| 63 | #define RGBLIGHT_ANIMATIONS | ||
diff --git a/keyboards/keebio/iris/rev3/config.h b/keyboards/keebio/iris/rev3/config.h index 8c6f4ad08..7cda7d1f0 100644 --- a/keyboards/keebio/iris/rev3/config.h +++ b/keyboards/keebio/iris/rev3/config.h | |||
| @@ -69,3 +69,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | #define RGB_DI_PIN F7 | 69 | #define RGB_DI_PIN F7 |
| 70 | #define RGBLED_NUM 12 // Number of LEDs | 70 | #define RGBLED_NUM 12 // Number of LEDs |
| 71 | #define RGBLED_SPLIT { 6, 6 } | 71 | #define RGBLED_SPLIT { 6, 6 } |
| 72 | #define RGBLIGHT_ANIMATIONS | ||
diff --git a/keyboards/keebio/iris/rev4/config.h b/keyboards/keebio/iris/rev4/config.h index 87fdafcd5..cc569c22f 100644 --- a/keyboards/keebio/iris/rev4/config.h +++ b/keyboards/keebio/iris/rev4/config.h | |||
| @@ -73,3 +73,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | #define RGB_DI_PIN D6 | 73 | #define RGB_DI_PIN D6 |
| 74 | #define RGBLED_NUM 12 // Number of LEDs | 74 | #define RGBLED_NUM 12 // Number of LEDs |
| 75 | #define RGBLED_SPLIT { 6, 6 } | 75 | #define RGBLED_SPLIT { 6, 6 } |
| 76 | #define RGBLIGHT_ANIMATIONS | ||
