d326ae55d0
* initial vial commit * final vial support with encoder, info.json fixed
13 lines
442 B
C
13 lines
442 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x88, 0xBF, 0xED, 0x7A, 0xDA, 0x20, 0x5B, 0x90}
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0,2}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0,12}
|
|
|
|
#define ENCODERS_PAD_A { D0 }
|
|
#define ENCODERS_PAD_B { D1 }
|
|
#define ENCODER_RESOLUTION 4
|
|
#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 |