84ea77ead6
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference. |
||
---|---|---|
.. | ||
keymaps/default | ||
config.h | ||
info.json | ||
kmac_pad.c | ||
kmac_pad.h | ||
matrix.c | ||
readme.md | ||
rules.mk |
KMAC PAD
KMAC PAD is a num pad keyboard. It can be used independently, but can also be used by connecting with KMAC keyboard case.
- Keyboard Maintainer: talsu
- Hardware Supported: KMAC PAD
- Hardware Availability: http://www.kbdmania.net/xe/news/5232321
Make example for this keyboard (after setting up your build environment):
make kmac_pad:default
Flashing example for this keyboard:
make 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.
Bootloader
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.
PCB
Switch Pins
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 |
Backlight Pins
There are 2 pins for backlight.
The LED of the FN key uses pin B3
.
All other keys are connected to the B1
pin.