diff options
Diffstat (limited to 'keyboards/winkeyless/bface/rules.mk')
| -rw-r--r-- | keyboards/winkeyless/bface/rules.mk | 21 |
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 |
| 17 | MCU = atmega32a | 17 | MCU = atmega32a |
| 18 | PROTOCOL = VUSB | ||
| 19 | 18 | ||
| 20 | # unsupported features for now | 19 | # Bootloader selection |
| 21 | NO_UART = yes | 20 | # Teensy halfkay |
| 22 | NO_SUSPEND_POWER_DOWN = yes | 21 | # Pro Micro caterina |
| 23 | 22 | # Atmel DFU atmel-dfu | |
| 24 | # processor frequency | 23 | # LUFA DFU lufa-dfu |
| 25 | F_CPU = 12000000 | 24 | # QMK DFU qmk-dfu |
| 25 | # ATmega32A bootloadHID | ||
| 26 | # ATmega328P USBasp | ||
| 27 | BOOTLOADER = bootloadHID | ||
| 26 | 28 | ||
| 27 | # build options | 29 | # build options |
| 28 | BOOTMAGIC_ENABLE = no | 30 | BOOTMAGIC_ENABLE = no |
| @@ -37,11 +39,6 @@ RGBLIGHT_ENABLE = yes | |||
| 37 | RGBLIGHT_CUSTOM_DRIVER = yes | 39 | RGBLIGHT_CUSTOM_DRIVER = yes |
| 38 | 40 | ||
| 39 | OPT_DEFS = -DDEBUG_LEVEL=0 | 41 | OPT_DEFS = -DDEBUG_LEVEL=0 |
| 40 | BOOTLOADER = bootloadHID | ||
| 41 | 42 | ||
| 42 | # custom matrix setup | 43 | # custom matrix setup |
| 43 | SRC = i2c_master.c | 44 | SRC = i2c_master.c |
| 44 | |||
| 45 | # programming options | ||
| 46 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | ||
| 47 | |||
