]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] add dz60rgb ansi and hhkb support; add dz40rgb (#5231)
authormoyi4681 <moyi4681@users.noreply.github.com>
Sat, 2 Mar 2019 03:40:08 +0000 (11:40 +0800)
committerDrashna Jaelre <drashna@live.com>
Sat, 2 Mar 2019 03:40:08 +0000 (19:40 -0800)
commit681db534f3e0e8efa3a9a03ae11b995e4a443ca9
tree600407bc78dc16feca010fa915baf55dfd1a3b8c
parentd8ccabeeef6e2a2fc3c26b2e3da8b75306f98c4d
[Keyboard] add dz60rgb ansi and hhkb support; add dz40rgb (#5231)

* add dz60rgb keyboard

* add info.json

* Update config.h

* Update rules.mk

* Update dz60rgb.h

* Update dz60rgb.c

* Update keymap.c

* Update dz60rgb.h

* Create readme.md

* Update readme.md

* Update keymap.c

* Update dz60rgb.h

* Update info.json

* Update info.json

* Update dz60rgb.c

add dz60rgb ansi, iso and hhkb support

* Update dz60rgb.h

add dz60rgb ansi, iso and hhkb support

* Add files via upload

* Add files via upload

* Delete config.h

* Delete keymap.c

* add ansi,iso and hhkb layout

* add dz60rgb ansi,iso and hhkb layout

* Update keyboards/dztech/dz40rgb/dz40rgb.c

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/hhkb/config.h

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/iso/config.h

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz40rgb/rules.mk

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/ansi/config.h

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/default/config.h

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz40rgb/keymaps/default/config.h

Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update dz40rgb.c
25 files changed:
keyboards/dztech/dz40rgb/bootloader_defs.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/chconf.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/config.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/dz40rgb.c [new file with mode: 0644]
keyboards/dztech/dz40rgb/dz40rgb.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/halconf.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/keymaps/default/config.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/dztech/dz40rgb/keymaps/split_space/config.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/keymaps/split_space/keymap.c [new file with mode: 0644]
keyboards/dztech/dz40rgb/mcuconf.h [new file with mode: 0644]
keyboards/dztech/dz40rgb/rules.mk [new file with mode: 0644]
keyboards/dztech/dz60rgb/config.h
keyboards/dztech/dz60rgb/dz60rgb.c
keyboards/dztech/dz60rgb/dz60rgb.h
keyboards/dztech/dz60rgb/keymaps/ansi/config.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/ansi/keymap.c [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/default/config.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/default/keymap.c
keyboards/dztech/dz60rgb/keymaps/hhkb/config.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/hhkb/keymap.c [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/hhkb_iso/keymap.c [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/iso/config.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/iso/keymap.c [new file with mode: 0644]