diff options
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 000000000..535d7c25c --- /dev/null +++ b/keyboards/quark/rules.mk | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u2 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = atmel-dfu | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 13 | CONSOLE_ENABLE = no # Console for debug | ||
| 14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 16 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 17 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 19 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 20 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
| 21 | AUDIO_ENABLE = no # Audio output | ||
| 22 | UNICODE_ENABLE = yes # Unicode | ||
| 23 | |||
| 24 | LAYOUTS = ortho_4x12 | ||
