diff options
author | Joel Challis <git@zvecr.com> | 2022-02-15 01:42:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 01:42:58 +0000 |
commit | b0621223bc53f634a28243b874379e8e157878fd (patch) | |
tree | 25849db31989959bd72181621da23346ad3fd4bf /data/templates/keyboard/info.json | |
parent | c9f192bae88ba4190d2e7f0bd560563b377f394d (diff) |
Various fixes for new-keyboard (#16358)
Diffstat (limited to 'data/templates/keyboard/info.json')
-rw-r--r-- | data/templates/keyboard/info.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/keyboard/info.json b/data/templates/keyboard/info.json index 92718faf3a..41bc691313 100644 --- a/data/templates/keyboard/info.json +++ b/data/templates/keyboard/info.json @@ -1,6 +1,7 @@ { "keyboard_name": "%KEYBOARD%", "maintainer": "%USER_NAME%", + "manufacturer": "%REAL_NAME%", "processor": "%MCU%", "bootloader": "%BOOTLOADER%", "diode_direction": "COL2ROW", |