8036dc88b8
* Added basic support for RAMA Works U80-A Successfully compiled above configurations. Disabled or reduced features as follows: -Layer limited into 2 (0 and 1) -Space Cadet -Leader keys -Grave Escape -Putting VIAL_INSECURE -Combo -Tap dance * Add files via upload * Added VIAL Secure * Added porting to H60 PCB Compile successful. Tested on Monokei Kei with H60 PCB. * Update readme.md * readme.md revised
10 lines
320 B
C
10 lines
320 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x02, 0x7E, 0x59, 0x9E, 0x37, 0x2F, 0xCF, 0xA7}
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0,2}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0,13}
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|
|
#define VIAL_COMBO_ENTRIES 4 |