Fix tidbit config options for artsey and off by one key error with tidbit artsey keymap

This commit is contained in:
KemoNine 2021-02-07 23:24:21 +00:00
parent 42ad491cef
commit 92bc711050
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,11 @@
# Copyright (c) 2020 The ZMK Contributors # Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Tune combos to allow proper ARTSEY support
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8
CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8
# Enable Encoders # Enable Encoders
#CONFIG_EC11=y #CONFIG_EC11=y
#CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y #CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

View File

@ -14,10 +14,10 @@
#define KEY_T 6 #define KEY_T 6
#define KEY_S 5 #define KEY_S 5
// EYIO Row // EYIO Row
#define KEY_E 14 #define KEY_E 13
#define KEY_Y 13 #define KEY_Y 12
#define KEY_I 12 #define KEY_I 11
#define KEY_O 11 #define KEY_O 10
#include "../../../artsey.dtsi" #include "../../../artsey.dtsi"