summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/rules.mk
Commit message (Collapse)AuthorAge
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-03
| | | | | | location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-30
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Use single brackets for portability with other shellsNic Aitch2017-06-09
|
* Revert removal of avrdude make optionDanny Nguyen2017-04-03
|
* Added OLED SSD1306 support to I2Cishtob2017-03-22
|
* Check for a new serial port every secondNic Aitch2017-02-06
|
* Add avrdude targetNic Aitch2017-01-26
|
* Updated my repo to current qmkclimbalima2016-11-16
|
* Made Serial and I2C not include the OtherIBNobody2016-09-20
| | | | This saves 192 bytes
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-20