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
This commit is contained in:
parent
c89565cc3d
commit
5346cb2d20
18 changed files with 812 additions and 5 deletions
15
quantum/template/base/readme.md
Normal file
15
quantum/template/base/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# %KEYBOARD%
|
||||
|
||||

|
||||
|
||||
A short description of the keyboard/project
|
||||
|
||||
Keyboard Maintainer: [You](https://github.com/yourusername)
|
||||
Hardware Supported: The PCBs, controllers supported
|
||||
Hardware Availability: links to where you can find this hardware
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make %KEYBOARD%:default
|
||||
|
||||
See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
|
Loading…
Add table
Add a link
Reference in a new issue