LFK87 refactor (#20635)
This commit is contained in:
parent
50a8287f34
commit
4b1ec081d4
13 changed files with 453 additions and 200 deletions
|
|
@ -1,16 +1,3 @@
|
|||
# Set the LFK87 hardware version.
|
||||
#
|
||||
# A - Green PCB. at90usb1286 Only 3 exist
|
||||
# B - We don't talk about RevB
|
||||
# C-D - Black PCB. at90usb646 First public release
|
||||
#
|
||||
LFK_REV = C
|
||||
|
||||
BOOTLOADER = atmel-dfu
|
||||
OPT_DEFS += -DLFK_TKL_REV_$(LFK_REV)
|
||||
|
||||
# Extra source files for IS3731 lighting
|
||||
SRC = TWIlib.c issi.c lighting.c
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
|
@ -29,3 +16,8 @@ SLEEP_LED_ENABLE = yes
|
|||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms
|
||||
|
||||
# Extra source files for IS3731 lighting
|
||||
SRC += TWIlib.c issi.c lighting.c
|
||||
|
||||
DEFAULT_FOLDER = lfkeyboards/lfk78/revc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue