From ebbfea0ecadf6d6278464ce1010beedb42a555bf Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 16 Oct 2018 18:10:58 +0200 Subject: Use strings in the JSON also. --- glyph/global.m4.conf | 2 +- glyph_board/global.m4.conf | 2 +- 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) -- cgit v1.2.3-70-g09d2