aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/converter/palm_usb
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Fix formatting on keyboard to micro connection table (#5968)Mark2019-05-241-3/+4
| | | | | | * Fix formatting on keyboard to micro connection table * Add whitespace to make more readable
* Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević2019-02-141-1/+0
| | | | | | | | * Remove problematic unicode_map stub definition in process_unicodemap.c * Add unicode_map declaration to process_unicodemap.h * Disable UNICODEMAP on converter boards that don't use it
* Fix mixed tabs/spaces and typos in keyboards/converter makefiles (#5041)Konstantin Đorđević2019-02-041-17/+13
| | | | | | | | * 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-9/+9
| | | | | | | | | | | | | | * 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)
* converter/palm_usb/stowaway: Configurator support (#4655)noroadsleft2018-12-141-0/+83
|
* Keyboard: Palm serial keyboard USB converter (#4485)milestogo2018-12-067-0/+772
* Initial palm_usb support * removing left over sun .c file * fixing licenses * actually adding updated files * fixing build error * more include cleanup