diff options
author | drhigsby <71532157+drhigsby@users.noreply.github.com> | 2021-03-04 10:15:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 13:15:16 -0500 |
commit | 4d416455980dc7bccdebb4f2bf571d5182ec6796 (patch) | |
tree | 29b32da34365b27750d4c90204ed1d0d16b73ae7 /keyboards/dubba175/rules.mk | |
parent | b1a8fafa62ec058470715a6930317da09d63181d (diff) | |
download | qmk_firmware-4d416455980dc7bccdebb4f2bf571d5182ec6796.tar.gz qmk_firmware-4d416455980dc7bccdebb4f2bf571d5182ec6796.zip |
Dubba175 (#12077)
* dubba175 initial
* Following checklist
* Update readme.md
* Update keyboards/dubba175/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/dubba175/keymaps/default/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/dubba175/keymaps/default/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/dubba175/rules.mk
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update config.h
* Update keyboards/dubba175/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/dubba175/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/dubba175/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |