summaryrefslogtreecommitdiffstats
path: root/keyboards/converter
Commit message (Collapse)AuthorAgeFilesLines
* Added BLE support for USB-USB converter. (#1824)Benjamin Dengler2017-10-154-0/+124
| | | | | | | | * Added BLE support to USB-USB converter * Added readme * Removed images and Makefile
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-145-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-277-69/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-082-0/+44
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* remove dead links, add troubleshooting sectionBalz Guenat2017-08-191-6/+13
|
* Update USB-USB converter README according to #1588Balz Guenat2017-08-191-51/+34
|
* cleanup usb-usb converter codeBalz Guenat2017-08-1514-427/+393
|
* add RESET to keymapBalz Guenat2017-08-152-2/+2
|
* convert keymap into qmk-styleBalz Guenat2017-08-152-67/+69
|
* wow, it builds! added empty matrix.c and moved custom matrix code to ↵Balz Guenat2017-08-153-1/+2
| | | | | | custom_matrix.cpp still untested because of hardware availability :(
* add extern "C" to matrix.cppBalz Guenat2017-08-151-121/+125
|
* some major steps toward making the usb-usb converter workBalz Guenat2017-08-153-2/+4
|
* 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-1516-0/+1481
|
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-303-48/+48
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-5/+5
| | | | Fixes #1201.
* My layout for M-122 terminal keyboardPriyadi Iman Nurcahyo2016-12-143-0/+345
|
* Update KEYMAP macro to be consistent with the rest of QMKPriyadi Iman Nurcahyo2016-12-144-105/+58
|
* IBM Terminal M-122 converter supportPriyadi Iman Nurcahyo2016-12-1415-0/+765
Code ported from TMK to QMK.