e7c5a28356
* porting vial to Jelly Epoch hotswap and soldered * correcting keymap file for soldered PCB
9 lines
234 B
C
9 lines
234 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x86, 0x13, 0x29, 0xD7, 0x76, 0x44, 0x19, 0xA7}
|
|
|
|
// Esc + Enter
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 12 } |