start q8 to be what I want and work in vial

This commit is contained in:
dave
2024-07-31 15:28:47 -05:00
parent 113c7a33c7
commit b4f49515e8
4 changed files with 388 additions and 176 deletions

View File

@@ -1,23 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/* Don't autoshift numbers or tab */
#define NO_AUTO_SHIFT_NUMERIC
#define NO_AUTO_SHIFT_TAB
#define VIAL_KEYBOARD_UID {0x77, 0x4C, 0xB1, 0xD7, 0xDD, 0xBE, 0xF6, 0xD2}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
#define SPLIT_LAYER_STATE_ENABLE
#define MOUSEKEY_DELAY 20
#define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_MAX_SPEED 5
#define MOUSEKEY_TIME_TO_MAX 40
#define MOUSEKEY_WHEEL_MAX_SPEED 10
// Tapping Term
#define TAPPING_TERM 200
#define TAPPING_TERM_PER_KEY
#define COMBO_TERM 25 // how quickly all combo keys must be pressed in succession to trigger
#define COMBO_MUST_HOLD_MODS // if a combo triggers a modifier, only trigger when the combo is held
#define COMBO_HOLD_TERM 175 // how long at least one of the combo keys must be held to trigger
#define DYNAMIC_KEYMAP_LAYER_COUNT 8