aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Disable MIDI on preonic to fix firmware compilation errorsU-LANDSRAAD\drashna2017-12-201-1/+1
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* QMK DFU bootloader generation (#2009)Jack Humbert2017-11-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | * adds :bootloader target * update planck and preonic revisions * remove references to .h files for planck * update preonic keymap * only add keyboard.h files that exist * add production target * hook things up with the new lufa variables * update rules for planck/preonic * back backlight key turn of status led when pressed * add manufacturer/product strings to bootloader
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-14/+14
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* adds soft pwm for non-timed portsJack Humbert2017-02-121-2/+2
|
* planck preonic updateJack Humbert2016-12-191-2/+2
|
* re-enable audio and extrakeysJack Humbert2016-12-121-3/+3
|
* separated into api files/folderJack Humbert2016-11-261-1/+2
|
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-201-0/+69