summaryrefslogtreecommitdiffstats
path: root/keyboards/ai03/soyuz/keymaps/1U/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-12/+0
|
* Remove useless line continuations (#19399)Ryan2022-12-301-5/+5
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* [Keyboard] Add support for Soyuz numpad (#6030)ai032019-06-011-0/+57
* Generate project, fill in the details * Repair json * Separate keymaps to numpad and all-1U * Apply suggestions from code review Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com>