diff options
| author | Joel Challis <git@zvecr.com> | 2023-08-30 01:47:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 01:47:15 +0100 |
| commit | c2a81d8fd4d1b90cb0f2af8d6b97b51ec1fb5806 (patch) | |
| tree | c7b14e62449968f89b5d110e3b6753f10e8cf406 /layouts | |
| parent | ce51fdfe51f5935652f68fae1f12f68182be223c (diff) | |
Revert "fix 60_hhkb ASCII diagram (#21813)" (#21869)
This reverts commit af2d6ea128f684691432e2a209cfa11a63f77422.
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default/60_hhkb/default_60_hhkb/keymap.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/default/60_hhkb/default_60_hhkb/keymap.c b/layouts/default/60_hhkb/default_60_hhkb/keymap.c index 5e384e2b46..17c107e2b4 100644 --- a/layouts/default/60_hhkb/default_60_hhkb/keymap.c +++ b/layouts/default/60_hhkb/default_60_hhkb/keymap.c | |||
| @@ -28,13 +28,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 28 | /* | 28 | /* |
| 29 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ | 29 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ |
| 30 | * │Pwr│F1 │F2 │F3 │F4 │F5 │F6 │F7 │F8 │F9 │F10│F11│F12│Ins│Del│ | 30 | * │Pwr│F1 │F2 │F3 │F4 │F5 │F6 │F7 │F8 │F9 │F10│F11│F12│Ins│Del│ |
| 31 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ | 31 | * ├───┴─┬─┴───┴───┴───┴───┴───┴───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴───┘ |
| 32 | * │Caps │ Q │ W │ E │ R │ T │ Y │ U │PSc│Scr│Pse│ ↑ │ ] │ Bspc│ | 32 | * │Caps │ Q │ W │ E │ R │ T │ Y │ U │PSc│Scr│Pse│ ↑ │ ] │ Bspc│ |
| 33 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ | 33 | * └─────┘┌───┬───┬───┐──┴┬──┴┌───┬──┴┬──┴┬──┴┬──┴┬──┴┬────────┐ |
| 34 | * │ Ctrl │Vl-│Vl+│Mut│ F │ G │ * │ / │Hom│PgU│ ← │ → │ Enter │ | 34 | * │ Ctrl │Vl-│Vl+│Mut│ F │ G │ * │ / │Hom│PgU│ ← │ → │ Enter │ |
| 35 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ | 35 | * ├──────└───┴───┴───┘─┬─┴─┬─└─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┘ |
| 36 | * │ Shift │ Z │ X │ C │ V │ B │ + │ - │End│PgD│ ↓ │ Shift│MO1│ | 36 | * │ Shift │ Z │ X │ C │ V │ B │ + │ - │End│PgD│ ↓ │ Shift│MO1│ |
| 37 | * └─────┬──┴┬──┴──┬┴───┴───┴───┴───┴───┴───┴───┴───┴┬───┬─┴───┘ | 37 | * └─────┬──┴┬──┴──┬┴───┴───┴───└───┴───┴───┴───┴───┘┬───┬─┴───┘ |
| 38 | * │Alt│ GUI │ │ GUI │Alt│ | 38 | * │Alt│ GUI │ │ GUI │Alt│ |
| 39 | * └───┴─────┴───────────────────────────┴─────┴───┘ | 39 | * └───┴─────┴───────────────────────────┴─────┴───┘ |
| 40 | */ | 40 | */ |
