[Keymap] Add haervig userspace and keymaps (#13362)

This commit is contained in:
Jakob Hærvig
2021-07-01 19:12:19 +02:00
committed by GitHub
parent c275828ac2
commit bef73f44aa
7 changed files with 605 additions and 0 deletions

5
users/haervig/rules.mk Normal file
View File

@@ -0,0 +1,5 @@
SRC += haervig.c
ifeq ($(strip $(DANISH_ENABLE)), yes)
OPT_DEFS += -DDANISH_ENABLE
endif