45fd373661
* fixup: update Vial keymaps per upstream reqs more keycodes renamed `rgb_matrix_indicators_user` return type switched to bool keymaps/encoder maps that exceeded DYNAMIC_KEYMAP_LAYER_COUNT had excess layers removed EOL spaces and backslashes removed from keymaps * fixup: DRIVER_LED_TOTAL --> RGB_MATRIX_LED_COUNT * fixup: Vial-exclusive keyboard configs * fixup: 42keebs rules * fixup: relocated Vial keymaps * fixup: cleanup post-keymap move Remove wavtype/p01_ultra keymaps that went into QMK under different names Fix handwired/misterdeck and 4pplet/waffling60/rev_c keymaps * fixup: Vial-exclusive default keymaps * fixup: remove broken via-only keymaps compiling VIA keymaps is not supported anyway * fixup: non-compiling Vial keymaps * refactor: changes from QMK PR, fix Vial keymap
14 lines
576 B
C
14 lines
576 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x32, 0x5D, 0xA4, 0xC4, 0xA5, 0x41, 0xB7, 0xA7}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 1}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0, 1}
|
|
|
|
#define DYNAMIC_KEYMAP_MACRO_COUNT 32
|
|
#define VIAL_COMBO_ENTRIES 32 // number of combos used, each entry take 10 byte in EEPROM
|
|
#define VIAL_TAP_DANCE_ENTRIES 48 // number of tap dances used, each entry take 10 byte in EEPROM
|
|
#define VIAL_KEY_OVERRIDE_ENTRIES 8 // number of key override used, each entry take 10 byte in EEPROM
|