mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_SETTINGS_RESET
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "SETTINGS RESET"
|
|
|
|
endif
|
|
|