]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] add macro pad "Shiro" (#6338)
authorT.Shinohara <takuma1201@gmail.com>
Mon, 15 Jul 2019 17:33:18 +0000 (02:33 +0900)
committerDrashna Jaelre <drashna@live.com>
Mon, 15 Jul 2019 17:33:18 +0000 (10:33 -0700)
commitb2fb0ceeef1a3f8ba96184fbeb21b2c89456c06a
treef9d880297985443d18d8591aea21fae0f8a997d2
parentff0cb0cf9dc81db11459e7e59c01adadca3ec2b8
[Keyboard] add macro pad "Shiro" (#6338)

* add keyboard new macro pad "Kuro"

* change main readme.md

* remove not used code from default/keymap.c

* Remove unnecessary code

* Supports info.json

* removed back slash and not used functions.

* update at product link. add japanese messages.
12 files changed:
keyboards/shiro/config.h [new file with mode: 0644]
keyboards/shiro/info.json [new file with mode: 0644]
keyboards/shiro/keymaps/check/config.h [new file with mode: 0644]
keyboards/shiro/keymaps/check/keymap.c [new file with mode: 0644]
keyboards/shiro/keymaps/check/readme.md [new file with mode: 0644]
keyboards/shiro/keymaps/default/config.h [new file with mode: 0644]
keyboards/shiro/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/shiro/keymaps/default/readme.md [new file with mode: 0644]
keyboards/shiro/readme.md [new file with mode: 0644]
keyboards/shiro/rules.mk [new file with mode: 0644]
keyboards/shiro/shiro.c [new file with mode: 0644]
keyboards/shiro/shiro.h [new file with mode: 0644]