Skip to content

Commit

Permalink
Add atreus
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Aug 31, 2020
1 parent fc7c6ab commit 12e24d8
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
18 changes: 18 additions & 0 deletions keyboards/atreus/keymaps/manna-harbour_miryoku/config.h
@@ -0,0 +1,18 @@
// generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-

#pragma once

#define XXX KC_NO

#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(\
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,\
XXX, XXX, XXX, K32, K33, K34, K35, K36, K37, XXX, XXX, XXX\
)
1 change: 1 addition & 0 deletions keyboards/atreus/keymaps/manna-harbour_miryoku/keymap.c
@@ -0,0 +1 @@
// generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-
46 changes: 46 additions & 0 deletions users/manna-harbour_miryoku/miryoku.org
Expand Up @@ -49,6 +49,7 @@ Additional implementations and visualisations are provided outside QMK in the
- [[#ergodox][ergodox]]
- [[#ortho_4x12][ortho_4x12]]
- [[#keyboards][Keyboards]]
- [[#atreus][atreus]]
- [[#crkbd][crkbd]]
- [[#gergo][gergo]]
- [[#iris][iris]]
Expand Down Expand Up @@ -864,6 +865,51 @@ editing ~LAYOUT_miryoku~ in ~config.h~.
For an unsupported keyboard, do as above but define ~LAYOUT_miryoku~ in
~config.h~ referring to the keyboard's ~LAYOUT~ macro and the examples below.

*** atreus

Only the main 5x3 alphas and the inner 3 thumb keys are used.

To build for this keyboard,

#+BEGIN_SRC sh :tangle no
make atreus:manna-harbour_miryoku:flash
#+END_SRC

**** [[../../keyboards/crkbd/keymaps/manna-harbour_miryoku/config.h][keyboards/atreus/keymaps/manna-harbour_miryoku/config.h]]

Contains subset mapping.

#+BEGIN_SRC C :noweb yes :padline no :tangle ../../keyboards/atreus/keymaps/manna-harbour_miryoku/config.h
// <<header>>

#pragma once

#define XXX KC_NO

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


**** [[../../keyboards/crkbd/keymaps/manna-harbour_miryoku/keymap.c][keyboards/atreus/keymaps/manna-harbour_miryoku/keymap.c]]

Required by the build system.

#+BEGIN_SRC C :noweb yes :padline no :tangle ../../keyboards/atreus/keymaps/manna-harbour_miryoku/keymap.c
// <<header>>
#+END_SRC


*** crkbd

The outer columns are unused.
Expand Down

0 comments on commit 12e24d8

Please sign in to comment.