forked from forks/qmk_firmware
0d80c7bd59
* Fix Pulse4k info.json LAYOUT name * Add missing functions to fix configurator Add empty encoder functions to the keyboard code, as the configurator doesn't see the keymap defined functions at first. To be able to override these functions, they are marked as 'weak'. * Rework encoder functions another time Default implementation is now provided as part of the keyboard, but they can still be overriden within the keymap (template is commented out by default)
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"keyboard_name": "Pulse 4k",
|
|
"keyboard_folder": "maxr1998/pulse4k",
|
|
"url": "https://github.com/Maxr1998/Pulse_4k",
|
|
"maintainer": "Maxr1998",
|
|
"width": 3,
|
|
"height": 2,
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"key_count": 6,
|
|
"layout": [
|
|
{ "w": 1, "x": 0, "y": 0 },
|
|
{ "w": 1, "x": 1, "y": 0 },
|
|
{ "w": 1, "x": 2, "y": 0 },
|
|
{ "w": 1, "x": 0, "y": 1 },
|
|
{ "w": 1, "x": 1, "y": 1 },
|
|
{ "w": 1, "x": 2, "y": 1 } ]
|
|
}
|
|
}
|
|
}
|