ba1ebf348e
* Port Keychron Q11 to VIAL * Add back removed `KC_TASK` and `KC_FLXP` keycodes in `default` and `via` keymaps * Sync #20125 from `qmk/master`
8 lines
218 B
C
8 lines
218 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x63, 0x39, 0x38, 0xEA, 0x3A, 0x46, 0x3E, 0x9F}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 9 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 1, 7 } |