Skip to content

Commit e88a365

Browse files
committed
refine keymap
1 parent e9cdc99 commit e88a365

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

qmk/microdactyl/4x6/keymaps/default/keymap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
3131
KC_NO, KC_NO, KC_LALT, KC_NO, \
3232
KC_ESC, KC_NO, KC_NO, KC_ENT,\
3333
KC_LCTL, KC_SPC, KC_LSFT, TT(2),\
34-
TT(1), KC_LGUI, KC_BSPC,KC_TAB \
34+
KC_LGUI, TT(1), KC_BSPC,KC_TAB \
3535
),
3636

3737
[1] = LAYOUT( \

qmk/microdactyl/readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Microdactyl
2+
3+
to flash this keymap, grab a copy of qmk, copy this "microdactyl" directory into qmk/keyboards/handwired and from the qmk root run:
4+
```
5+
make handwired/microdactyl/4x6:default:flash
6+
```
7+
8+
you can also get a .json file to upload to the qmk configurator by running:
9+
```
10+
./bin/qmk c2json -km DEFAULT -kb handwired/microdactyl/4x6 'keyboards/handwired/microdactyl/4x6/keymaps/default/keymap.c' > microdactyl.json
11+
```
12+
13+
to get the configurator to recognize the file you might have to change the keyboard name to `handwired/dactyl-manuform/4x6`
14+
15+
16+
17+
18+
19+
20+
21+
122
Dactyl Manuform (4x5, 5x6, 5x7, 6x6)
223
======
324
the [Dactyl-Manuform](https://github.com/tshort/dactyl-keyboard) is a split curved keyboard based on the design of [adereth dactyl](https://github.com/adereth/dactyl-keyboard) and thumb cluster design of the [manuform](https://geekhack.org/index.php?topic=46015.0) keyboard, the hardware is similar to the let's split keyboard. all information needed for making one is in the first link.

0 commit comments

Comments
 (0)