From eca4fb90e5747e02577ad9394703ad8f437cebe7 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 11 Apr 2024 00:07:31 -0500 Subject: [PATCH] adding empty array json to see if the json part will fail --- qmk_nontree copy.json | 6 ++++++ qmk_nontree.json | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 qmk_nontree copy.json diff --git a/qmk_nontree copy.json b/qmk_nontree copy.json new file mode 100644 index 00000000..9b633a1f --- /dev/null +++ b/qmk_nontree copy.json @@ -0,0 +1,6 @@ +{ + "nontree_targets": [ + "barbellboards", + "planck" + ] +} diff --git a/qmk_nontree.json b/qmk_nontree.json index 9b633a1f..39fe1246 100644 --- a/qmk_nontree.json +++ b/qmk_nontree.json @@ -1,6 +1,3 @@ { - "nontree_targets": [ - "barbellboards", - "planck" - ] + "nontree_targets": [] }