diff options
Diffstat (limited to 'keyboards/maxipad/readme.md')
| -rw-r--r-- | keyboards/maxipad/readme.md | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/keyboards/maxipad/readme.md b/keyboards/maxipad/readme.md index b62afdf34..65661b065 100644 --- a/keyboards/maxipad/readme.md +++ b/keyboards/maxipad/readme.md | |||
| @@ -1,17 +1,27 @@ | |||
| 1 | # Maxipad | 1 | # Maxipad |
| 2 | 2 | ||
| 3 | ## Quantum MK Firmware | 3 |  |
| 4 | 4 | ||
| 5 | For the full Quantum feature list, see [the parent readme.md](/readme.md). | 5 | 5 x 6 Gamepad/Macropad PCBs from /u/wootpatoot |
| 6 | 6 | ||
| 7 | If you are using a pro micro then make sure to enable USE_PRO_MICRO in the makefile | 7 | - Multiple layouts supported |
| 8 | Change the config.h pinout to match your mcu!! | 8 | - Full-grid |
| 9 | - 2u thumb-key (the 2u only works in the bottom right position). | ||
| 10 | - Multiple controllers supported | ||
| 11 | - Pro Micro | ||
| 12 | - PJRC Teensy 2.0 | ||
| 9 | 13 | ||
| 10 | Depending on which keymap you would like to use, you will have to compile slightly differently. | 14 | Keyboard Maintainer: QMK Community |
| 15 | Hardware Supported: Maxipad PCB | ||
| 16 | Hardware Availability: [switchtop](http://www.switchtop.com/product/gamepad-macropad-pcbs) | ||
| 11 | 17 | ||
| 12 | ### Default | 18 | Make example for this keyboard (after setting up your build environment): |
| 13 | 19 | ||
| 14 | To build with the default keymap, simply run `make maxipad:default`. | 20 | make maxipad:default |
| 15 | 21 | ||
| 16 | ### Other Keymaps | 22 | If you would like to use one of the alternative controllers: |
| 17 | Several version of keymap are available in advance but you are recommended to define your favorite layout yourself. To define your own keymap create file named `<name>.c` and see keymap document (you can find in top readme.md) and existent keymap files. | 23 | |
| 24 | make maxipad/promicro:default | ||
| 25 | make maxipad/teensy2:default | ||
| 26 | |||
| 27 | 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). | ||
