Files
vial-qmk/keyboards/montsinger/rebound/rev4/keymaps/vial/config.h
Dong Zhou c7c4e39021 Add Rebound rev4 with 1u or 2u layouts and rotary encoder support (#394)
* 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
2023-03-06 00:08:59 -06:00

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 }