Skip to content

Commit

Permalink
Add ortho_4x10
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Jun 23, 2021
1 parent c239741 commit 08774a0
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
16 changes: 16 additions & 0 deletions layouts/community/ortho_4x10/manna-harbour_miryoku/config.h
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_ortho_4x10(\
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,\
KC_NO, KC_NO, K32, K33, K34, K35, K36, K37, KC_NO, KC_NO\
)
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 -*-
44 changes: 44 additions & 0 deletions users/manna-harbour_miryoku/miryoku.org
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Additional implementations and visualisations are provided outside QMK in the
- [[#layouts][Layouts]]
- [[#60_ansi][60_ansi]]
- [[#ergodox][ergodox]]
- [[#ortho_4x10][ortho_4x10]]
- [[#ortho_4x12][ortho_4x12]]
- [[#ortho_5x12][ortho_5x12]]
- [[#ortho_5x15][ortho_5x15]]
Expand Down Expand Up @@ -1029,6 +1030,49 @@ Required by the build system.
#+END_SRC


*** ortho_4x10

To build for any keyboard using the this layout (newgame40, pabile/p40,
marksard/rhymestone, nimrod), e.g. marksard/rhymestone,

#+BEGIN_SRC sh :tangle no
make marksard/rhymestone:manna-harbour_miryoku:flash
#+END_SRC


**** [[../../layouts/community/ortho_4x10/manna-harbour_miryoku/config.h][layouts/community/ortho_4x10/manna-harbour_miryoku/config.h]]

Contains subset mapping.

#+BEGIN_SRC C :noweb yes :padline no :tangle ../../layouts/community/ortho_4x10/manna-harbour_miryoku/config.h
// <<header>>

#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_ortho_4x10(\
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,\
KC_NO, KC_NO, K32, K33, K34, K35, K36, K37, KC_NO, KC_NO\
)
#+END_SRC


**** [[../../layouts/community/ortho_4x10/manna-harbour_miryoku/keymap.c][layouts/community/ortho_4x10/manna-harbour_miryoku/keymap.c]]

Required by the build system.

#+BEGIN_SRC C :noweb yes :padline no :tangle ../../layouts/community/ortho_4x10/manna-harbour_miryoku/keymap.c
// <<header>>
#+END_SRC


*** ortho_4x12

For the ortho_4x12 layout, the middle two columns, and the 2 keys on each end of
Expand Down

0 comments on commit 08774a0

Please sign in to comment.