diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-14 04:55:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-14 04:55:04 +0000 |
commit | 1715fa0e8b059bc35b7beb8c15aafce6c55dfd59 (patch) | |
tree | 51b1b18fd03d76cdb7e092b16e7ac85cfbf4ea51 /keyboards/irene/rules.mk | |
parent | fd3dc3a997d86be0ab9cdccd0099c4f4c219747a (diff) | |
parent | 088d6abf5455ab8ea3e7f3071cd7ce674f12fce8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/irene/rules.mk')
-rw-r--r-- | keyboards/irene/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/irene/rules.mk b/keyboards/irene/rules.mk new file mode 100644 index 0000000000..ef4ccf32fb --- /dev/null +++ b/keyboards/irene/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |