diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-31 15:00:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-31 15:00:40 +0000 |
commit | da8423ca97170088991459f39a7d2a94de53fda9 (patch) | |
tree | ef58c5c3a9e8ff78eca886108ba1a9f52f24e1bb /keyboards/quark/rules.mk | |
parent | 42cdba8680a1ca92975153835353ce871fac84d2 (diff) | |
parent | 4ef4347543da5dcd93f342b2728840c6e0407906 (diff) | |
download | qmk_firmware-da8423ca97170088991459f39a7d2a94de53fda9.tar.gz qmk_firmware-da8423ca97170088991459f39a7d2a94de53fda9.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/quark/rules.mk')
-rw-r--r-- | keyboards/quark/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/quark/rules.mk b/keyboards/quark/rules.mk new file mode 100644 index 0000000000..535d7c25c5 --- /dev/null +++ b/keyboards/quark/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u2 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +UNICODE_ENABLE = yes # Unicode + +LAYOUTS = ortho_4x12 |