[Keymap] hvp keymap for Cornelius, updated ut47.2 and userspace (#14187)

This commit is contained in:
hvp 2021-09-02 05:44:36 +02:00 committed by GitHub
parent 872414f454
commit cb53c4fd41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 246 additions and 37 deletions

View file

@ -1,4 +1,9 @@
SRC += hvp.c
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
SRC += tap_dances.c
SRC += tap_dances.c
endif
ifeq ($(strip $(TAPPING_TERM_PER_KEY)), yes)
SRC += per_key.c
endif