mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
post drashna and zvecr review
This commit is contained in:
parent
0774cb31aa
commit
47789c4229
@ -19,6 +19,8 @@
|
|||||||
"oled": true
|
"oled": true
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
|
"custom": true,
|
||||||
|
"custom_lite": true,
|
||||||
"cols": ["GP15", "GP14", "GP13", "GP10"],
|
"cols": ["GP15", "GP14", "GP13", "GP10"],
|
||||||
"rows": ["GP12", "GP9", "GP7", "GP6", "GP5", null]
|
"rows": ["GP12", "GP9", "GP7", "GP6", "GP5", null]
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Copyright 2023 binepad (@binepad)
|
# Copyright 2023 binepad (@binepad)
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
CUSTOM_MATRIX = lite
|
|
||||||
|
|
||||||
SRC += matrix.c \
|
SRC += matrix.c \
|
||||||
candypad_oled.c
|
candypad_oled.c
|
||||||
|
Loading…
Reference in New Issue
Block a user