mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-05-08 07:13:20 +02:00
a124eb9f9e
* Basic driver, using the GD7965 driver as a basis, since the ICs are very similar.
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
rsource "kscan/Kconfig"
|
|
rsource "sensor/Kconfig"
|
|
rsource "display/Kconfig" |