forked from mirrors/qmk_userspace
MAGIC functionality, AG swap in default layout
This commit is contained in:
parent
5f648b6c40
commit
ab19ebd08a
10 changed files with 226 additions and 161 deletions
|
@ -21,6 +21,9 @@ ifeq ($(strip $(BOOTMAGIC_ENABLE)), yes)
|
|||
SRC += $(COMMON_DIR)/bootmagic.c
|
||||
SRC += $(COMMON_DIR)/avr/eeconfig.c
|
||||
OPT_DEFS += -DBOOTMAGIC_ENABLE
|
||||
else
|
||||
SRC += $(COMMON_DIR)/magic.c
|
||||
SRC += $(COMMON_DIR)/avr/eeconfig.c
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(MOUSEKEY_ENABLE)), yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue