summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
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-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-08-04Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen1-12/+0
location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-15/+15
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-09Use single brackets for portability with other shellsNic Aitch1-1/+1
2017-04-03Revert removal of avrdude make optionDanny Nguyen1-1/+13
2017-03-22Added OLED SSD1306 support to I2Cishtob1-13/+2
2017-02-07Check for a new serial port every secondNic Aitch1-4/+6
2017-01-26Add avrdude targetNic Aitch1-0/+10
2016-11-17Updated my repo to current qmkclimbalima1-3/+4
2016-09-21Made Serial and I2C not include the OtherIBNobody1-2/+2
This saves 192 bytes
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik1-0/+74