logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (5116B)


  1. # Dactyl ManuForm
  2. ![Imgur](https://i.imgur.com/7y0Vbydh.jpg)
  3. *Pair of Dactyl Manuform 4x6*
  4. Forked from the [Dactyl](/keyboards/handwired/dactyl), the *Dactyl ManuForm* is a parameterized, handwired, split bodied, tented, concave key-well design that incorporates the thumb cluster from the [ManuForm](https://geekhack.org/index.php?topic=46015.0).
  5. * Keyboard Maintainer: [Tom Short](https://github.com/tshort)
  6. * Hardware Supported: Pro Micro, or clone of
  7. * Hardware Availability: [Github](https://github.com/tshort/dactyl-keyboard)
  8. ## Variants
  9. *Dactyl ManuForm's* are built in variations that cater for different row and column counts, and thumb clusters.
  10. As standard:
  11. - The finger keywell bottom row has 2 keys, 1 each in ring and middle columns
  12. - Exception to this rule is the `5x7` variant - that has two additional keys, per half, in this row
  13. - The thumb cluster has 6 keys, arranged in a staggered 2 columns by 3 rows
  14. Variants are denoted as `RowCount`*x*`ColumnCount`*(_`Alteration`)*
  15. ### Row
  16. | Count | Description |
  17. | :---: | :---: |
  18. | 4 | Three rows, typically for alphabet and some puncuation characters, with 2 key (finger keywell) bottom row |
  19. | 5 | As *4 row* with number row above |
  20. | 6 | As *5 row* with function row above |
  21. ### Column
  22. | Count | Description |
  23. | :---: | :---: |
  24. | 5 | A column for each finger with additional column for first finger |
  25. | 6 | As *5 column* with additional pinky finger column |
  26. | 7 | As *6 column* with either an additional first finger column (`5x7`) or additional pinky column (`6x7`) |
  27. ### Alteration
  28. | Code | Description |
  29. | :---: | :---: |
  30. | 5 | Thumb cluster replaced with five key thumb cluster of [Dactyl Manuform Mini](https://github.com/l4u/dactyl-manuform-mini-keyboard) |
  31. | 2_5 | Same as code *5* with two additional keys added to finger key-well bottom row |
  32. ## Case Files Generator
  33. [Dactyl Generator](https://ryanis.cool/dactyl), created by [rianadon](https://github.com/rianadon), is a web based file generator that negates having to compose case files using programming languages, which was the matter when using the original *Dactyl* and *Dactyl ManuForm* GitHub repos, by instead compiling case files based on options and parameters configured in a web front end.
  34. ## Compile
  35. Make example for this keyboard (after setting up your build environment) in the 5x6 variant:
  36. make handwired/dactyl_manuform/5x6:default
  37. Flashing example for this keyboard:
  38. make handwired/dactyl_manuform/5x6:default:flash
  39. 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).
  40. ## Keymaps
  41. ### Default
  42. The default functional layout, based on QWERTY, and every variant has this keymap; used as a starting point/template for custom keymaps and for debugging purposes when soldering key matrix to controller.
  43. ### VIA
  44. Similar to *Default* but adds support for the [VIA](https://usevia.app/) keymap configurator. Layer count set to 4 to comply with VIA defaults, and remaps keys to accommodate this constraint, if applicable.
  45. Variants with VIA support:
  46. - 4x6
  47. - 5x6_5
  48. - 5x7
  49. ### Miryoku
  50. For more information on this layout schematic, please see the [Miryoku Reference Manual](https://github.com/manna-harbour/miryoku/tree/master/docs/reference).
  51. For QMK specifics, please see [Miryoku QMK](https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/users/manna-harbour_miryoku).
  52. Variants with *Miryoku* support:
  53. - 4x5
  54. - 4x5_5
  55. - 4x6
  56. - 4x6_5
  57. - 5x6
  58. ## Non-Pro Micro Controller Compilation
  59. If building a Dactyl Manuform with controllers that aren't a pro micro, the Converter feature of QMK will allow compilation of firmware for the intended variant and supported controller without having to create a new QMK keyboard/keymap.
  60. Please see [Converters](https://docs.qmk.fm/#/feature_converters?id=supported-converters) documentation for list of controllers that are supported converting from `pro_micro` and how to implement conversion.
  61. ## Flashing
  62. To flash your board with generated firmware file, please see [Flashing Instructions and Bootloader Information](https://docs.qmk.fm/#/flashing)
  63. ## Handedness configurations
  64. See [Handedness](https://docs.qmk.fm/#/config_options?id=setting-handedness) documentation for more information on configuring handedness/master half.
  65. ## VIA Configuration
  66. Variants with a `via` keymap are VIA capable.
  67. Compile firmware, for [enabled variant](#via), with it's `via` keymap and flash board with this firmware file.
  68. ```
  69. qmk compile -kb handwired/dactyl_manuform/4x6 -km via
  70. ```
  71. ## Bootloader
  72. Enter the bootloader in 3 ways:
  73. * **Bootmagic reset**: If enabled, hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  74. * **Physical reset button**: Briefly press the button on the back of the PCB or controller - some may have pads you must short instead
  75. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available