diff options
Diffstat (limited to 'keyboards/thevankeyboards/caravan/rules.mk')
| -rw-r--r-- | keyboards/thevankeyboards/caravan/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/caravan/rules.mk b/keyboards/thevankeyboards/caravan/rules.mk new file mode 100644 index 000000000..6143ed9a6 --- /dev/null +++ b/keyboards/thevankeyboards/caravan/rules.mk | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | |||
| 5 | # Bootloader selection | ||
| 6 | # Teensy halfkay | ||
| 7 | # Pro Micro caterina | ||
| 8 | # Atmel DFU atmel-dfu | ||
| 9 | # LUFA DFU lufa-dfu | ||
| 10 | # QMK DFU qmk-dfu | ||
| 11 | # atmega32a bootloadHID | ||
| 12 | BOOTLOADER = atmel-dfu | ||
| 13 | |||
| 14 | |||
| 15 | # Build Options | ||
| 16 | # change yes to no to disable | ||
| 17 | # | ||
| 18 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) | ||
| 19 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
| 20 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
| 21 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
| 22 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 23 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 24 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | ||
| 25 | MIDI_ENABLE = no # MIDI controls | ||
| 26 | UNICODE_ENABLE = no # Unicode | ||
| 27 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 28 | AUDIO_ENABLE = no # Audio output on port C6 | ||
