Copied Sofle and modified. Default keymap like that of QMK (not a keymap I want to use though) Fixes #1604
8 lines
217 B
Text
8 lines
217 B
Text
# Copyright (c) 2022 Shawn Rutledge
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_PINKY4_LEFT
|
|
def_bool $(shields_list_contains,pinky4_left)
|
|
|
|
config SHIELD_PINKY4_RIGHT
|
|
def_bool $(shields_list_contains,pinky4_right)
|