mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
* Add support for the Clog * format DTSI definition * add a default keymap * update copyright year, reduce conf to minimum
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_CLOG_LEFT
|
|
def_bool $(shields_list_contains,clog_left)
|
|
|
|
config SHIELD_CLOG_RIGHT
|
|
def_bool $(shields_list_contains,clog_right)
|