diff options
author | Maarten Dekkers <maartenwut@gmail.com> | 2020-09-06 09:33:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 00:33:43 -0700 |
commit | d0eabd083ebe13b864dd7628b43096c8362d0f29 (patch) | |
tree | cdb0a5f72b1d638fb6f5be9d285698fde2ad3fe6 /keyboards/plume/plume65/rules.mk | |
parent | e0b7c70743d9307f3131d827848b79f821abaf69 (diff) | |
download | qmk_firmware-d0eabd083ebe13b864dd7628b43096c8362d0f29.tar.gz |
[Keyboard] add Plume Keyboards Plume65 (#10176)
* Add Plume65
* Changes
Diffstat (limited to 'keyboards/plume/plume65/rules.mk')
-rw-r--r-- | keyboards/plume/plume65/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/plume/plume65/rules.mk b/keyboards/plume/plume65/rules.mk new file mode 100644 index 000000000..dded09bb8 --- /dev/null +++ b/keyboards/plume/plume65/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-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 = 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 |