diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-24 09:07:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-24 09:07:46 +0000 |
commit | 87aa3282f0d91b527acec8634b509841501374f4 (patch) | |
tree | 767505852c994a1a89caf4d28263ce04cd65517a /keyboards/ymdk/ym68/rules.mk | |
parent | bbc48b0ef50ae76bbd5bac6446fddf9c11fb362d (diff) | |
parent | 6edcbdca19aa75051392998c06464a97b0899bbe (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ymdk/ym68/rules.mk')
-rw-r--r-- | keyboards/ymdk/ym68/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ymdk/ym68/rules.mk b/keyboards/ymdk/ym68/rules.mk new file mode 100644 index 0000000000..a48a691a91 --- /dev/null +++ b/keyboards/ymdk/ym68/rules.mk @@ -0,0 +1,22 @@ +# 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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |