]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] XD68 65% ATMega32U4 based (#7395)
authorrandlor <57689764+randlor@users.noreply.github.com>
Mon, 16 Dec 2019 05:33:04 +0000 (05:33 +0000)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Mon, 16 Dec 2019 05:33:04 +0000 (21:33 -0800)
commit74dc65ab2efd315eaf1b954b782289d5be3c0721
tree241240b54743cbb4515b1aef65251254cbc43ae1
parent3eb82e047079230e55d3aeff901c4d0dce69fb3a
[Keyboard] XD68 65% ATMega32U4 based (#7395)

* First working draft

* Updated readme.md

* Fixed url

* Typo fix

* RGB + Backlight working

* Fixed matrix for ISO NUHS

* ISO matrix working

* Adding ANSI default layout

* First release commit

* Removed reference to deprecated layout

* Changes from PR #7395 review

* Additional changes as requested for PR #7395

* Additional changes from @noroadsleft review

* Replaced ifndef/endif with pragma

* Adding yanfali's recommended changes
keyboards/xd68/config.h [new file with mode: 0644]
keyboards/xd68/keymaps/default/config.h [new file with mode: 0644]
keyboards/xd68/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/xd68/keymaps/default/readme.md [new file with mode: 0644]
keyboards/xd68/keymaps/default_iso/config.h [new file with mode: 0644]
keyboards/xd68/keymaps/default_iso/keymap.c [new file with mode: 0644]
keyboards/xd68/keymaps/default_iso/readme.md [new file with mode: 0644]
keyboards/xd68/readme.md [new file with mode: 0644]
keyboards/xd68/rules.mk [new file with mode: 0644]
keyboards/xd68/xd68.c [new file with mode: 0755]
keyboards/xd68/xd68.h [new file with mode: 0755]