]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lfkeyboards/lfk65_hs/rules.mk
keymap for idobo (#6250)
[qmk_firmware.git] / keyboards / lfkeyboards / lfk65_hs / rules.mk
1 MCU = atmega32u4
2 OPT_DEFS += -DBOOTLOADER_SIZE=4096
3 FLASH_SIZE_KB = 32
4 BOOT_SECTION_SIZE_KB = 4
5 BOOT_LOADER = BootloaderHID
6
7 # Extra source files for IS3731 lighting
8 SRC = TWIlib.c issi.c lighting.c
9
10 # Processor frequency.
11 F_CPU = 16000000
12
13 # Target architecture (see library "Board Types" documentation).
14 ARCH = AVR8
15
16 # Input clock frequency.
17 F_USB = $(F_CPU)
18
19 # Interrupt driven control endpoint task(+60)
20 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT