aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-5/+2
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* converter/usb_usb Refactor and Configurator support (#4345)noroadsleft2018-11-033-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
* restructure converters (#1825)Balz Guenat2017-11-083-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().
* 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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-272-6/+0
|
* cleanup usb-usb converter codeBalz Guenat2017-08-155-238/+342
|
* add RESET to keymapBalz Guenat2017-08-151-1/+1
|
* convert keymap into qmk-styleBalz Guenat2017-08-151-14/+14
|
* some major steps toward making the usb-usb converter workBalz Guenat2017-08-151-1/+1
|
* start working on usb-usb converter portBalz Guenat2017-08-153-0/+306