summaryrefslogtreecommitdiffstats
path: root/keyboards/ai03/soyuz/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless line continuations (#19399)Ryan2022-12-301-5/+5
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-153-3/+3
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-5/+5
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Remove empty override functions (#14312)Ryan2021-09-051-16/+0
| | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* mrsendyyk Keymap Cleanup (#10539)Sendy YK2020-10-171-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleanup * Update info.json * Update license notice * Fix license notice * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Add RGB Light Mode Static Gradient 26 * Update
* Update mrsendyyk Community Layouts (#10338)Sendy YK2020-09-282-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add layouts/community/numpad_5x4/mrsendyyk * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Rename my community layouts * Rename * Rename * Cleanup my code * Update readme.md * Cleanup * Update keymap.c * Delete unnecessary files
* Add ai03/soyuz VIA Support (#10336)Sendy YK2020-09-232-0/+60
| | | | | | | | | | | | | | | | | | * Add ai03/soyuz:via * Update config.h * Update keymap.c * Revert "Update keymap.c" This reverts commit e3766b3b603aecca82b337e5ae8d5613f47526d6. * Update keymap.c * Update keymap.c * Update keyboards/ai03/soyuz/config.h
* Minor updates ai03/soyuz:mrsendyyk (#10333)Sendy YK2020-09-232-7/+37
| | | | | | | | | | | * Minor updates ai03/soyuz:mrsendyyk * Update keymap.c * Update readme.md * Update keymap.c * Update readme.md
* update ai03/soyuz:mrsendyyk keymap (#10161)Sendy YK2020-09-012-38/+9
| | | | | | | | | | | | | | | | | | | Update ai03 Soyuz readme.md and keymap.c * Update readme.md * Update readme.md * Update keymap.c * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Update readme.md
* Add numpad llayout to ai03/soyuz & personal keymap (#10030)Sendy YK2020-08-162-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ai03 Soyuz ## Description @ai03-2725 Soyuz: 1. Update `soyuz.h` (Add `LAYOUT_5x4`) 2. Added `keymap.c` 3. Added `readme.md` * Update readme.md * Update readme.md * Update keymap.c * Update keymap.c * Update keymap.c * Update keymap.c * Update soyuz.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ai03/soyuz/soyuz.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ai03/soyuz/keymaps/mrsendyyk/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ai03/soyuz/keymaps/mrsendyyk/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update rules.mk * Update keymap.c * Update keymap.c * Update keymap.c * Update readme.md * Update rules.mk * Update soyuz.h * Update soyuz.h * Update * Rename readme.md to README.md * Update keymap.c * Rename README.md to readme.md Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Add support for Soyuz numpad (#6030)ai032019-06-014-0/+105
* 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>