summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-12-21Disable MIDI on preonic to fix firmware compilation errorsU-LANDSRAAD\drashna1-1/+1
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-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
2017-11-14QMK DFU bootloader generation (#2009)Jack Humbert1-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
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-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
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-14/+14
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-02-12adds soft pwm for non-timed portsJack Humbert1-2/+2
2016-12-20planck preonic updateJack Humbert1-2/+2
2016-12-12re-enable audio and extrakeysJack Humbert1-3/+3
2016-11-26separated into api files/folderJack Humbert1-1/+2
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik1-0/+69