summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Ensure `PROGMEM` is present on default keymaps (#7836)fauxpark2020-01-092-34/+2
|
* [Keymap] Add narze keymap for usb-usb converter (#6881)Manassarn "Noom" Manoonchai2019-10-164-0/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | * Revert raise/backspace mod tap to just backspace * Initialize usb_usb/narze * Modify keys * Add readme * Support Right shift to ) * Add Dev layer * Use Dev layer on holding z key * Add Dev layer for Ergodox * Update keyboards/converter/usb_usb/keymaps/narze/README.md Fix the command & close the code block as suggested Co-Authored-By: Drashna Jaelre <drashna@live.com> * Reduce rules
* 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