]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Inital port of xd96 (#5401)
authorzvecr <git@zvecr.com>
Thu, 14 Mar 2019 21:22:50 +0000 (21:22 +0000)
committerDrashna Jaelre <drashna@live.com>
Thu, 14 Mar 2019 21:22:50 +0000 (14:22 -0700)
commit577e99f1954347380dcde6f7160d95c6a38677d5
treef5bddeef9d461a606a42fedd12bdfb1b33560e7d
parentc02c7b75171cf1038a249872806fc6ee926d79b8
[Keyboard] Inital port of xd96 (#5401)

* Initial import of xd96 based on xd84 code

* Configure xd96 port expander mapping

* Fix xd96 led count

* Fix xd96 port expander reading

* Fix xd96 port expander reading

* Fix xd96 LAYOUT matrix mapping

* Add additional links for xd96 Hardware Availability

* Correct Configurator config

Co-Authored-By: zvecr <git@zvecr.com>
* Readme review comments

Co-Authored-By: zvecr <git@zvecr.com>
12 files changed:
keyboards/xd96/config.h [new file with mode: 0644]
keyboards/xd96/custom_matrix_helper.c [new file with mode: 0644]
keyboards/xd96/info.json [new file with mode: 0644]
keyboards/xd96/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/xd96/keymaps/default_iso/keymap.c [new file with mode: 0644]
keyboards/xd96/matrix.c [new file with mode: 0644]
keyboards/xd96/pca9555.c [new file with mode: 0644]
keyboards/xd96/pca9555.h [new file with mode: 0644]
keyboards/xd96/readme.md [new file with mode: 0644]
keyboards/xd96/rules.mk [new file with mode: 0644]
keyboards/xd96/xd96.c [new file with mode: 0644]
keyboards/xd96/xd96.h [new file with mode: 0644]