mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
Cleanup rules.mk for 32U4 keyboards, A-F (#6804)
* Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
This commit is contained in:
parent
69b5375caa
commit
fa0cc3bd58
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# project specific files
|
# project specific files
|
||||||
SRC = keyboards/wilba_tech/wt_main.c
|
SRC = keyboards/wilba_tech/wt_main.c
|
||||||
|
|
||||||
# MCU name
|
# MCU name
|
||||||
MCU = atmega32u4
|
MCU = atmega32u4
|
||||||
|
|
||||||
|
@ -65,4 +65,4 @@ AUDIO_ENABLE = no # Audio output on port C6
|
||||||
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
||||||
|
|
||||||
RAW_ENABLE = yes
|
RAW_ENABLE = yes
|
||||||
DYNAMIC_KEYMAP_ENABLE = yes
|
DYNAMIC_KEYMAP_ENABLE = yes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# project specific files
|
# project specific files
|
||||||
SRC = keyboards/wilba_tech/wt_main.c
|
SRC = keyboards/wilba_tech/wt_main.c
|
||||||
|
|
||||||
# MCU name
|
# MCU name
|
||||||
MCU = atmega32u4
|
MCU = atmega32u4
|
||||||
|
|
||||||
|
@ -65,4 +65,4 @@ AUDIO_ENABLE = no # Audio output on port C6
|
||||||
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
||||||
|
|
||||||
RAW_ENABLE = yes
|
RAW_ENABLE = yes
|
||||||
DYNAMIC_KEYMAP_ENABLE = yes
|
DYNAMIC_KEYMAP_ENABLE = yes
|
||||||
|
|
|
@ -11,7 +11,6 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||||
# LUFA bootloader 4096
|
# LUFA bootloader 4096
|
||||||
# USBaspLoader 2048
|
# USBaspLoader 2048
|
||||||
BOOTLOADER = atmel-dfu
|
BOOTLOADER = atmel-dfu
|
||||||
#OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|
||||||
|
|
||||||
# Do not put the microcontroller into power saving mode
|
# Do not put the microcontroller into power saving mode
|
||||||
# when we get USB suspend event. We want it to keep updating
|
# when we get USB suspend event. We want it to keep updating
|
||||||
|
@ -45,4 +44,4 @@ DYNAMIC_KEYMAP_ENABLE = yes
|
||||||
|
|
||||||
CUSTOM_MATRIX = yes
|
CUSTOM_MATRIX = yes
|
||||||
SRC += matrix.c keyboards/wilba_tech/wt_main.c
|
SRC += matrix.c keyboards/wilba_tech/wt_main.c
|
||||||
#keyboards/stm60/webusb.c
|
#keyboards/stm60/webusb.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue