summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2019-02-05Fix mixed tabs/spaces and typos in keyboards/converter makefiles (#5041)Konstantin Đorđević1-14/+12
* Fix mixed tabs and spaces in adb_usb and m0110_usb makefiles * Fix typos in converter build options * Tweak ordering and spacing in converter makefiles
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-10/+6
* 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-08restructure converters (#1825)Balz Guenat1-1/+9
* restructure converters each converter is its own keyboard and different hardware variants are different subprojects. remove (seemingly) old method of loading layouts from main Makefile * call led_set_kb() from overridden led_set() * put converter back into one folder * revert some structure changes to bring in line with #1784. Also attempt to get the BLE thing more properly integrated. Also also fix led_set() to call led_set_kb().
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-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
2017-08-16cleanup usb-usb converter codeBalz Guenat1-103/+17
2017-08-16wow, it builds! added empty matrix.c and moved custom matrix code to ↵Balz Guenat1-1/+1
custom_matrix.cpp still untested because of hardware availability :(
2017-08-16some major steps toward making the usb-usb converter workBalz Guenat1-1/+1
2017-08-16remove unused variables from makefileBalz Guenat1-4/+5
2017-08-16small changes following Jack's advice.Balz Guenat1-3/+5
2017-08-16start working on usb-usb converter portBalz Guenat1-0/+149