diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-05 21:15:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-05 21:15:00 +0000 |
commit | a2f155bbddb094c7dcfb7f496d43842e0510cf15 (patch) | |
tree | 6f04bea1f47d3868d08a3dce8aa4d654f1a8aa74 /keyboards/keebio/iris/rev6a/rules.mk | |
parent | f64404cc73c45f96d508bbd317c42da1f2388452 (diff) | |
parent | 563c4dbb09fcb3ff76bd453d8780f398e57c2ada (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/iris/rev6a/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/rev6a/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/rev6a/rules.mk b/keyboards/keebio/iris/rev6a/rules.mk new file mode 100644 index 0000000000..87f19b5fc1 --- /dev/null +++ b/keyboards/keebio/iris/rev6a/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +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 # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes +ENCODER_ENABLE = yes +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 + +LTO_ENABLE = yes |