aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/converter/sun_usb
Commit message (Collapse)AuthorAgeFilesLines
* Fix mixed tabs/spaces and typos in keyboards/converter makefiles (#5041)Konstantin Đorđević2019-02-041-13/+10
| | | | | | | | * Fix mixed tabs and spaces in adb_usb and m0110_usb makefiles * Fix typos in converter build options * Tweak ordering and spacing in converter makefiles
* Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2019-01-271-3/+3
| | | | | | | | | | | | | | * Remove unnecessary IS_COMMAND definition in clueboard/66/rev4 * Replace keyboard_report->mods with get_mods() in IS_COMMAND definitions * Update docs to use get_mods() instead of keyboard_report->mods * Replace keyboard_report->mods with get_mods() in tmk_core/protocol/usb_hid/test For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist * Replace keyboard_report->mods with get_mods() in Massdrop keyboards (as per @patrickmt)
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
|
* Configurator support for Sun Type 3 and Type 5 USB converters (#4656)noroadsleft2018-12-152-0/+490
| | | | | | * Sun Type 3 USB converter: Configurator support * Sun Type 5 USB converter: Configurator support
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-221-1/+1
|
* Keymap: add sun_usb keymap for sigma (#4138)Yann Hodique2018-10-153-0/+44
| | | Also add users/sigma, which contains useful code for keymaps.
* Keyboard: Make type 5 the default sun keyboard. (#4137)Yann Hodique2018-10-151-0/+2
| | | | Type 5 is better polished, and probably more common as the last non-USB Sun keyboard.
* port sun_usb converter from tmkYann Hodique2018-10-1212-0/+785
initial import