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
This commit is contained in:
Jack Humbert 2017-11-01 20:01:45 -04:00 committed by GitHub
parent d069a42c07
commit fe56fffe7d
Failed to generate hash of commit
3 changed files with 49 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
*.eep
*.elf
*.hex
*.qmk
!util/bootloader.hex
!quantum/tools/eeprom_reset.hex
*.log