summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/sun_usb/type5
Commit message (Collapse)AuthorAgeFilesLines
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-252-507/+434
|
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-1/+1
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-4/+4
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy international keycodes (#18588)Ryan2022-10-091-1/+1
|
* 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-72/+72
|/ | | | | | | | | * 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
|
* [Keymap] fix sigma keymaps build (#8427)Yann Hodique2020-03-151-0/+1
| | | handle unicode input properly.
* Configurator support for Sun Type 3 and Type 5 USB converters (#4656)noroadsleft2018-12-151-0/+381
| | | | | | * Sun Type 3 USB converter: Configurator support * Sun Type 5 USB converter: Configurator support
* Keymap: add sun_usb keymap for sigma (#4138)Yann Hodique2018-10-153-0/+44
| | | Also add users/sigma, which contains useful code for keymaps.
* port sun_usb converter from tmkYann Hodique2018-10-123-0/+178
initial import