mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 14:11:57 +00:00
* add handwired/dactyl_manuform/5x8 config
* add keymap scheme
* Update keymap.c
* Update keyboard.json
* Update keyboard.json
* fix and compile worked configs
* Update readme.md
* Update readme.md
* Update readme.md
* add dynamic macros support
* change key sets on first workday/add right2left layer
* Update keyboard.json
* Update keymap.c
* move license header to top keymap.c
* Update keyboard.json
* I rewrote the layout so that the halves are not stacked.
* I rewrote the layout so that the halves are not stacked (keymap.c)
* change "serial pin" syntactic
change
"soft_serial_pin": "D0"
to
"serial": {
"pin": "D0"
}
* fix KC_BSPC and KC_SPC on right keyboard
* Update readme.md
* Update keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
---------
Co-authored-by: skandiPC <slinkinfs@yandex.ru>
Co-authored-by: iliorik-ph <140731596+iliorik-ph@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
1007 B
1007 B
handwired/dactyl_manuform/5x8
- Keyboard Maintainer: iliorik
I made this keyboard so that the buttons on the right side of the right half would replicate the standard keyboard. I put macros on the left buttons of the left side keyboard for rec and play keypresses
Make example for this keyboard (after setting up your build environment):
make handwired/dactyl_manuform/5x8:default
Flashing example for this keyboard:
make handwired/dactyl_manuform/5x8: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
Enter the bootloader in 2 ways:
- Keycode in layout: Press the key mapped to
QK_BOOT - Reset pro micro: Connect RST and GND pins on plate
