mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-25 09:10:47 +02:00
94061bb916
Standardized indentation to use spaces with a new pre-commit hook.
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
# Copyright (c) 2020 Pete Johanson, Richard Jones
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_ROMAC
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "RoMac"
|
|
|
|
endif
|
|
|