]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adding the Waldo PCB (PCB for the Holz keyboard) (#4817)
authorThat-Canadian <Poole.Chris.11@gmail.com>
Mon, 8 Apr 2019 04:05:32 +0000 (00:05 -0400)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 8 Apr 2019 04:05:32 +0000 (21:05 -0700)
commitf44483f6aa381f6caa9cbf7a57bd6ba73bad8ae9
tree015f342cacc153671370f62dd305f2421aeb4d4d
parent95ebe9018514b4ff7c06fc7dec1bf302a36474f2
Adding the Waldo PCB (PCB for the Holz keyboard) (#4817)

* Added Waldo keyboard base files and default keymap

* Updated Waldo files and added keymap for split shift and split backspace

* Updated meta-data for the Waldo board

* Apply suggestions from code review

Committing suggestions for real this time.

Co-Authored-By: That-Canadian <Poole.Chris.11@gmail.com>
* Made suggested changes that were not explicitly made.
16 files changed:
keyboards/waldo/config.h [new file with mode: 0644]
keyboards/waldo/keymaps/default/config.h [new file with mode: 0644]
keyboards/waldo/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/waldo/keymaps/default/readme.md [new file with mode: 0644]
keyboards/waldo/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/waldo/keymaps/default_split_shft_bck/config.h [new file with mode: 0644]
keyboards/waldo/keymaps/default_split_shft_bck/keymap.c [new file with mode: 0644]
keyboards/waldo/keymaps/default_split_shft_bck/readme.md [new file with mode: 0644]
keyboards/waldo/keymaps/default_split_shft_bck/rules.mk [new file with mode: 0644]
keyboards/waldo/readme.md [new file with mode: 0644]
keyboards/waldo/rev1/config.h [new file with mode: 0644]
keyboards/waldo/rev1/info.json [new file with mode: 0644]
keyboards/waldo/rev1/rules.mk [new file with mode: 0644]
keyboards/waldo/rules.mk [new file with mode: 0644]
keyboards/waldo/waldo.c [new file with mode: 0644]
keyboards/waldo/waldo.h [new file with mode: 0644]