mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
[Keyboard] Fix layout macro name for Gergo info.json (#4828)
Layout macro name in info.json was named LAYOUT instead of LAYOUT_GERGO as it is in gergo.h.
This commit is contained in:
parent
3ea7c2a434
commit
87b277c21a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"keyboard_name": "Gergo",
|
||||
"url": "http://gboards.ca",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"LAYOUT_GERGO": {
|
||||
"layout": [
|
||||
{
|
||||
"label": "L00",
|
||||
|
|
Loading…
Reference in a new issue