summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps/ble
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy international keycodes (#18588)Ryan2022-10-091-3/+3
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-091-6/+0
|
* Ensure `PROGMEM` is present on default keymaps (#7836)fauxpark2020-01-091-17/+1
|
* converter/usb_usb Refactor and Configurator support (#4345)noroadsleft2018-11-031-15/+3
| | | | | | | | | | | | | | | | | * 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