]> git.donarmstrong.com Git - qmk_firmware.git/commit - keyboards/xd84/keymaps/default_iso/keymap.c
Inital port of xd84 (#5164)
authorzvecr <git@zvecr.com>
Mon, 18 Feb 2019 01:47:01 +0000 (01:47 +0000)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 18 Feb 2019 01:47:01 +0000 (17:47 -0800)
commit657d05593491f7d4d1346f0f06f9972fdbde9095
tree8a41e8d1e95cc4afe721ce375bd46d46d671f2e5
parent278a6c74f34784dde307d6d024aaea0e783c1f3f
Inital port of xd84 (#5164)

* Inital port of xd84

* Inital port of xd84 - review comments
13 files changed:
keyboards/xd84/config.h [new file with mode: 0644]
keyboards/xd84/custom_matrix_helper.c [new file with mode: 0644]
keyboards/xd84/dev.md [new file with mode: 0644]
keyboards/xd84/info.json [new file with mode: 0644]
keyboards/xd84/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/xd84/keymaps/default_iso/keymap.c [new file with mode: 0644]
keyboards/xd84/matrix.c [new file with mode: 0644]
keyboards/xd84/pca9555.c [new file with mode: 0644]
keyboards/xd84/pca9555.h [new file with mode: 0644]
keyboards/xd84/readme.md [new file with mode: 0644]
keyboards/xd84/rules.mk [new file with mode: 0644]
keyboards/xd84/xd84.c [new file with mode: 0644]
keyboards/xd84/xd84.h [new file with mode: 0644]