mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-07-29 16:50:41 +02:00

* added personal userspace, niu mini, planck and fc660c keymaps * removed unnecessary include and some other minor corrections
6 lines
102 B
Makefile
6 lines
102 B
Makefile
SRC += spacebarracecar.c
|
|
|
|
ifeq ($(strip $(GERMAN_ENABLE)), yes)
|
|
OPT_DEFS += -DGERMAN_ENABLE
|
|
endif
|