start q8 to be what I want and work in vial
This commit is contained in:
25
q8/config.h
25
q8/config.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user