Skip to content
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

Modernise Dactyl keyboard #21388

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
90bed0a
combine 'dactyl' and 'dactyl_promicro`
dunk2k Jun 26, 2023
c6483b0
additions/corrections:
dunk2k Jun 26, 2023
91aeb81
remove `dactyl_rah`
dunk2k Jun 26, 2023
2207668
add alias due to move
dunk2k Jun 26, 2023
bad9c62
adjusted layout positions
dunk2k Jul 12, 2023
cd8b1ab
Merge remote-tracking branch 'origin/develop' into dactyl_clean
dunk2k Jul 12, 2023
708d72a
matrix layout change of thumb cluster
dunk2k Jul 12, 2023
951693d
Update info.json
dunk2k Jul 25, 2023
0876d0f
Update info.json
dunk2k Jul 25, 2023
f96fc55
move `usb.device_version`
dunk2k Jul 25, 2023
94e4448
add layout aliases
dunk2k Jul 30, 2023
9257cdd
Merge branch 'develop' into dactyl_clean
dunk2k Jul 31, 2023
4be38eb
revert layout adds to keyboard_aliases
dunk2k Jul 31, 2023
a7c77ac
Merge branch 'develop' into dactyl_clean
dunk2k Sep 22, 2023
111b530
Update config.h
dunk2k Oct 22, 2023
ab77df1
Merge branch 'develop' into dactyl_clean
dunk2k Oct 22, 2023
d8b965d
Update config.h
dunk2k Oct 22, 2023
fea2bff
Update readme.md
dunk2k Oct 22, 2023
3ca0f42
Update readme.md
dunk2k Oct 22, 2023
090b480
Merge branch 'develop' into dactyl_clean
dunk2k Dec 6, 2023
b9a66db
add layout aliases for backward compatibilty
dunk2k Dec 6, 2023
b1ff760
Merge branch 'dactyl_clean' of https://github.com/dunk2k/qmk_firmware…
dunk2k Dec 6, 2023
09f9b8e
backwards compatibility added for dactyl/legacy
dunk2k Jan 12, 2024
3b09f61
remove unused rgblight settings
dunk2k Jan 12, 2024
0304193
Merge branch 'develop' into dactyl_clean
dunk2k Jan 12, 2024
b9ea200
tidy keymaps and license headers
dunk2k Jan 12, 2024
e819257
Merge remote-tracking branch 'origin/develop' into dactyl_clean
dunk2k Jan 27, 2024
51cdb9d
info.json to keyboard.json
dunk2k Mar 30, 2024
23da152
Merge remote-tracking branch 'upstream/develop' into dactyl_clean
dunk2k Apr 12, 2024
f11d28e
Merge branch 'develop' into dactyl_clean
dunk2k Apr 15, 2024
179089b
update info.json
dunk2k Apr 17, 2024
6c5a0e5
Merge branch 'develop' into dactyl_clean
dunk2k Apr 17, 2024
3133dec
Rename info.json to keyboard.json
dunk2k Apr 23, 2024
8476717
Rename keyboard.json to info.json
dunk2k Apr 23, 2024
328bc50
Update readme.md
dunk2k Apr 23, 2024
f2b0572
Merge branch 'develop' into dactyl_clean
dunk2k May 18, 2024
8f828b7
Merge remote-tracking branch 'upstream/develop' into dactyl_clean
dunk2k May 22, 2024
9f1b686
Merge branch 'develop' into dactyl_clean
dunk2k May 24, 2024
4967f1b
Merge remote-tracking branch 'upstream/develop' into dactyl_clean
dunk2k Aug 13, 2024
3b14438
remove VIA
dunk2k Aug 25, 2024
55b61df
Update keyboard_aliases.hjson
dunk2k Jan 24, 2025
619fe78
Remove default_folder
dunk2k Jan 24, 2025
00557af
Merge remote-tracking branch 'origin/develop' into dactyl_clean
dunk2k Jan 24, 2025
355097e
Update keyboard_aliases.hjson
dunk2k Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@
"gmmk/pro/iso": {
"target": "gmmk/pro/rev1/iso"
},
"handwired/dactyl": {
"target": "handwired/dactyl/promicro"
},
"handwired/dactyl_manuform/3x5_3": {
"target": "handwired/dactyl_minidox"
},
Expand All @@ -226,6 +229,9 @@
},
"handwired/dactyl_manuform/dmote/62key": {
"target": "handwired/dmote"
},
"handwired/dactyl_promicro": {
"target": "handwired/dactyl/promicro"
},
"handwired/ferris": {
"target": "ferris/0_1"
Expand Down
47 changes: 0 additions & 47 deletions keyboards/handwired/dactyl/config.h

This file was deleted.

18 changes: 18 additions & 0 deletions keyboards/handwired/dactyl/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"keyboard_name": "Dactyl",
"manufacturer": "Adereth",
"url": "https://github.com/adereth/dactyl-keyboard",
"maintainer": "qmk",
"usb": {
"vid": "0x444C"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"tags": ["split"]
}
120 changes: 0 additions & 120 deletions keyboards/handwired/dactyl/keyboard.json

This file was deleted.

Loading
Loading