ac3f6d5eee
* blehrad/bigswitch: adding Vial port, expand flash docu * flehrad/bigswitch: default to SECURE mode * typo * Apply suggestions from code review single key as an unlock combo Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove redundant setup info --------- Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
12 lines
298 B
C
12 lines
298 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x6D, 0x2C, 0x7B, 0xB2, 0xEA, 0xD4, 0xCB, 0x5A}
|
|
|
|
/* no sense having layers with a single key */
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 1
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0 }
|