aboutsummaryrefslogtreecommitdiff
path: root/keyboards/maxipad/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/maxipad/readme.md')
-rw-r--r--keyboards/maxipad/readme.md28
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![Maxipad](https://images.bigcartel.com/product_images/193297217/product_image.jpg)
4 4
5For the full Quantum feature list, see [the parent readme.md](/readme.md). 55 x 6 Gamepad/Macropad PCBs from /u/wootpatoot
6 6
7If you are using a pro micro then make sure to enable USE_PRO_MICRO in the makefile 7- Multiple layouts supported
8Change 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
10Depending on which keymap you would like to use, you will have to compile slightly differently. 14Keyboard Maintainer: QMK Community
15Hardware Supported: Maxipad PCB
16Hardware Availability: [switchtop](http://www.switchtop.com/product/gamepad-macropad-pcbs)
11 17
12### Default 18Make example for this keyboard (after setting up your build environment):
13 19
14To build with the default keymap, simply run `make maxipad:default`. 20 make maxipad:default
15 21
16### Other Keymaps 22If you would like to use one of the alternative controllers:
17Several 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
27See 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).