[Keyboard] Misc tidyups for Chidori (#8091)

This commit is contained in:
fauxpark
2020-02-08 13:50:42 +11:00
committed by GitHub
parent 707c04b4ab
commit 3b1f29a5d6
8 changed files with 59 additions and 169 deletions

View File

@@ -1,9 +1,5 @@
# MCU name
MCU = atmega328p
ARCH = AVR8
F_USB = $(F_CPU)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Bootloader selection
# Teensy halfkay
@@ -36,7 +32,7 @@ AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
CUSTOM_MATRIX = yes
CUSTOM_MATRIX = lite
# project specific files
SRC += matrix.c