forked from forks/qmk_firmware
9234f9c964
* LFKPad: matrix refactor * LFKPad: keymap refactor (QMK_KEYBOARD_H; matrix update) * LFKPad: Configurator support * LFKPad: added community layout numpad_6x4 to rules.mk * LFKPad: Update rgb_sequence to match new matrix * LFKPad: delete deprecated makefile include block from rules.mk
14 lines
243 B
Makefile
14 lines
243 B
Makefile
SRC = TWIlib.c issi.c lighting.c
|
|
|
|
MCU = atmega32u4
|
|
OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|
|
|
F_CPU = 16000000
|
|
F_USB = $(F_CPU)
|
|
ARCH = AVR8
|
|
|
|
# Interrupt driven control endpoint task(+60)
|
|
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
|
|
|
LAYOUTS = numpad_6x4
|