diff options
author | Daniel Cormier <dcormier@users.noreply.github.com> | 2021-10-04 21:35:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 18:35:48 -0700 |
commit | 85ba5074825f608501e14594764cdc3c82a08c01 (patch) | |
tree | db36aa194eead2c3c54f37dde3369638b8c6af95 /keyboards/handwired/dc/mc/001/rules.mk | |
parent | b441efbdf64d30031854c68a9c76376b38339b1e (diff) | |
download | qmk_firmware-85ba5074825f608501e14594764cdc3c82a08c01.tar.gz qmk_firmware-85ba5074825f608501e14594764cdc3c82a08c01.zip |
[Keyboard] Added DC MC 001 (#14661)
Diffstat (limited to 'keyboards/handwired/dc/mc/001/rules.mk')
-rw-r--r-- | keyboards/handwired/dc/mc/001/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/handwired/dc/mc/001/rules.mk b/keyboards/handwired/dc/mc/001/rules.mk new file mode 100644 index 0000000000..3ec538b93a --- /dev/null +++ b/keyboards/handwired/dc/mc/001/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +EXTRAKEY_ENABLE = yes # Audio control and System control +ENCODER_ENABLE = yes # Using a rotary encoder for volume control +MOUSEKEY_ENABLE = no # Mouse keys +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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |