forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves qmk#16 Co-authored-by: Manna Harbour <51143715+manna-harbour@users.noreply.github.com>
- Loading branch information
1 parent
014b451
commit 1e7c257
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | ||
|
||
#pragma once | ||
|
||
#define LAYOUT_miryoku( \ | ||
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, \ | ||
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, \ | ||
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, \ | ||
N30, N31, K32, K33, K34, K35, K36, K37, N38, N39 \ | ||
) \ | ||
LAYOUT_split_3x6_4( \ | ||
KC_NO, K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, KC_NO, \ | ||
KC_NO, K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, KC_NO, \ | ||
KC_NO, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, KC_NO, \ | ||
KC_NO, K32, K33, K34, K35, K36, K37, KC_NO \ | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters