summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-5/+2
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2018-11-04converter/usb_usb Refactor and Configurator support (#4345)noroadsleft3-60/+24
* converter/usb_usb: layout macro refactor - KEYMAP_ALL renamed to LAYOUT_all - KEYMAP renamed to LAYOUT_ansi - KEYMAP_ISO renamed to LAYOUT_iso - KEYMAP_JIS renamed to LAYOUT_jis * converter/usb_usb: keymap refactor - all keymaps now use #include QMK_KEYBOARD_H - layout macro names updated - removed deprecated TMK macro/function code * Add info.json file for Configurator support
2017-11-08restructure converters (#1825)Balz Guenat3-42/+0
* 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-16Added BLE support for USB-USB converter. (#1824)Benjamin Dengler4-0/+124
* Added BLE support to USB-USB converter * Added readme * Removed images and Makefile
2017-09-27remove all makefiles from keyboard directoriesJack Humbert2-6/+0
2017-08-16cleanup usb-usb converter codeBalz Guenat5-238/+342
2017-08-16add RESET to keymapBalz Guenat1-1/+1
2017-08-16convert keymap into qmk-styleBalz Guenat1-14/+14
2017-08-16some major steps toward making the usb-usb converter workBalz Guenat1-1/+1
2017-08-16start working on usb-usb converter portBalz Guenat3-0/+306