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) |
[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 0000000000..8d2786090a --- /dev/null +++ b/keyboards/esca/getawayvan_f042/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = STM32F042 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = 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 = 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 +LTO_ENABLE = yes |