diff options
| author | Manna Harbour <51143715+manna-harbour@users.noreply.github.com> | 2020-06-23 15:30:05 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-22 22:30:05 -0700 |
| commit | f0bde7906d35c1955a39251659e80d41caccbc54 (patch) | |
| tree | d7b00bdd3bae2c295c78c1837ddbf90c31d04735 /layouts | |
| parent | 24b0cda3e877c28c53c1aca02ef6e0eaa66fad91 (diff) | |
| download | qmk_firmware-f0bde7906d35c1955a39251659e80d41caccbc54.tar.gz qmk_firmware-f0bde7906d35c1955a39251659e80d41caccbc54.zip | |
Update miryoku (#9442)
- Add mouse buttons overlay layer
- Change button order
- Remove crkbd hardware specifics
- Add alternative base layer alphas
- Change title
- Add logo
- Reword intro text
- Add dev branch and new commits links
- Replace manual toc and remove anchors
- Unindent lists
- Reduce headings
- Update docs
- Build keymap as object instead of including .c file
- Add kle subset mapping images
- Add alternative mapping support
- Change default mapping for ortho_4x12
- Add split mapping for ortho_4x12
- Add contact section
- Add #pragma once to layout and keyboard config.h
Diffstat (limited to 'layouts')
4 files changed, 51 insertions, 34 deletions
diff --git a/layouts/community/ergodox/manna-harbour_miryoku/config.h b/layouts/community/ergodox/manna-harbour_miryoku/config.h new file mode 100644 index 000000000..0f20409c2 --- /dev/null +++ b/layouts/community/ergodox/manna-harbour_miryoku/config.h | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | ||
| 2 | |||
| 3 | #pragma once | ||
| 4 | |||
| 5 | #define LAYOUT_miryoku(\ | ||
| 6 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ | ||
| 7 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19,\ | ||
| 8 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29,\ | ||
| 9 | N30, N31, K32, K33, K34, K35, K36, K37, N38, N39\ | ||
| 10 | )\ | ||
| 11 | LAYOUT_ergodox_pretty( \ | ||
| 12 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, \ | ||
| 13 | KC_NO, K00, K01, K02, K03, K04, KC_NO, KC_NO, K05, K06, K07, K08, K09, KC_NO, \ | ||
| 14 | KC_NO, K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, KC_NO, \ | ||
| 15 | KC_NO, K20, K21, K22, K23, K24, KC_NO, KC_NO, K25, K26, K27, K28, K29, KC_NO, \ | ||
| 16 | KC_NO, KC_NO, KC_NO, KC_NO, K32, K37, KC_NO, KC_NO, KC_NO, KC_NO, \ | ||
| 17 | KC_NO, KC_NO, KC_NO, KC_NO, \ | ||
| 18 | KC_NO, KC_NO, \ | ||
| 19 | K33, K34, KC_NO, KC_NO, K35, K36 \ | ||
| 20 | ) | ||
diff --git a/layouts/community/ergodox/manna-harbour_miryoku/keymap.c b/layouts/community/ergodox/manna-harbour_miryoku/keymap.c index 1c715a68f..a852ddd05 100644 --- a/layouts/community/ergodox/manna-harbour_miryoku/keymap.c +++ b/layouts/community/ergodox/manna-harbour_miryoku/keymap.c | |||
| @@ -1,20 +1 @@ | |||
| 1 | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | |
| 2 | |||
| 3 | #define LAYOUT_miryoku(\ | ||
| 4 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ | ||
| 5 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19,\ | ||
| 6 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29,\ | ||
| 7 | N30, N31, K32, K33, K34, K35, K36, K37, N38, N39\ | ||
| 8 | )\ | ||
| 9 | LAYOUT_ergodox_pretty( \ | ||
| 10 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, \ | ||
| 11 | KC_NO, K00, K01, K02, K03, K04, KC_NO, KC_NO, K05, K06, K07, K08, K09, KC_NO, \ | ||
| 12 | KC_NO, K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, KC_NO, \ | ||
| 13 | KC_NO, K20, K21, K22, K23, K24, KC_NO, KC_NO, K25, K26, K27, K28, K29, KC_NO, \ | ||
| 14 | KC_NO, KC_NO, KC_NO, KC_NO, K32, K37, KC_NO, KC_NO, KC_NO, KC_NO, \ | ||
| 15 | KC_NO, KC_NO, KC_NO, KC_NO, \ | ||
| 16 | KC_NO, KC_NO, \ | ||
| 17 | K33, K34, KC_NO, KC_NO, K35, K36 \ | ||
| 18 | ) | ||
| 19 | |||
| 20 | #include "manna-harbour_miryoku.c" | ||
diff --git a/layouts/community/ortho_4x12/manna-harbour_miryoku/config.h b/layouts/community/ortho_4x12/manna-harbour_miryoku/config.h new file mode 100644 index 000000000..772b510ef --- /dev/null +++ b/layouts/community/ortho_4x12/manna-harbour_miryoku/config.h | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | ||
| 2 | |||
| 3 | #pragma once | ||
| 4 | |||
| 5 | #if defined MIRYOKU_MAPPING_SPLIT | ||
| 6 | #define LAYOUT_miryoku(\ | ||
| 7 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ | ||
| 8 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19,\ | ||
| 9 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29,\ | ||
| 10 | N30, N31, K32, K33, K34, K35, K36, K37, N38, N39\ | ||
| 11 | )\ | ||
| 12 | LAYOUT_ortho_4x12(\ | ||
| 13 | KC_NO, K01, K02, K03, K04, KC_NO, KC_NO, K05, K06, K07, K08, KC_NO,\ | ||
| 14 | K00, K11, K12, K13, K14, KC_NO, KC_NO, K15, K16, K17, K18, K09,\ | ||
| 15 | K10, K21, K22, K23, K24, KC_NO, KC_NO, K25, K26, K27, K28, K19,\ | ||
| 16 | K20, KC_NO, KC_NO, K32, K33, K34, K35, K36, K37, KC_NO, KC_NO, K29\ | ||
| 17 | ) | ||
| 18 | #else | ||
| 19 | #define LAYOUT_miryoku(\ | ||
| 20 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ | ||
| 21 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19,\ | ||
| 22 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29,\ | ||
| 23 | N30, N31, K32, K33, K34, K35, K36, K37, N38, N39\ | ||
| 24 | )\ | ||
| 25 | LAYOUT_ortho_4x12(\ | ||
| 26 | K00, K01, K02, K03, K04, KC_NO, KC_NO, K05, K06, K07, K08, K09,\ | ||
| 27 | K10, K11, K12, K13, K14, KC_NO, KC_NO, K15, K16, K17, K18, K19,\ | ||
| 28 | K20, K21, K22, K23, K24, KC_NO, KC_NO, K25, K26, K27, K28, K29,\ | ||
| 29 | KC_NO, KC_NO, K32, K33, K34, K34, K35, K35, K36, K37, KC_NO, KC_NO\ | ||
| 30 | ) | ||
| 31 | #endif | ||
diff --git a/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c b/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c index 07bc15c2a..a852ddd05 100644 --- a/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c +++ b/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c | |||
| @@ -1,16 +1 @@ | |||
| 1 | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | |
| 2 | |||
| 3 | #define LAYOUT_miryoku(\ | ||
| 4 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ | ||
| 5 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19,\ | ||
| 6 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29,\ | ||
| 7 | N30, N31, K32, K33, K34, K35, K36, K37, N38, N39\ | ||
| 8 | )\ | ||
| 9 | LAYOUT_ortho_4x12(\ | ||
| 10 | KC_NO, K01, K02, K03, K04, KC_NO, KC_NO, K05, K06, K07, K08, KC_NO,\ | ||
| 11 | K00, K11, K12, K13, K14, KC_NO, KC_NO, K15, K16, K17, K18, K09,\ | ||
| 12 | K10, K21, K22, K23, K24, KC_NO, KC_NO, K25, K26, K27, K28, K19,\ | ||
| 13 | K20, KC_NO, KC_NO, K32, K33, K34, K35, K36, K37, KC_NO, KC_NO, K29\ | ||
| 14 | ) | ||
| 15 | |||
| 16 | #include "manna-harbour_miryoku.c" | ||
