diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-05-15 21:21:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 04:21:44 -0700 |
commit | b591c0c24a93b41b00168d169d71d4ac14f1491d (patch) | |
tree | 82f42741e5668dc6252aff551b5189ff17efb3de /keyboards/wilba_tech/wt80_bc/rules.mk | |
parent | 6ba014a572ef5fb737e14430dd5929d48fc00051 (diff) |
[Keyboard] Added wilba.tech WT80-BC (#9024)
* Added WT80-BC
* Update keyboards/wilba_tech/wt80_bc/info.json
* Update keyboards/wilba_tech/wt80_bc/info.json
* Update keyboards/wilba_tech/wt80_bc/rules.mk
* Update keyboards/wilba_tech/wt80_bc/rules.mk
* Update keyboards/wilba_tech/wt80_bc/rules.mk
* Update keyboards/wilba_tech/wt80_bc/wt80_bc.h
Diffstat (limited to 'keyboards/wilba_tech/wt80_bc/rules.mk')
-rw-r--r-- | keyboards/wilba_tech/wt80_bc/rules.mk | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt80_bc/rules.mk b/keyboards/wilba_tech/wt80_bc/rules.mk new file mode 100644 index 0000000000..4aa749422c --- /dev/null +++ b/keyboards/wilba_tech/wt80_bc/rules.mk @@ -0,0 +1,34 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp +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 = 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 on B7 by default +MIDI_ENABLE = no # MIDI support +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +AUDIO_ENABLE = no # Audio output on port C6 +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches + +# project specific files +SRC = keyboards/wilba_tech/wt_main.c |