diff options
Diffstat (limited to 'keyboards/pearl')
-rw-r--r-- | keyboards/pearl/rules.mk | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/pearl/rules.mk b/keyboards/pearl/rules.mk index 4db92d121..eacf8bb2c 100644 --- a/keyboards/pearl/rules.mk +++ b/keyboards/pearl/rules.mk | |||
@@ -15,19 +15,15 @@ | |||
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 |
26 | 25 | # ATmega32A bootloadHID | |
27 | # Bootloader | 26 | # ATmega328P USBasp |
28 | # This definition is optional, and if your keyboard supports multiple bootloaders of | ||
29 | # different sizes, comment this out, and the correct address will be loaded | ||
30 | # automatically (+60). See bootloader.mk for all options. | ||
31 | BOOTLOADER = bootloadHID | 27 | BOOTLOADER = bootloadHID |
32 | 28 | ||
33 | # build options | 29 | # build options |
@@ -44,6 +40,3 @@ OPT_DEFS = -DDEBUG_LEVEL=0 | |||
44 | 40 | ||
45 | # custom matrix setup | 41 | # custom matrix setup |
46 | SRC = i2c_master.c | 42 | SRC = i2c_master.c |
47 | |||
48 | # programming options | ||
49 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | ||