| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-10-16 18:10:58 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-10-16 18:10:58 +0200 | 
| commit | ebbfea0ecadf6d6278464ce1010beedb42a555bf (patch) | |
| tree | c90298830e8999adfb5f97d2e3be044baafd2803 /glyph_board/global.m4.conf | |
| parent | 1bacb836f9f005a6e2ff7d8e220e3e39ff5aa1e2 (diff) | |
Use strings in the JSON also.
Diffstat (limited to 'glyph_board/global.m4.conf')
| -rw-r--r-- | glyph_board/global.m4.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/glyph_board/global.m4.conf b/glyph_board/global.m4.conf index a4456fc..8cbd704 100644 --- a/glyph_board/global.m4.conf +++ b/glyph_board/global.m4.conf @@ -25,7 +25,7 @@ m4_dnl  m4_dnl  m4_define(`__GLYPH_BOARD_JSON_STYLE',`   {        "msg": "add_glyph_board", -      "id": $1, +      "id": "$1",        "nam": "$2",        "slot": $3,        "omni": __OMNIMODS($4, $5, $6, $7) | 


