diff options
author | William Ehman <will@ehman.com> | 2021-07-02 21:53:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 20:53:13 -0700 |
commit | ad30218701782192b9125c32b85cdbcc203c0c85 (patch) | |
tree | 6fe212ac7440baeec179b046347e1f9b3254650b /keyboards/manyboard/macro/rules.mk | |
parent | 04bc74d8f52370a01f1f67a5de8ae751e307e8c9 (diff) | |
download | qmk_firmware-ad30218701782192b9125c32b85cdbcc203c0c85.tar.gz qmk_firmware-ad30218701782192b9125c32b85cdbcc203c0c85.zip |
[Keyboard] manyboard macro (#11896)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/manyboard/macro/rules.mk')
-rw-r--r-- | keyboards/manyboard/macro/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/manyboard/macro/rules.mk b/keyboards/manyboard/macro/rules.mk new file mode 100644 index 0000000000..fd709670b6 --- /dev/null +++ b/keyboards/manyboard/macro/rules.mk @@ -0,0 +1,23 @@ +# 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 +ENCODER_ENABLE = yes # Encoder Input |