summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-10-16 18:10:58 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-10-16 18:10:58 +0200
commitebbfea0ecadf6d6278464ce1010beedb42a555bf (patch)
treec90298830e8999adfb5f97d2e3be044baafd2803
parent1bacb836f9f005a6e2ff7d8e220e3e39ff5aa1e2 (diff)
Use strings in the JSON also.
-rw-r--r--glyph/global.m4.conf2
-rw-r--r--glyph_board/global.m4.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/glyph/global.m4.conf b/glyph/global.m4.conf
index e1e6b26..ccb601f 100644
--- a/glyph/global.m4.conf
+++ b/glyph/global.m4.conf
@@ -21,7 +21,7 @@ m4_dnl
m4_dnl
m4_define(`__GLYPH_JSON_STYLE',` {
"msg": "add_glyph",
- "id": $1,
+ "id": "$1",
"nam": "$2",
"omni": __OMNIMODS($3, $4, $5, $6)
},
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)