diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-04 18:16:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-04 18:16:03 +0000 |
commit | 01c5ee6f7d2b12dd54bcd572c91c00e63bc0a056 (patch) | |
tree | d7f1ad3fc627204ccbd7d408bfe0435084e3488b /keyboards/dubba175/rules.mk | |
parent | 8f54152fab940c2094f1039c2183e3d8458bffef (diff) | |
parent | 4d416455980dc7bccdebb4f2bf571d5182ec6796 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/dubba175/rules.mk')
-rw-r--r-- | keyboards/dubba175/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/dubba175/rules.mk b/keyboards/dubba175/rules.mk new file mode 100644 index 0000000000..f9c2a3c5ea --- /dev/null +++ b/keyboards/dubba175/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = 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 +LTO_ENABLE = no # Use link time optimization |