From c59fb1b477c4877fc29aeec8fe5f98dbf8788369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Magalh=C3=A3es?= Date: Thu, 25 Mar 2021 08:06:30 +0100 Subject: feat(keymaps): Changes to crkbd/keymaps/armand1m layout and README.md update (#12252) Co-authored-by: Ryan --- keyboards/crkbd/keymaps/armand1m/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboards/crkbd/keymaps/armand1m/config.h') diff --git a/keyboards/crkbd/keymaps/armand1m/config.h b/keyboards/crkbd/keymaps/armand1m/config.h index df109a347b..405d329640 100644 --- a/keyboards/crkbd/keymaps/armand1m/config.h +++ b/keyboards/crkbd/keymaps/armand1m/config.h @@ -45,4 +45,7 @@ along with this program. If not, see . #define RGBLIGHT_VAL_STEP 17 #endif +#define ONESHOT_TAP_TOGGLE 3 /* Tapping this number of times holds the key until tapped once again. */ +#define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */ + #define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c" -- cgit v1.2.3