* Add keyboard: KMAC Happy & Porting to Vial. * Add Vial support for keyboard: JER J80. * Revert info.json * Revert keymap.c * Revert keymap.c * remove defaults in rules.mk Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * add layer count in config.h Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove QMKBEST codes Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove hardcode in keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove QMKBEST codes Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove hardcode in keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Revert readme.md * Revert rules.mk * enable MOUSEKEY as defaults --------- Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
8 lines
234 B
C
8 lines
234 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x7B, 0x23, 0xF2, 0x86, 0xEF, 0xC8, 0x03, 0x05}
|
|
|
|
// ESC + Enter
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|