7d39799668
* Add Vial support for GH60 Satan * Enable Vial * Disable options to reduce firmware size * Remove unnecessary comma * Enable backlight
14 lines
329 B
C
14 lines
329 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x32, 0x5E, 0xC4, 0x12, 0x07, 0x3B, 0xC8, 0x83}
|
|
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 2
|
|
|
|
#define BACKLIGHT_BREATHING
|
|
#define BREATHING_PERIOD 12
|
|
|
|
// ESC + Enter
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|