Skip to content

Commit

Permalink
Add klein
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Jan 11, 2024
1 parent 7e46baf commit 67a9237
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/outboards/shields/klein
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright 2024 Manna Harbour
# https://github.com/manna-harbour/miryoku

outboard_repository=snsten/Klein-zmk
outboard_ref=main
outboard_from=config/boards/shields/klein
outboard_to=boards/shields/klein
1 change: 1 addition & 0 deletions .github/workflows/test-all-xiao-shields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
"chipper_left","chipper_right",
"clog_v2_left","clog_v2_right",
"hummingbird",
"klein_left","klein_right",
"kpukboard_left","kpukboard_right",
"revxlp",
"rommana_left","rommana_right",
Expand Down
6 changes: 6 additions & 0 deletions config/klein.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2024 Manna Harbour
// https://github.com/manna-harbour/miryoku

#include "../miryoku/custom_config.h"
#include "../miryoku/mapping/38/klein.h"
#include "../miryoku/miryoku.dtsi"
21 changes: 21 additions & 0 deletions miryoku/mapping/38/klein.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Copyright 2024 Manna Harbour
// https://github.com/manna-harbour/miryoku

#if !defined (MIRYOKU_LAYOUTMAPPING_KLEIN)

#define XXX &none

#define MIRYOKU_LAYOUTMAPPING_KLEIN( \
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 \
) \
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 \
K32 K33 K34 XXX XXX K35 K36 K37

#endif

#define MIRYOKU_MAPPING MIRYOKU_LAYOUTMAPPING_KLEIN

0 comments on commit 67a9237

Please sign in to comment.