diff options
| author | Manna Harbour <51143715+manna-harbour@users.noreply.github.com> | 2019-06-26 17:33:12 +1000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-06-26 00:33:12 -0700 |
| commit | 4be1dfcee48daeb77e966b08ad9ca51e02253acf (patch) | |
| tree | c4f4f8ab7554167af6509d643200fb8ce7e9040b /keyboards | |
| parent | 3483c51f62640c83d35a0b4c4636a5939f2c3898 (diff) | |
| download | qmk_firmware-4be1dfcee48daeb77e966b08ad9ca51e02253acf.tar.gz qmk_firmware-4be1dfcee48daeb77e966b08ad9ca51e02253acf.zip | |
[Keymap] miryoku layout (#6171)
* First release
* add "#pragma once" to config.h and related docs
* generate config.h with change from miryoku.org
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/crkbd/keymaps/manna-harbour_miryoku/keymap.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/manna-harbour_miryoku/keymap.c b/keyboards/crkbd/keymaps/manna-harbour_miryoku/keymap.c new file mode 100644 index 000000000..56d4de25a --- /dev/null +++ b/keyboards/crkbd/keymaps/manna-harbour_miryoku/keymap.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | |||
| 2 | // generated from users/manna-harbour_miryoku/miryoku.org | ||
| 3 | |||
| 4 | #define LAYOUT_miryoku( \ | ||
| 5 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, \ | ||
| 6 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, \ | ||
| 7 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, \ | ||
| 8 | N30, N31, K32, K33, K34, K35, K36, K37, N38, N39 \ | ||
| 9 | ) \ | ||
| 10 | LAYOUT( \ | ||
| 11 | KC_NO, K00, K01, K02, K03, K04, 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, K25, K26, K27, K28, K29, KC_NO, \ | ||
| 14 | K32, K33, K34, K35, K36, K37 \ | ||
| 15 | ) | ||
| 16 | |||
| 17 | #include "manna-harbour_miryoku.c" | ||
