* Add Vial-enabled default map to budget96 * Update rules.mk via suggestion Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Suggestions to keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> --------- Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
15 lines
365 B
C
15 lines
365 B
C
/* SPDX-Licanse-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x2F, 0xE9, 0x9C, 0x35, 0xA0, 0x07, 0xEA, 0x2B}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0,3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 6,2 }
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
|
#undef LOCKING_SUPPORT_ENABLE
|
|
#undef LOCKING_RESYNC_ENABLE
|
|
#define NO_ACTION_ONESHOT
|
|
#define LAYER_STATE_8BIT
|
|
|
|
|