Skip to content

Commit

Permalink
Add keyboardio/atreus
Browse files Browse the repository at this point in the history
Resolves qmk#15
  • Loading branch information
manna-harbour authored and nova committed Mar 26, 2021
1 parent b7a16cd commit 014b451
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
18 changes: 18 additions & 0 deletions keyboards/keyboardio/atreus/keymaps/manna-harbour_miryoku/config.h
Original file line number Diff line number Diff line change
@@ -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, XXX, XXX, K25, K26, K27, K28, K29, \
XXX, XXX, XXX, K32, K33, K34, K35, K36, K37, XXX, XXX, XXX \
)
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 -*-
47 changes: 47 additions & 0 deletions users/manna-harbour_miryoku/miryoku.org
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Additional implementations and visualisations are provided outside QMK in the
- [[#handwireddactyl_manuform4x5][handwired/dactyl_manuform/4x5]]
- [[#handwireddactyl_manuform5x6][handwired/dactyl_manuform/5x6]]
- [[#keebioiris][keebio/iris]]
- [[#keyboardioatreus][keyboardio/atreus]]
- [[#kyria][kyria]]
- [[#lily58][lily58]]
- [[#moonlander][moonlander]]
Expand Down Expand Up @@ -1611,6 +1612,52 @@ Required by the build system.
#+END_SRC


*** keyboardio/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 keyboardio/atreus:manna-harbour_miryoku:flash
#+END_SRC


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

Contains subset mapping.

#+BEGIN_SRC C :noweb yes :padline no :tangle ../../keyboards/keyboardio/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, XXX, XXX, K25, K26, K27, K28, K29, \
XXX, XXX, XXX, K32, K33, K34, K35, K36, K37, XXX, XXX, XXX \
)
#+END_SRC


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

Required by the build system.

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


*** kyria

Only the main 5x3 alphas and the middle 3 lower thumb keys are used.
Expand Down

0 comments on commit 014b451

Please sign in to comment.