removed confirmation screen and added FK keys for all mappings, my god this should be refactored

This commit is contained in:
Vincent-FK
2021-06-04 16:18:29 +02:00
parent 4111592d33
commit 150cf58be2
4 changed files with 239 additions and 375 deletions

View File

@@ -1,7 +1,7 @@
CC = $(CROSS_COMPILE)gcc -g
TARGET_FUNKEY ?= 1
TARGET_FUNKEY ?= 0
ifeq ($(TARGET_FUNKEY),1)