working shield, need to improve default keymap
This commit is contained in:
parent
12b9a37005
commit
f3eaa7e424
10 changed files with 282 additions and 0 deletions
9
app/boards/shields/microdox/Kconfig.shield
Normal file
9
app/boards/shields/microdox/Kconfig.shield
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2020 Pete Johanson
|
||||
# Copyright (c) 2020 Kellen Carey
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_MICRODOX_LEFT
|
||||
def_bool $(shields_list_contains,microdox_left)
|
||||
|
||||
config SHIELD_MICRODOX_RIGHT
|
||||
def_bool $(shields_list_contains,microdox_right)
|
||||
Loading…
Add table
Add a link
Reference in a new issue