summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* cleanup usb-usb converter codeBalz Guenat2017-08-151-103/+17
|
* wow, it builds! added empty matrix.c and moved custom matrix code to ↵Balz Guenat2017-08-151-1/+1
| | | | | | custom_matrix.cpp still untested because of hardware availability :(
* some major steps toward making the usb-usb converter workBalz Guenat2017-08-151-1/+1
|
* remove unused variables from makefileBalz Guenat2017-08-151-4/+5
|
* small changes following Jack's advice.Balz Guenat2017-08-151-3/+5
|
* start working on usb-usb converter portBalz Guenat2017-08-151-0/+149