[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
This commit is contained in:
Franklin Harding
2019-07-01 00:49:57 -07:00
committed by Drashna Jaelre
parent 86e0420b42
commit 64aef1f4c9
9 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"keyboard_name": "pdxkbc",
"url": "",
"maintainer": "qmk",
"width": 2,
"height": 3,
"layouts": {
"LAYOUT": {
"layout": [{"label":"reddit", "x":0, "y":0}, {"label":"discord", "x":1, "y":0}, {"label":"badge", "x":0, "y":1}, {"label":"hack", "x":1, "y":1}, {"label":"volu", "x":0, "y":2}, {"label":"vold", "x":1, "y":2}]
}
}
}