diff options
author | Richard Jones <rich@linxplicable.org> | 2020-08-23 19:59:41 +0100 |
---|---|---|
committer | Richard Jones <rich@linxplicable.org> | 2020-08-23 19:59:41 +0100 |
commit | 9b5af05f164582f22f3b4021c48660153f510ef2 (patch) | |
tree | 2ebe70b9ebde50a0d6b6f79865a52163ec6edf2d /app | |
parent | 221535fdc1c921c132d8a8539c62eb18e9c5f681 (diff) |
Make the shield name on-brand
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/shields/romac/Kconfig.defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/romac/Kconfig.defconfig b/app/boards/shields/romac/Kconfig.defconfig index da50e5c..b6490ac 100644 --- a/app/boards/shields/romac/Kconfig.defconfig +++ b/app/boards/shields/romac/Kconfig.defconfig @@ -2,7 +2,7 @@ if SHIELD_ROMAC config ZMK_KEYBOARD_NAME - default "romac" + default "RoMac" endif |