diff options
Diffstat (limited to 'keyboards/kmac_pad/readme.md')
| -rw-r--r-- | keyboards/kmac_pad/readme.md | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/keyboards/kmac_pad/readme.md b/keyboards/kmac_pad/readme.md new file mode 100644 index 000000000..7605501f3 --- /dev/null +++ b/keyboards/kmac_pad/readme.md | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | # KMAC PAD | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | KMAC PAD is a num pad keyboard. | ||
| 6 | It can be used independently, but can also be used by connecting with KMAC keyboard case. | ||
| 7 | |||
| 8 | * Keyboard Maintainer: [talsu](https://github.com/talsu) | ||
| 9 | * Hardware Supported: KMAC PAD | ||
| 10 | * Hardware Availability: http://www.kbdmania.net/xe/news/5232321 | ||
| 11 | |||
| 12 | Make example for this keyboard (after setting up your build environment): | ||
| 13 | |||
| 14 | make kmac_pad:default | ||
| 15 | |||
| 16 | Flashing example for this keyboard: | ||
| 17 | |||
| 18 | make kmac_pad:default:flash | ||
| 19 | |||
| 20 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
| 21 | |||
| 22 | ## Bootloader | ||
| 23 | |||
| 24 | 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. | ||
| 25 | |||
| 26 | ## PCB | ||
| 27 | |||
| 28 |  | ||
| 29 |  | ||
| 30 | |||
| 31 | ### Switch Pins | ||
| 32 | |||
| 33 | The FN key in the `Row 0` is directly connected to the E2 pin. | ||
| 34 | The rest of the rows below that use MATRIX. (`Row 1 ~ Row 5`) | ||
| 35 | | Row | Pin | | ||
| 36 | |:-----:| ---------------------- | | ||
| 37 | | 0 | x (Not in Matrix) | | ||
| 38 | | 1 | D0 | | ||
| 39 | | 2 | D1 | | ||
| 40 | | 3 | D2 | | ||
| 41 | | 4 | D3 | | ||
| 42 | | 5 | D5 | | ||
| 43 | |||
| 44 | | Column | Pin | | ||
| 45 | |:------:| --------------------- | | ||
| 46 | | 0 | C7 | | ||
| 47 | | 1 | C6 | | ||
| 48 | | 2 | B6 | | ||
| 49 | | 3 | B5 | | ||
| 50 | |||
| 51 | ### Backlight Pins | ||
| 52 | |||
| 53 | There are 2 pins for backlight. | ||
| 54 | |||
| 55 | The LED of the FN key uses pin `B3`. | ||
| 56 | All other keys are connected to the `B1` pin. | ||
