Browse Source

Also align rules.mk

pull/8482/head
zvecr 4 years ago
parent
commit
d235612e48
4 changed files with 2 additions and 10 deletions
  1. +0
    -6
      keyboards/keebio/iris/keymaps/default/config.h
  2. +0
    -2
      keyboards/keebio/iris/keymaps/default/rules.mk
  3. +1
    -1
      keyboards/keebio/iris/rev1/rules.mk
  4. +1
    -1
      keyboards/keebio/iris/rev1_led/rules.mk

+ 0
- 6
keyboards/keebio/iris/keymaps/default/config.h View File

@ -19,9 +19,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define USE_I2C
#define EE_HANDS
#undef RGBLED_NUM
#define RGBLED_NUM 12
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8

+ 0
- 2
keyboards/keebio/iris/keymaps/default/rules.mk View File

@ -1,2 +0,0 @@
RGBLIGHT_ENABLE = yes
BACKLIGHT_ENABLE = yes

+ 1
- 1
keyboards/keebio/iris/rev1/rules.mk View File

@ -22,7 +22,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
MIDI_ENABLE = no # MIDI controls
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode


+ 1
- 1
keyboards/keebio/iris/rev1_led/rules.mk View File

@ -22,7 +22,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
MIDI_ENABLE = no # MIDI controls
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode


Loading…
Cancel
Save