]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add PDXKBC badge keyboard (#6218)
authorFranklin Harding <32021905+fharding1@users.noreply.github.com>
Mon, 1 Jul 2019 07:49:57 +0000 (00:49 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 1 Jul 2019 07:49:57 +0000 (00:49 -0700)
commit64aef1f4c9296dc63d5e7b27102a276f84389a26
treeaed3c604239cdc93725818742c80742a99ae70d3
parent86e0420b42de1797075a88c9b34f0319cea5c1dd
[Keyboard] Add PDXKBC badge keyboard (#6218)

* Add PDXKBC badge

* Better custom keycodes enum formatting

* Remove #MCU

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Proper README spacing

* Rename DEBOUNCING_DELAY to DEBOUNCE

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Fix keyboard maintainer github link

* Add info.json
keyboards/pdxkbc/config.h [new file with mode: 0644]
keyboards/pdxkbc/info.json [new file with mode: 0644]
keyboards/pdxkbc/keymaps/default/config.h [new file with mode: 0644]
keyboards/pdxkbc/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/pdxkbc/keymaps/default/readme.md [new file with mode: 0644]
keyboards/pdxkbc/pdxkbc.c [new file with mode: 0644]
keyboards/pdxkbc/pdxkbc.h [new file with mode: 0644]
keyboards/pdxkbc/readme.md [new file with mode: 0644]
keyboards/pdxkbc/rules.mk [new file with mode: 0644]