Reduce copying of keyboard layouts

This commit is contained in:
Jeremy Soller
2021-06-01 08:55:43 -06:00
committed by Jeremy Soller
parent 4742fd9742
commit df469a9eea
62 changed files with 61 additions and 986 deletions

View File

@@ -36,6 +36,13 @@ CFLAGS+=\
CHARGER?=bq24780s
SRC+=$(SYSTEM76_COMMON_DIR)/charger/$(CHARGER).c
# Add keyboard
ifndef KEYBOARD
$(error KEYBOARD is not set by the board)
endif
KEYBOARD_DIR=src/keyboard/system76/$(KEYBOARD)
include $(KEYBOARD_DIR)/keyboard.mk
# Add kbled
KBLED?=none
SRC+=$(SYSTEM76_COMMON_DIR)/kbled/$(KBLED).c