* small tuning * use all 3 indicators * add rebound rev4 * define rotary encoder behavior * add levinson rev3 vial * add rebound rotary encoder 2 extra keys * add 2u space layout * remove levinson stuff * remove minivan changes * wiring comment
14 lines
365 B
C
14 lines
365 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xAE, 0x02, 0xAA, 0xA7, 0xC0, 0x1D, 0xFF, 0xE3}
|
|
|
|
/* delete these two lines if you have newer wiring than 4.3 */
|
|
#undef MATRIX_ROW_PINS
|
|
#define MATRIX_ROW_PINS { D5, B7, D4, C6, F7, F6, F5, F4 }
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1}
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
|
|
|