-
-
Notifications
You must be signed in to change notification settings - Fork 43.1k
Add Dactyl Manuform (5x6) with 3 thumb cluster #25799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jyap808
wants to merge
8
commits into
qmk:master
Choose a base branch
from
jyap808:my_branch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+161
−0
Open
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
2df1c06
Add Dactyl Manuform (5x6) with 3 thumb cluster
jyap808 91fc113
Add license header to keymap file
jyap808 80efffb
Update keymap
jyap808 e894175
Update keymap
jyap808 cef274b
fix: Use short keycode aliases and standardize empty placeholder
jyap808 798f619
fix: Standardize MCU definition to use 'development_board'
jyap808 3c2a7d5
Replace image with Imgur hosted image
jyap808 cd24002
Update keyboards/handwired/dactyl_manuform/5x6_3/keyboard.json
jyap808 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
114 changes: 114 additions & 0 deletions
114
keyboards/handwired/dactyl_manuform/5x6_3/keyboard.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,114 @@ | ||
| { | ||
| "keyboard_name": "Dactyl-Manuform (5x6) 3 Thumb", | ||
| "manufacturer": "tshort", | ||
| "url": "https://github.com/jyap808/qmk_firmware/tree/master/keyboards/handwired/dactyl_manuform/5x6_3", | ||
| "maintainer": "jyap808", | ||
| "usb": { | ||
| "vid": "0x444D", | ||
| "pid": "0x3536", | ||
| "device_version": "0.0.4" | ||
| }, | ||
| "features": { | ||
| "bootmagic": true, | ||
| "extrakey": true, | ||
| "mousekey": true, | ||
| "nkro": true | ||
| }, | ||
| "qmk": { | ||
| "locking": { | ||
| "enabled": true, | ||
| "resync": true | ||
| } | ||
| }, | ||
| "matrix_pins": { | ||
| "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], | ||
| "rows": ["F6", "F7", "B1", "B3", "B2", "B6"] | ||
| }, | ||
| "diode_direction": "COL2ROW", | ||
| "split": { | ||
| "enabled": true, | ||
| "serial": { | ||
| "pin": "D0" | ||
| }, | ||
| "bootmagic": { | ||
| "matrix": [6, 5] | ||
| } | ||
| }, | ||
| "processor": "atmega32u4", | ||
| "bootloader": "caterina", | ||
jyap808 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "layouts": { | ||
| "LAYOUT_5x6_3": { | ||
| "layout": [ | ||
| {"matrix": [0, 0], "x": 0, "y": 0}, | ||
| {"matrix": [0, 1], "x": 1, "y": 0}, | ||
| {"matrix": [0, 2], "x": 2, "y": 0}, | ||
| {"matrix": [0, 3], "x": 3, "y": 0}, | ||
| {"matrix": [0, 4], "x": 4, "y": 0}, | ||
| {"matrix": [0, 5], "x": 5, "y": 0}, | ||
|
|
||
| {"matrix": [6, 0], "x": 11, "y": 0}, | ||
| {"matrix": [6, 1], "x": 12, "y": 0}, | ||
| {"matrix": [6, 2], "x": 13, "y": 0}, | ||
| {"matrix": [6, 3], "x": 14, "y": 0}, | ||
| {"matrix": [6, 4], "x": 15, "y": 0}, | ||
| {"matrix": [6, 5], "x": 16, "y": 0}, | ||
|
|
||
| {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| {"matrix": [1, 4], "x": 4, "y": 1}, | ||
| {"matrix": [1, 5], "x": 5, "y": 1}, | ||
|
|
||
| {"matrix": [7, 0], "x": 11, "y": 1}, | ||
| {"matrix": [7, 1], "x": 12, "y": 1}, | ||
| {"matrix": [7, 2], "x": 13, "y": 1}, | ||
| {"matrix": [7, 3], "x": 14, "y": 1}, | ||
| {"matrix": [7, 4], "x": 15, "y": 1}, | ||
| {"matrix": [7, 5], "x": 16, "y": 1}, | ||
|
|
||
| {"matrix": [2, 0], "x": 0, "y": 2}, | ||
| {"matrix": [2, 1], "x": 1, "y": 2}, | ||
| {"matrix": [2, 2], "x": 2, "y": 2}, | ||
| {"matrix": [2, 3], "x": 3, "y": 2}, | ||
| {"matrix": [2, 4], "x": 4, "y": 2}, | ||
| {"matrix": [2, 5], "x": 5, "y": 2}, | ||
|
|
||
| {"matrix": [8, 0], "x": 11, "y": 2}, | ||
| {"matrix": [8, 1], "x": 12, "y": 2}, | ||
| {"matrix": [8, 2], "x": 13, "y": 2}, | ||
| {"matrix": [8, 3], "x": 14, "y": 2}, | ||
| {"matrix": [8, 4], "x": 15, "y": 2}, | ||
| {"matrix": [8, 5], "x": 16, "y": 2}, | ||
|
|
||
| {"matrix": [3, 0], "x": 0, "y": 3}, | ||
| {"matrix": [3, 1], "x": 1, "y": 3}, | ||
| {"matrix": [3, 2], "x": 2, "y": 3}, | ||
| {"matrix": [3, 3], "x": 3, "y": 3}, | ||
| {"matrix": [3, 4], "x": 4, "y": 3}, | ||
| {"matrix": [3, 5], "x": 5, "y": 3}, | ||
|
|
||
| {"matrix": [9, 0], "x": 11, "y": 3}, | ||
| {"matrix": [9, 1], "x": 12, "y": 3}, | ||
| {"matrix": [9, 2], "x": 13, "y": 3}, | ||
| {"matrix": [9, 3], "x": 14, "y": 3}, | ||
| {"matrix": [9, 4], "x": 15, "y": 3}, | ||
| {"matrix": [9, 5], "x": 16, "y": 3}, | ||
|
|
||
| {"matrix": [4, 2], "x": 2, "y": 4}, | ||
| {"matrix": [4, 3], "x": 3, "y": 4}, | ||
|
|
||
| {"matrix": [10, 2], "x": 13, "y": 4}, | ||
| {"matrix": [10, 3], "x": 14, "y": 4}, | ||
|
|
||
| {"matrix": [4, 4], "x": 5, "y": 4}, | ||
| {"matrix": [5, 2], "x": 6, "y": 4}, | ||
| {"matrix": [5, 3], "x": 7, "y": 4}, | ||
|
|
||
| {"matrix": [11, 2], "x": 9, "y": 4}, | ||
| {"matrix": [11, 3], "x": 10, "y": 4}, | ||
| {"matrix": [10, 1], "x": 11, "y": 4} | ||
| ] | ||
| } | ||
| } | ||
| } | ||
25 changes: 25 additions & 0 deletions
25
keyboards/handwired/dactyl_manuform/5x6_3/keymaps/default/keymap.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| // Copyright 2025 Julian Yap (@jyap808) | ||
| // SPDX-License-Identifier: GPL-2.0-or-later | ||
|
|
||
| #include QMK_KEYBOARD_H | ||
|
|
||
| #define __ _______ | ||
jyap808 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
|
||
| [0] = LAYOUT_5x6_3( | ||
| KC_ESC , KC_1 , KC_2 , KC_3 , KC_4 , KC_5 , KC_6 , KC_7 , KC_8 , KC_9 , KC_0 ,KC_MINS, | ||
| KC_TAB , KC_Q , KC_W , KC_E , KC_R , KC_T , KC_Y , KC_U , KC_I , KC_O , KC_P ,KC_BSLS, | ||
| KC_LGUI, KC_A , KC_S , KC_D , KC_F , KC_G , KC_H , KC_J , KC_K , KC_L ,KC_SCLN,KC_QUOT, | ||
| KC_LSFT, KC_Z , KC_X , KC_C , KC_V , KC_B , KC_N , KC_M ,KC_COMM,KC_DOT ,KC_SLSH,KC_RSFT, | ||
| KC_LEFT,KC_RGHT, KC_UP, KC_DOWN, | ||
| KC_BSPC,KC_LCTL,KC_LALT, TL_LOWR,KC_ENTER,KC_SPC), | ||
|
|
||
| [1] = LAYOUT_5x6_3( | ||
| KC_GRAVE,KC_F1 , KC_F2 , KC_F3 , KC_F4 , KC_F5 , KC_F6 , KC_F7 , KC_F8 , KC_F9 ,KC_F10 , KC_EQL, | ||
| KC_CAPS, __, __, __, __, __, KC_VOLD,KC_VOLU,KC_MUTE, __,KC_PSCR, __, | ||
| __, __, __, __, __, __, __, __, __, __, __, __, | ||
| __, __, __, __, __, __, __, __,KC_LBRC,KC_RBRC, __, __, | ||
| KC_HOME,KC_END, KC_PGUP,KC_PGDN, | ||
| KC_DEL, __, __, __, __, __), | ||
| }; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Dactyl Manuform (5x6) with 3 thumb cluster | ||
|
|
||
|  | ||
jyap808 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| [Build log](https://julianyap.com/posts/2025-11-16-1763340628/) | ||
|
|
||
| * Keyboard Maintainer: [jyap808](https://github.com/jyap808) | ||
| * Hardware Supported: Pro Micro | ||
|
|
||
| Make example for this keyboard (after setting up your build environment): | ||
|
|
||
| make handwired/dactyl_manuform/5x6_3:default | ||
|
|
||
| Flashing example for this keyboard: | ||
|
|
||
| make handwired/dactyl_manuform/5x6_3:default:flash | ||
|
|
||
| See the [build environment setup](getting_started_build_tools) and the [make instructions](getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](newbs). | ||
|
|
||
| ## Bootloader | ||
|
|
||
| Enter the bootloader in 3 ways: | ||
|
|
||
| * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard | ||
| * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead | ||
| * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.