9c01766f65
* Added support for Graystudio Space65 * added missing vial.json Co-authored-by: sdean29 <sdean29@ltksup37594mac.local>
11 lines
321 B
C
11 lines
321 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x65, 0x1E, 0xAD, 0xE8, 0x4F, 0x1E, 0xB4, 0xE3}
|
|
#define VIAL_COMBO_ENTRIES 4
|
|
#define VIAL_KEY_OVERRIDE_ENTRIES 4
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|