Lfkeyboards updates (#2421)
* Update smk65 fn layer, add iso * Added Fn layer to ISO keymap * Fix error when backlight is disabled but lighting isn't * Remove broke mini1800 iso map * Add keymaps * Add LFKPad * Add split delete to lfk78 * Typo * Custom keymap
This commit is contained in:
committed by
Jack Humbert
parent
f746174874
commit
3f3d0551cd
14
keyboards/lfkeyboards/lfkpad/rules.mk
Normal file
14
keyboards/lfkeyboards/lfkpad/rules.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../Makefile
|
||||
endif
|
Reference in New Issue
Block a user