From 3831ffb031bd236cba9eedd2b6dc24a6d9bff515 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 14 Feb 2020 00:04:37 +0100 Subject: Added turn around keys --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2df3c1b..431f5ec 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,8 @@ ifneq (${OS}, Darwin) CDEFS += -DFT_S_KEY=115 CDEFS += -DFT_D_KEY=100 CDEFS += -DFT_F1_KEY=65470 + CDEFS += -DFT_L_ARR_KEY=65361 + CDEFS += -DFT_R_ARR_KEY=65363 CDEFS += -DFT_ESC_KEY=65307 endif #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3