mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 03:30:03 +00:00
9 lines
256 B
C
9 lines
256 B
C
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x69, 0x01, 0x58, 0x30, 0xE7, 0xA6, 0x7D, 0x5D}
|
|
|
|
// Unlock with top left key (row 0, column 0) and
|
|
// top right key (row 3, column 5):
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 5 }
|