]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add kudox keyboard (#6459)
authorx1 <viva008@gmail.com>
Tue, 6 Aug 2019 17:14:40 +0000 (02:14 +0900)
committerDrashna Jaelre <drashna@live.com>
Tue, 6 Aug 2019 17:14:40 +0000 (10:14 -0700)
commit9587fac72a749e07bcdede40f8059df77a04a3e4
tree1a9c4df581f33464e241366d92b1df897bc5927a
parente5831d79c044f394243cfdfe604b91837067b7d6
[Keyboard] Add kudox keyboard (#6459)

* Add Kudox Keyboard profile.

* Modified info.json and image link on readme.

* Remove unnecessary codes.

* Set BootLoader caterina.

* Remove duplicated settings on rules.mk.

* Clean up config.h.

* Modified include header path.

* Modified info.json to adjust 4th row keys y position.

* Separate default keymap and my keymap.

* Modified RGB_LED_* settings on kudox/rev1/config.h.
18 files changed:
keyboards/kudox/config.h [new file with mode: 0644]
keyboards/kudox/info.json [new file with mode: 0644]
keyboards/kudox/keymaps/default/config.h [new file with mode: 0644]
keyboards/kudox/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/kudox/keymaps/default/readme.md [new file with mode: 0644]
keyboards/kudox/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/kudox/keymaps/x1/config.h [new file with mode: 0644]
keyboards/kudox/keymaps/x1/keymap.c [new file with mode: 0644]
keyboards/kudox/keymaps/x1/readme.md [new file with mode: 0644]
keyboards/kudox/keymaps/x1/rules.mk [new file with mode: 0644]
keyboards/kudox/kudox.c [new file with mode: 0644]
keyboards/kudox/kudox.h [new file with mode: 0644]
keyboards/kudox/readme.md [new file with mode: 0644]
keyboards/kudox/rev1/config.h [new file with mode: 0644]
keyboards/kudox/rev1/rev1.c [new file with mode: 0644]
keyboards/kudox/rev1/rev1.h [new file with mode: 0644]
keyboards/kudox/rev1/rules.mk [new file with mode: 0644]
keyboards/kudox/rules.mk [new file with mode: 0644]