summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert1-1/+1
* adds is31fl3731 rgb matrix implementation * fix build script for force pushes * allow bootloader size to be overwritten * adds planck light implementation * split led config into 2 arrays * idk * betterize register handling * update planck implementation * update planck * refine rgb interface * cleanup names, rgb matrix * start documentation * finish up docs * add effects list * clean-up merge * add RGB_MATRIX_SKIP_FRAMES * add support for at90usb1286 to bootloader options
2018-03-12Add layout support for contra.Joe Wasson1-2/+3
2018-01-21Disable MIDI on Planck so all revisions compile without compilition size errorsU-LANDSRAAD\drashna1-1/+1
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-2/+19
* 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-21adds planck light keyboardJack Humbert1-9/+0
2017-11-14QMK DFU bootloader generation (#2009)Jack Humbert1-1/+1
* 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-11-01adds other layouts to rules.mkJack Humbert1-2/+2
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+3
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert1-1/+1
* implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs
2017-09-06update planck stuffJack Humbert1-2/+2
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-0/+2
* 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-13/+13
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-6/+6
2016-12-05Update rules.mkJack Humbert1-3/+2
2016-11-30Initial version of Raw HID interfaceWilba65821-1/+2
2016-11-26separated into api files/folderJack Humbert1-0/+1
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik1-0/+67