diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-14 02:40:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-14 02:40:36 +0000 |
commit | 178fbdac16fc2c7bf7c034e6501fd1d81f7b6c35 (patch) | |
tree | b0887f379a921633e00eba5d496fdd4be4b6a777 /keyboards/feels/feels65/rules.mk | |
parent | 5f9906ecccbaec08b6cf3131f4f4e8c977b5b87f (diff) | |
parent | b2a63b42a533a9cb7db38554e0634140dede1f83 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/feels/feels65/rules.mk')
-rw-r--r-- | keyboards/feels/feels65/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/feels/feels65/rules.mk b/keyboards/feels/feels65/rules.mk new file mode 100644 index 0000000000..cb34a6b405 --- /dev/null +++ b/keyboards/feels/feels65/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 = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |