4d0c439196
- Set CONSOLE_ENABLE to false for space - Add the -WL --relax EXTRALDFLAGS for space - Enable QMK_SETTINGS and TAP_DANCE_ENABLE - Set available Tap Dances to 4
9 lines
252 B
C
9 lines
252 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x86, 0xDA, 0x85, 0x0E, 0x54, 0x70, 0xA0, 0xA2}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 1, 4 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 3, 14 }
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|