diff options
author | Dao Tak Isaac <daotran0940@gmail.com> | 2021-09-18 13:52:18 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 23:52:18 -0700 |
commit | 09b66c06d4fa0f2db1340e9f9b89ab27235bb500 (patch) | |
tree | 5f6bdde5a8227411d61898c34bcd800629a056a9 /keyboards/dtisaac/dtisaac01/rules.mk | |
parent | 228c7b095b0f441652b2719713cb3bf1e5811828 (diff) | |
download | qmk_firmware-09b66c06d4fa0f2db1340e9f9b89ab27235bb500.tar.gz qmk_firmware-09b66c06d4fa0f2db1340e9f9b89ab27235bb500.zip |
[Keyboard] Add Dosa40RGB + dtisaac01 (#14476)
Diffstat (limited to 'keyboards/dtisaac/dtisaac01/rules.mk')
-rw-r--r-- | keyboards/dtisaac/dtisaac01/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/dtisaac/dtisaac01/rules.mk b/keyboards/dtisaac/dtisaac01/rules.mk new file mode 100644 index 0000000000..dc64cef323 --- /dev/null +++ b/keyboards/dtisaac/dtisaac01/rules.mk @@ -0,0 +1,21 @@ +# 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |