aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/converter
AgeCommit message (Collapse)Author
2018-04-19Updated personal keymaps, fixed Let's Split default keymap, updated JJ40 ↵Gravatar Kenneth Aloysius
README (#2704) * Add M6-A keymap * Update XD60 keymap * Update XD60 keymap readme * Update JJ40 and Let's Split keymaps * Add readme for M6-A * Fix typo, update JJ40 README * Update jj40 readme * Cleanup jj40 keymap * Revert Let's Split QWERTY layer to default before #2010 * Update numpad layers * Fix: Let's Split keymap getting stuck mods due to having keycodes assigned on the Raise layer * Keep ASCII art consistent with keymap
2017-11-27Updates bootloader settings, adds file size check (#2029)Gravatar Jack Humbert
* 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)Gravatar Balz Guenat
* 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-15Added BLE support for USB-USB converter. (#1824)Gravatar Benjamin Dengler
* Added BLE support to USB-USB converter * Added readme * Removed images and Makefile
2017-10-14Make arguments redo, subproject elimination (#1784)Gravatar Jack Humbert
* 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-09-27remove all makefiles from keyboard directoriesGravatar Jack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)Gravatar skullydazed
* 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
2017-08-19remove dead links, add troubleshooting sectionGravatar Balz Guenat
2017-08-19Update USB-USB converter README according to #1588Gravatar Balz Guenat
2017-08-15cleanup usb-usb converter codeGravatar Balz Guenat
2017-08-15add RESET to keymapGravatar Balz Guenat
2017-08-15convert keymap into qmk-styleGravatar Balz Guenat
2017-08-15wow, it builds! added empty matrix.c and moved custom matrix code to ↵Gravatar Balz Guenat
custom_matrix.cpp still untested because of hardware availability :(
2017-08-15add extern "C" to matrix.cppGravatar Balz Guenat
2017-08-15some major steps toward making the usb-usb converter workGravatar Balz Guenat
2017-08-15remove unused variables from makefileGravatar Balz Guenat
2017-08-15small changes following Jack's advice.Gravatar Balz Guenat
2017-08-15start working on usb-usb converter portGravatar Balz Guenat
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Gravatar Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-05-11Fix spelling of "persistent"Gravatar Nikolaus Wittenstein
Fixes #1201.
2016-12-14My layout for M-122 terminal keyboardGravatar Priyadi Iman Nurcahyo
2016-12-14Update KEYMAP macro to be consistent with the rest of QMKGravatar Priyadi Iman Nurcahyo
2016-12-14IBM Terminal M-122 converter supportGravatar Priyadi Iman Nurcahyo
Code ported from TMK to QMK.