11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_SETTINGS_RESET
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "SETTINGS RESET"
|
|
|
|
endif
|
|
|