mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-19 20:17:56 -04:00
Remove commented out MCUs in rules.mk (#5884)
This commit is contained in:
parent
a197796208
commit
5c6a964a13
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
# MCU name
|
||||
#MCU = at90usb1286
|
||||
MCU = atmega32u4
|
||||
|
||||
# Processor frequency.
|
||||
|
@ -83,4 +82,4 @@ HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
|
|||
SRC += keyboards/wilba_tech/wt_main.c
|
||||
|
||||
RAW_ENABLE = yes
|
||||
DYNAMIC_KEYMAP_ENABLE = yes
|
||||
DYNAMIC_KEYMAP_ENABLE = yes
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# MCU name
|
||||
#MCU = at90usb1287
|
||||
MCU = atmega32u4
|
||||
|
||||
# Processor frequency.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue