Browse Source

update generator script

Jack Humbert 8 years ago
parent
commit
61607a5ef7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      util/supported_keyboards_generator.sh

+ 2 - 1
util/supported_keyboards_generator.sh

@@ -1,7 +1,8 @@
 #/bin/bash
 # {
 #     "name": "Planck",
-#     "shortname": "planck"
+#     "shortname": "planck",
+#     "date_added": "2016-06-21T22:39:54-04:00"
 # }
 printf "[" > keyboards.json
 for project in $(find . -regex '\./keyboards/[a-z0-9_\-]+/config.h')