* add reviung53 vial files * Revert "add reviung53 vial files" This reverts commit 074be536deda760843efda31f0c5ee9dbbb5a5e7. * add rainkeebs twoyo * add vial.json * add layout options * add config.h * move config to info.json * decrease firmware size * add encoder mapping * fix layout * fix split layout keymap * prettify vial.json * fix file formatting * reduce firmware size with tapdance * enable encoder map for default
9 lines
251 B
C
9 lines
251 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xE1, 0x46, 0x48, 0x68, 0xFC, 0x48, 0xF5, 0x48}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|