]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] add claw44 keyboard (#5511)
authoryfuku <30647434+yfuku@users.noreply.github.com>
Sat, 30 Mar 2019 19:16:18 +0000 (04:16 +0900)
committerDrashna Jaelre <drashna@live.com>
Sat, 30 Mar 2019 19:16:18 +0000 (12:16 -0700)
commit3654d0f080c85da3b2ae33cc035777a445cca769
treed65ad19caa68aceb64716c04ad6bcf57ba5875c3
parent4f7dd9edf8cf9b546d7c21fcefb7de09f92474db
[Keyboard] add claw44 keyboard (#5511)

* add claw44 keyboard

* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/readme.md

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Remove unnecessary code because of default value

* Move layer definition

* Update keyboards/claw44/keymaps/default/keymap.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/keymaps/yfuku/keymap.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/readme.md

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* default keymap. LAYOUT_kc -> LAYOUT macro

* Move rules.mk from keymaps to keyboard level.

* add Hardware Supported, Hardware Availability

* Update keyboards/claw44/keymaps/default/keymap.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/keymaps/yfuku/keymap.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Remove depreciated function
33 files changed:
keyboards/claw44/claw44.c [new file with mode: 0644]
keyboards/claw44/claw44.h [new file with mode: 0644]
keyboards/claw44/config.h [new file with mode: 0644]
keyboards/claw44/i2c.c [new file with mode: 0644]
keyboards/claw44/i2c.h [new file with mode: 0644]
keyboards/claw44/keymaps/default/config.h [new file with mode: 0644]
keyboards/claw44/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/claw44/keymaps/yfuku/config.h [new file with mode: 0644]
keyboards/claw44/keymaps/yfuku/keymap.c [new file with mode: 0644]
keyboards/claw44/lib/glcdfont.c [new file with mode: 0644]
keyboards/claw44/lib/host_led_state_reader.c [new file with mode: 0644]
keyboards/claw44/lib/keylogger.c [new file with mode: 0644]
keyboards/claw44/lib/layer_state_reader.c [new file with mode: 0644]
keyboards/claw44/lib/logo_reader.c [new file with mode: 0644]
keyboards/claw44/lib/mode_icon_reader.c [new file with mode: 0644]
keyboards/claw44/lib/rgb_state_reader.c [new file with mode: 0644]
keyboards/claw44/lib/timelogger.c [new file with mode: 0644]
keyboards/claw44/readme.md [new file with mode: 0644]
keyboards/claw44/rev1/config.h [new file with mode: 0644]
keyboards/claw44/rev1/matrix.c [new file with mode: 0644]
keyboards/claw44/rev1/rev1.c [new file with mode: 0644]
keyboards/claw44/rev1/rev1.h [new file with mode: 0644]
keyboards/claw44/rev1/rules.mk [new file with mode: 0644]
keyboards/claw44/rev1/serial_config.h [new file with mode: 0644]
keyboards/claw44/rev1/split_scomm.c [new file with mode: 0644]
keyboards/claw44/rev1/split_scomm.h [new file with mode: 0644]
keyboards/claw44/rev1/split_util.c [new file with mode: 0644]
keyboards/claw44/rev1/split_util.h [new file with mode: 0644]
keyboards/claw44/rules.mk [new file with mode: 0644]
keyboards/claw44/serial.c [new file with mode: 0644]
keyboards/claw44/serial.h [new file with mode: 0644]
keyboards/claw44/ssd1306.c [new file with mode: 0644]
keyboards/claw44/ssd1306.h [new file with mode: 0644]