]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add support for Soyuz numpad (#6030)
authorai03 <sarcaphx510@gmail.com>
Sat, 1 Jun 2019 20:55:37 +0000 (13:55 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 1 Jun 2019 20:55:37 +0000 (13:55 -0700)
commit0874502757505850920e9f5782f482296e3f7f6c
tree0a7d67528b972c2e4baab8d3b30ff502e21fc84e
parentd9ebd5cde604199dc74938627652344222883d17
[Keyboard] Add support for Soyuz numpad (#6030)

* 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>
keyboards/ai03/soyuz/config.h [new file with mode: 0644]
keyboards/ai03/soyuz/info.json [new file with mode: 0644]
keyboards/ai03/soyuz/keymaps/1U/keymap.c [new file with mode: 0644]
keyboards/ai03/soyuz/keymaps/1U/readme.md [new file with mode: 0644]
keyboards/ai03/soyuz/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ai03/soyuz/keymaps/default/readme.md [new file with mode: 0644]
keyboards/ai03/soyuz/readme.md [new file with mode: 0644]
keyboards/ai03/soyuz/rules.mk [new file with mode: 0644]
keyboards/ai03/soyuz/soyuz.c [new file with mode: 0644]
keyboards/ai03/soyuz/soyuz.h [new file with mode: 0644]