[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:
committed by
Drashna Jaelre
parent
86e0420b42
commit
64aef1f4c9
12
keyboards/pdxkbc/info.json
Normal file
12
keyboards/pdxkbc/info.json
Normal 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}]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user