mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-04 17:17:21 +00:00
keymap: port to vial-qmk
This commit is contained in:
parent
f8c1306958
commit
3cb362ce6c
3 changed files with 118 additions and 1 deletions
|
|
@ -16,9 +16,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
|
||||
#define USE_SERIAL
|
||||
|
||||
#define MASTER_LEFT
|
||||
#define SPLIT_USB_DETECT
|
||||
#define SPLIT_USB_TIMEOUT 2500
|
||||
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0x8A, 0x86, 0x65, 0x9D, 0x13, 0xE1, 0xCB, 0x81}
|
||||
|
||||
// Vial unlock
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
|
||||
|
||||
// Vial features
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
|
||||
#define DYNAMIC_MACRO_SIZE 0
|
||||
#define VIAL_TAP_DANCE_ENTRIES 0
|
||||
#define VIAL_COMBO_ENTRIES 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue