Update handwired/frenchdev keyboard (#5443)

This commit is contained in:
Drashna Jaelre
2019-04-22 08:25:21 -07:00
committed by MechMerlin
parent 76e78e8ca1
commit c7583d181a
8 changed files with 115 additions and 525 deletions

View File

@@ -15,7 +15,7 @@
#----------------------------------------------------------------------------
# # project specific files
SRC = twimaster.c \
SRC = i2c_master.c \
matrix.c
# MCU name
@@ -64,8 +64,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
OPT_DEFS += -DBOOTLOADER_SIZE=512
BOOTLOADER = halfKay
# Build Options
# comment out to disable the options.
@@ -86,4 +85,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
RGBLIGHT_ENABLE = no
API_SYSEX_ENABLE = no