diff options
Diffstat (limited to 'keyboards/rgbkb/sol/rules.mk')
-rw-r--r-- | keyboards/rgbkb/sol/rules.mk | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/rgbkb/sol/rules.mk b/keyboards/rgbkb/sol/rules.mk index 3be8f0b22..e3d3953df 100644 --- a/keyboards/rgbkb/sol/rules.mk +++ b/keyboards/rgbkb/sol/rules.mk | |||
@@ -1,21 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | 4 | # Bootloader selection |
5 | F_CPU = 16000000 | 5 | # Teensy halfkay |
6 | 6 | # Pro Micro caterina | |
7 | # Target architecture (see library "Board Types" documentation). | 7 | # Atmel DFU atmel-dfu |
8 | ARCH = AVR8 | 8 | # LUFA DFU lufa-dfu |
9 | 9 | # QMK DFU qmk-dfu | |
10 | # Input clock frequency. | 10 | # ATmega32A bootloadHID |
11 | F_USB = $(F_CPU) | 11 | # ATmega328P USBasp |
12 | |||
13 | # Bootloader | ||
14 | BOOTLOADER = qmk-dfu | 12 | BOOTLOADER = qmk-dfu |
15 | 13 | ||
16 | # Interrupt driven control endpoint task(+60) | ||
17 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
18 | |||
19 | # Custom local font file | 14 | # Custom local font file |
20 | OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\" | 15 | OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\" |
21 | 16 | ||