summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/sun_usb/type3
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-141-3/+0
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-121-2/+0
|\
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
| |
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-29/+26
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* remove keyboard_folder from info.jsonZach White2021-02-271-1/+0
|
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-211-0/+0
|
* Configurator support for Sun Type 3 and Type 5 USB converters (#4656)noroadsleft2018-12-151-0/+109
| | | | | | * Sun Type 3 USB converter: Configurator support * Sun Type 5 USB converter: Configurator support
* port sun_usb converter from tmkYann Hodique2018-10-123-0/+95
initial import