aboutsummaryrefslogtreecommitdiff
path: root/keyboards/winkeyless/bface/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/winkeyless/bface/rules.mk')
-rw-r--r--keyboards/winkeyless/bface/rules.mk21
1 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/winkeyless/bface/rules.mk b/keyboards/winkeyless/bface/rules.mk
index 4e016b47d..12b502785 100644
--- a/keyboards/winkeyless/bface/rules.mk
+++ b/keyboards/winkeyless/bface/rules.mk
@@ -15,14 +15,16 @@
15 15
16# MCU name 16# MCU name
17MCU = atmega32a 17MCU = atmega32a
18PROTOCOL = VUSB
19 18
20# unsupported features for now 19# Bootloader selection
21NO_UART = yes 20# Teensy halfkay
22NO_SUSPEND_POWER_DOWN = yes 21# Pro Micro caterina
23 22# Atmel DFU atmel-dfu
24# processor frequency 23# LUFA DFU lufa-dfu
25F_CPU = 12000000 24# QMK DFU qmk-dfu
25# ATmega32A bootloadHID
26# ATmega328P USBasp
27BOOTLOADER = bootloadHID
26 28
27# build options 29# build options
28BOOTMAGIC_ENABLE = no 30BOOTMAGIC_ENABLE = no
@@ -37,11 +39,6 @@ RGBLIGHT_ENABLE = yes
37RGBLIGHT_CUSTOM_DRIVER = yes 39RGBLIGHT_CUSTOM_DRIVER = yes
38 40
39OPT_DEFS = -DDEBUG_LEVEL=0 41OPT_DEFS = -DDEBUG_LEVEL=0
40BOOTLOADER = bootloadHID
41 42
42# custom matrix setup 43# custom matrix setup
43SRC = i2c_master.c 44SRC = i2c_master.c
44
45# programming options
46PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex
47