17 lines
380 B
C
17 lines
380 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
//#define USE_MATRIX_I2C
|
|
|
|
/* Select hand configuration, MASTER_LEFT is default */
|
|
|
|
// #define MASTER_RIGHT
|
|
// #define EE_HANDS
|
|
|
|
// Baseline VIAL configurations.
|
|
#define VIAL_KEYBOARD_UID {0xF9, 0x85, 0x99, 0x57, 0x97, 0xF0, 0x84, 0x44}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
|