From 5346cb2d20100f2bbf35e8c8107ae272404f2198 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 9 May 2018 21:36:40 -0700 Subject: Support both AVR and ps2avrGB targets for new_project script (#2811) * Stopping point at creating targets for new_project script * Add second argument for target * Add the ps2avrgb target * consider the case where the firmware type target is not valid * fix template files to be more generic * Code cleanup * Change variable name to be more descriptive * make avr the default * forgot to put the template files in * Take out useless comments * add usage info --- quantum/template/base/info.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 quantum/template/base/info.json (limited to 'quantum/template/base/info.json') diff --git a/quantum/template/base/info.json b/quantum/template/base/info.json new file mode 100644 index 000000000..e69de29bb -- cgit v1.3.1