d78e64f545
* add via keymap for 4x4 from qmk master * add via and vial keymaps for 40percentclub 4x4 * fixed bug with vial.json that crashed the configurator when switching to a different layout and requiring a reset of the firmware /clearing the eeprom on the board
11 lines
283 B
C
11 lines
283 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xAC, 0xB5, 0x77, 0x09, 0x6A, 0x6C, 0xB2, 0x28}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 } //top left and bottom left corner
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
|
|
|
|
#define VIAL_COMBO_ENTRIES 8
|