b8c1cf446d
* sesame vial config * reduce firmware size * reduce firmware size * vial security * revert readme change * removed fourth layer
13 lines
379 B
C
13 lines
379 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x4A, 0xF2, 0x7D, 0x60, 0xB2, 0xB6, 0xE1, 0x34}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 14 }
|
|
#define VIAL_COMBO_ENTRIES 20
|
|
#define PERMISSIVE_HOLD
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|
|
#define VIAL_KEY_OVERRIDE_ENTRIES 4
|