|
|
2 jaren geleden | |
|---|---|---|
| .. | ||
| keymaps | b8f29c3865 Update GPIO macros in keymaps (#23792) | 2 jaren geleden |
| config.h | 7baaac9531 Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768) | 2 jaren geleden |
| keyboard.json | 7baaac9531 Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768) | 2 jaren geleden |
| kmac_pad.c | d09a06a1b3 Update GPIO API usage in keyboard code (#23361) | 2 jaren geleden |
| matrix.c | d09a06a1b3 Update GPIO API usage in keyboard code (#23361) | 2 jaren geleden |
| readme.md | 6510188138 Refactor: move keyboards into kbdmania folder (#22714) | 2 jaren geleden |
| rules.mk | 5936a96620 Data-Driven Keyboard Conversions: K, Part 2 (#23562) | 2 jaren geleden |
KMAC PAD is a num pad keyboard. It can be used independently, but can also be used by connecting with KMAC keyboard case.
Make example for this keyboard (after setting up your build environment):
make kbdmania/kmac_pad:default
Flashing example for this keyboard:
make kbdmania/kmac_pad:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
The PCB is hardwired to run the bootloader if the key at the FN position (the only key in first row) is held down when connecting the keyboard.
The FN key in the Row 0 is directly connected to the E2 pin.
The rest of the rows below that use MATRIX. (Row 1 ~ Row 5)
| Row | Pin |
|:-----:| ---------------------- |
| 0 | x (Not in Matrix) |
| 1 | D0 |
| 2 | D1 |
| 3 | D2 |
| 4 | D3 |
| 5 | D5 |
| Column | Pin |
|---|---|
| 0 | C7 |
| 1 | C6 |
| 2 | B6 |
| 3 | B5 |
There are 2 pins for backlight.
The LED of the FN key uses pin B3.
All other keys are connected to the B1 pin.


