]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add yosino58 Keyboard (#5465)
authorさくらんぼ <47372812+sakurachari@users.noreply.github.com>
Thu, 11 Apr 2019 16:07:39 +0000 (01:07 +0900)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 11 Apr 2019 16:07:39 +0000 (09:07 -0700)
commitdc570b0b389d23b8ea8b46311294a7040b5e1e44
tree8e47ebf2f6c291e960664e5d20afc308afa92e24
parentfa514e63aaed358dbe4d098e7dc31561f148aec0
Keyboard: Add yosino58 Keyboard (#5465)

* Keyboard: Add yosino58 Keyboard

* Keyboard: Add yosino58 Keyboard
38 files changed:
keyboards/yosino58/config.h [new file with mode: 0644]
keyboards/yosino58/i2c.c [new file with mode: 0644]
keyboards/yosino58/i2c.h [new file with mode: 0644]
keyboards/yosino58/info.json [new file with mode: 0644]
keyboards/yosino58/keymaps/default/config.h [new file with mode: 0644]
keyboards/yosino58/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/yosino58/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/yosino58/keymaps/sakura/config.h [new file with mode: 0644]
keyboards/yosino58/keymaps/sakura/keymap.c [new file with mode: 0644]
keyboards/yosino58/keymaps/sakura/rules.mk [new file with mode: 0644]
keyboards/yosino58/lib/glcdfont.c [new file with mode: 0644]
keyboards/yosino58/lib/glcdfont_.c [new file with mode: 0644]
keyboards/yosino58/lib/host_led_state_reader.c [new file with mode: 0644]
keyboards/yosino58/lib/keylogger.c [new file with mode: 0644]
keyboards/yosino58/lib/layer_state_reader.c [new file with mode: 0644]
keyboards/yosino58/lib/logo_reader.c [new file with mode: 0644]
keyboards/yosino58/lib/mode_icon_reader.c [new file with mode: 0644]
keyboards/yosino58/lib/rgb_state_reader.c [new file with mode: 0644]
keyboards/yosino58/lib/timelogger.c [new file with mode: 0644]
keyboards/yosino58/pro_micro.h [new file with mode: 0644]
keyboards/yosino58/rev1/config.h [new file with mode: 0644]
keyboards/yosino58/rev1/matrix.c [new file with mode: 0644]
keyboards/yosino58/rev1/rev1.c [new file with mode: 0644]
keyboards/yosino58/rev1/rev1.h [new file with mode: 0644]
keyboards/yosino58/rev1/rules.mk [new file with mode: 0644]
keyboards/yosino58/rev1/serial_config.h [new file with mode: 0644]
keyboards/yosino58/rev1/serial_config_simpleapi.h [new file with mode: 0644]
keyboards/yosino58/rev1/split_scomm.c [new file with mode: 0644]
keyboards/yosino58/rev1/split_scomm.h [new file with mode: 0644]
keyboards/yosino58/rev1/split_util.c [new file with mode: 0644]
keyboards/yosino58/rev1/split_util.h [new file with mode: 0644]
keyboards/yosino58/rules.mk [new file with mode: 0644]
keyboards/yosino58/serial.c [new file with mode: 0644]
keyboards/yosino58/serial.h [new file with mode: 0644]
keyboards/yosino58/ssd1306.c [new file with mode: 0644]
keyboards/yosino58/ssd1306.h [new file with mode: 0644]
keyboards/yosino58/yosino58.c [new file with mode: 0644]
keyboards/yosino58/yosino58.h [new file with mode: 0644]