summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
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