diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-11-01 20:01:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 20:01:45 -0400 |
commit | fe56fffe7d70e706432a1d1f6315a7978390e57b (patch) | |
tree | 6625b3c6b5fc55a9b165105ea2b73e6834ba8540 /.gitignore | |
parent | d069a42c072e32072da62b14b13c1f27f7432c92 (diff) | |
download | qmk_firmware-fe56fffe7d70e706432a1d1f6315a7978390e57b.tar.gz qmk_firmware-fe56fffe7d70e706432a1d1f6315a7978390e57b.zip |
Adds .qmk file type as a target for QMK Toolbox (#1084)
* adds .qmk file type as a target
* adds info.json with vendor and product
* add files for qmk info script
* add layout file for planck
* ignore .qmk files
* more settings
* update rules for avr and chibios
* update .qmk generation for info.json and inheritence
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f513ed3af3..6511d7fc72 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.eep *.elf *.hex +*.qmk !util/bootloader.hex !quantum/tools/eeprom_reset.hex *.log |