Update 15PAD & 6PAD (#23397)
This commit is contained in:
parent
63bc7b63a6
commit
03a3a2673d
2 changed files with 14 additions and 13 deletions
|
@ -59,18 +59,18 @@
|
||||||
{"x": 0, "y": 0, "matrix": [0, 0], "encoder": 0},
|
{"x": 0, "y": 0, "matrix": [0, 0], "encoder": 0},
|
||||||
{"x": 1, "y": 0, "matrix": [0, 1], "encoder": 1},
|
{"x": 1, "y": 0, "matrix": [0, 1], "encoder": 1},
|
||||||
{"x": 3, "y": 0, "matrix": [0, 3], "encoder": 2},
|
{"x": 3, "y": 0, "matrix": [0, 3], "encoder": 2},
|
||||||
{"x": 0, "y": 0, "matrix": [1, 0]},
|
{"x": 0, "y": 1, "matrix": [1, 0]},
|
||||||
{"x": 1, "y": 0, "matrix": [1, 1]},
|
{"x": 1, "y": 1, "matrix": [1, 1]},
|
||||||
{"x": 2, "y": 0, "matrix": [1, 2]},
|
{"x": 2, "y": 1, "matrix": [1, 2]},
|
||||||
{"x": 3, "y": 0, "matrix": [1, 3]},
|
{"x": 3, "y": 1, "matrix": [1, 3]},
|
||||||
{"x": 0, "y": 0, "matrix": [2, 0]},
|
{"x": 0, "y": 2, "matrix": [2, 0]},
|
||||||
{"x": 1, "y": 0, "matrix": [2, 1]},
|
{"x": 1, "y": 2, "matrix": [2, 1]},
|
||||||
{"x": 2, "y": 0, "matrix": [2, 2]},
|
{"x": 2, "y": 2, "matrix": [2, 2]},
|
||||||
{"x": 3, "y": 0, "matrix": [2, 3]},
|
{"x": 3, "y": 2, "matrix": [2, 3]},
|
||||||
{"x": 0, "y": 0, "matrix": [3, 0]},
|
{"x": 0, "y": 3, "matrix": [3, 0]},
|
||||||
{"x": 1, "y": 0, "matrix": [3, 1]},
|
{"x": 1, "y": 3, "matrix": [3, 1]},
|
||||||
{"x": 2, "y": 0, "matrix": [3, 2]},
|
{"x": 2, "y": 3, "matrix": [3, 2]},
|
||||||
{"x": 3, "y": 0, "matrix": [3, 3]}
|
{"x": 3, "y": 3, "matrix": [3, 3]}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
- Support RGB light UnderGlow
|
- Support RGB light UnderGlow
|
||||||
- Keyboard Maintainer: [zlabkeeb](https://github.com/zlabkeeb)
|
- Keyboard Maintainer: [zlabkeeb](https://github.com/zlabkeeb)
|
||||||
- Hardware Supported: 6Pad PCB, Promicro
|
- Hardware Supported: 6Pad PCB, Promicro
|
||||||
- Hardware Availability: (INDONESIA Only) Will be available at [Tokopedia](https://www.tokopedia.com/zahranetid)
|
- Hardware Availability: (INDONESIA ONLY) [Tokopedia](https://www.tokopedia.com/zahranetid/macropad-6pad-via-compatible-by-zlabkeeb)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
|
||||||
Enter the bootloader in 1 way:
|
Enter the bootloader in 1 way:
|
||||||
|
|
||||||
- **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
|
- **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue