8326374643
* Add support for 42keebs Mysterium * More VIAL setting entries * remove superficial comments
15 lines
442 B
C
15 lines
442 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x7F, 0x33, 0x72, 0x72, 0x50, 0x89, 0x55, 0x33}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
|
|
|
#define VIAL_ENCODER_DEFAULT { KC_VOLD, KC_VOLU, KC_MPRV, KC_MNXT, KC_TRNS, KC_TRNS }
|
|
|
|
#define VIAL_KEY_OVERRIDE_ENTRIES 6
|
|
#define VIAL_COMBO_ENTRIES 6
|
|
#define VIAL_TAP_DANCE_ENTRIES 6
|