vial-qmk/keyboards/j80/keymaps/vial/config.h
nlnjnj e3687aed3b
Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670)
* 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>
2024-04-27 16:53:47 -06:00

10 lines
272 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#define VIAL_KEYBOARD_UID {0x17, 0x02, 0x25, 0x86, 0xE8, 0x06, 0x80, 0x02}
// ESC + Enter
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
#define DYNAMIC_KEYMAP_LAYER_COUNT 3