* Refactor common parts of the Microdox sheild into a separate file. This is in preparation for adding Microdox V2 as another shield in the same directory. * Refactor Microdox keymap into a common file in preparation for Microdox V2 * Add Microdox V2 shield definition * Added a README to explain v1/v2 differences.
14 lines
413 B
Text
14 lines
413 B
Text
# Copyright (c) 2020 The ZMK Contributors
|
|
# 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)
|
|
|
|
config SHIELD_MICRODOX_V2_LEFT
|
|
def_bool $(shields_list_contains,microdox_v2_left)
|
|
|
|
config SHIELD_MICRODOX_V2_RIGHT
|
|
def_bool $(shields_list_contains,microdox_v2_right)
|