1
0
Fork 0
zmk-ardux/config/boards/shields/artboard/Kconfig.shield
Dennis Padiernos e63ac4d6db
Add Artboard support (#1)
* Add Artboard support (#1)

* Initial commit for the Artboard

* adjust copyright and pins

* fix pin for left

* Add Artboard to builds (#2)

* Initial commit for the Artboard

* adjust copyright and pins

* add artboard to builds

* fix pins for right

* fix pins for left again

* probably mixed up the pins. switched things around.

* fix build error.

* remove whitespace

* still tweaking pins

* flipped some pins around

* flip the rows

* fixed a hardware issue, so reverting to what's working

* more reverting

* oops forgot to switch to analog pins

* try to fix weird flipped rows

* argh, flipped pins. flipped pins everywhere.

* fix left artboard

* Update artboard_left.conf

* disable deep sleep for right artboard

* add repo link
2021-05-03 22:07:51 -04:00

8 lines
249 B
Text
Executable file

# Copyright (c) 2021 Dennis "depadiernos" Padiernos
# SPDX-License-Identifier: MIT
config SHIELD_ARTBOARD_LEFT
def_bool $(shields_list_contains,artboard_left)
config SHIELD_ARTBOARD_RIGHT
def_bool $(shields_list_contains,artboard_right)