]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] add dz60rgb keyboard (#4992)
authormoyi4681 <moyi4681@users.noreply.github.com>
Wed, 30 Jan 2019 20:18:35 +0000 (04:18 +0800)
committerDrashna Jaelre <drashna@live.com>
Wed, 30 Jan 2019 20:18:35 +0000 (12:18 -0800)
commit19c504662efd1139ffbf2aa05ce93ee73e121738
tree9188bce4db41f3b3b9af5d78f7cef0a6c26233ff
parent58f3ce5254b7649774963d9f8d91816d165037c8
[Keyboard] add dz60rgb keyboard (#4992)

* 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
14 files changed:
keyboards/dztech/boards/GENERIC_STM32_F303XC/board.c [new file with mode: 0644]
keyboards/dztech/boards/GENERIC_STM32_F303XC/board.h [new file with mode: 0644]
keyboards/dztech/boards/GENERIC_STM32_F303XC/board.mk [new file with mode: 0644]
keyboards/dztech/dz60rgb/bootloader_defs.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/chconf.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/config.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/dz60rgb.c [new file with mode: 0644]
keyboards/dztech/dz60rgb/dz60rgb.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/halconf.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/info.json [new file with mode: 0644]
keyboards/dztech/dz60rgb/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/dztech/dz60rgb/mcuconf.h [new file with mode: 0644]
keyboards/dztech/dz60rgb/readme.md [new file with mode: 0644]
keyboards/dztech/dz60rgb/rules.mk [new file with mode: 0644]