diff options
| author | zvecr <git@zvecr.com> | 2020-03-19 00:57:02 +0000 |
|---|---|---|
| committer | zvecr <git@zvecr.com> | 2020-03-19 00:57:02 +0000 |
| commit | d235612e480c1c9a028364a8db78d1f2c2576229 (patch) | |
| tree | d3eb5019d1b8e5d91da358fe93293d6be521b44a | |
| parent | 6ad3328b8310475caac160801a4de5a6abd162bd (diff) | |
| download | qmk_firmware-d235612e480c1c9a028364a8db78d1f2c2576229.tar.gz qmk_firmware-d235612e480c1c9a028364a8db78d1f2c2576229.zip | |
Also align rules.mk
| -rw-r--r-- | keyboards/keebio/iris/keymaps/default/config.h | 6 | ||||
| -rw-r--r-- | keyboards/keebio/iris/keymaps/default/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev1/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev1_led/rules.mk | 2 |
4 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/keebio/iris/keymaps/default/config.h b/keyboards/keebio/iris/keymaps/default/config.h index d31b1b339..149a54be7 100644 --- a/keyboards/keebio/iris/keymaps/default/config.h +++ b/keyboards/keebio/iris/keymaps/default/config.h | |||
| @@ -19,9 +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 RGBLED_NUM 12 | ||
| 25 | #define RGBLIGHT_HUE_STEP 8 | ||
| 26 | #define RGBLIGHT_SAT_STEP 8 | ||
| 27 | #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/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/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 |
