diff options
author | Drashna Jaelre <drashna@live.com> | 2019-04-22 08:25:21 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-22 08:25:21 -0700 |
commit | c7583d181a2cae24af60efa93caa3d662e5d48f4 (patch) | |
tree | 3658e642bf154a3aca220d877c3b58a68b958bd5 /keyboards/handwired/frenchdev/rules.mk | |
parent | 76e78e8ca1a348e85b3e8f351fcb42d94a3634a4 (diff) | |
download | qmk_firmware-c7583d181a2cae24af60efa93caa3d662e5d48f4.tar.gz |
Update handwired/frenchdev keyboard (#5443)
Diffstat (limited to 'keyboards/handwired/frenchdev/rules.mk')
-rw-r--r-- | keyboards/handwired/frenchdev/rules.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/handwired/frenchdev/rules.mk b/keyboards/handwired/frenchdev/rules.mk index c82bf4a38..69a12b68d 100644 --- a/keyboards/handwired/frenchdev/rules.mk +++ b/keyboards/handwired/frenchdev/rules.mk @@ -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 - |