]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/rgbkb/sol/rules.mk
Sol Rev 2 Keyboard (#6389)
[qmk_firmware.git] / keyboards / rgbkb / sol / rules.mk
1 # MCU name
2 MCU = atmega32u4
3
4 # Processor frequency.
5 F_CPU = 16000000
6
7 # Target architecture (see library "Board Types" documentation).
8 ARCH = AVR8
9
10 # Input clock frequency.
11 F_USB = $(F_CPU)
12
13 # Bootloader
14 BOOTLOADER = qmk-dfu
15
16 # Interrupt driven control endpoint task(+60)
17 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
18
19 # Custom local font file
20 OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
21
22 SPLIT_KEYBOARD = yes
23 ENCODER_ENABLE = yes
24
25 DEFAULT_FOLDER = rgbkb/sol/rev2