|
|
1 year ago | |
|---|---|---|
| .. | ||
| blackpill_f411 | 12dc6d1ac8 Fix serial speed DD configuration & migrate keyboards (#25546) | 1 year ago |
| keymaps | d5cc00ab62 Remove instances of MASTER_LEFT. (#24163) | 2 years ago |
| promicro | 2d37e80ac9 Migrate remaining `split.soft_serial_pin` to `split.serial.pin` (#25046) | 1 year ago |
| info.json | 960c4969a5 Remove empty `url` fields (#25181) | 1 year ago |
| readme.md | 0cff636739 weact docs patch re "security vulnerability" (#19572) | 3 years ago |
Basic guide how to build 6x6 board is in root keyboard dir. This will help you to to create your own board with 6key based cluster with promicro. For more click here.
If you want to use 5thumb cluster or stm32, you also should read base guide, but please came back here after you finish 😉.
For my build I used stm32f411 black pill. It's pretty cheap board and I highly recommend you to buy one from official distributors, to support board creators. To buy it, please go into designer site.
I recommend using stm32 boards for this project, because QMK recently added support for tinyuf2 bootloader. This bootloader is great for cases where you are going to use QMK Configurator and don't want to use any command line interface. This way when you need change keyboard layout, you only need an UF2 file. Setting up board in boot mode will allow you to drag and drop it on to created STM32F flash drive.

For case I used 3D models form here. Big thanks to creators.
My fixes allows for using STM32 with all keymaps located in this dir. Please note that you need to pull down and up B10 pin. I used here 68kohm resistor. Don't use bigger one then 100kohm and lower then 10kohm. Pin you should use for this it B10. More can be found here.
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide. After setting up your build environment you can try to build it with those commands.
Make Promicro based img:
qmk compile -kb keyboards/handwired/dactyl_manuform/6x6 -km default
Make BlackPill one:
qmk compile -kb keyboards/handwired/dactyl_manuform/6x6/blackpill_f411 -km default
Enter the bootloader in 3 ways:
QK_BOOT, in dumam keymap it's assigned to F1 and F12 keys on mod layers.

