diff options
| author | ESCA47 <RedYoshi90@gmail.com> | 2021-07-29 08:28:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 08:28:33 -0700 |
| commit | 3a48cd64cbaa8d7eb9c6984e532bfa95f87c93b7 (patch) | |
| tree | 04ea110c5dfc783ca64fe6f2d190bfbe122f88db /keyboards/esca/getawayvan_f042/rules.mk | |
| parent | f3d790195027935574fd5f73d0c2e409e01f5266 (diff) | |
| download | qmk_firmware-3a48cd64cbaa8d7eb9c6984e532bfa95f87c93b7.tar.gz qmk_firmware-3a48cd64cbaa8d7eb9c6984e532bfa95f87c93b7.zip | |
[Keyboard] Add GetawayVan (#13412)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/esca/getawayvan_f042/rules.mk')
| -rw-r--r-- | keyboards/esca/getawayvan_f042/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/esca/getawayvan_f042/rules.mk b/keyboards/esca/getawayvan_f042/rules.mk new file mode 100644 index 000000000..8d2786090 --- /dev/null +++ b/keyboards/esca/getawayvan_f042/rules.mk | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = STM32F042 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = stm32-dfu | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = no # 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 = no # Commands for debug and configuration | ||
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
| 23 | LTO_ENABLE = yes | ||
