13 lines
406 B
C
13 lines
406 B
C
#pragma once
|
|
|
|
/* VIAL Keyboard UID */
|
|
#define VIAL_KEYBOARD_UID {0xC1, 0x9B, 0x8E, 0x7B, 0x43, 0xD7, 0x61, 0xEE}
|
|
|
|
/* VIAL Unlock combo keys */
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 11 }
|
|
|
|
/* Encoder default values and delay */
|
|
#define VIAL_ENCODER_DEFAULT { KC_VOLD, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS }
|
|
#define VIAL_ENCODER_KEYCODE_DELAY 10
|