mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
Add bat43
This commit is contained in:
parent
5aa0c97802
commit
7bfcbd5f5a
7
.github/workflows/outboards/bat43.outboard
vendored
Normal file
7
.github/workflows/outboards/bat43.outboard
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=dnaq/zmk
|
||||
outboard_ref=bat43-keymap
|
||||
outboard_from=app/boards/shields/bat43
|
||||
outboard_to=boards/shields/bat43
|
||||
1
.github/workflows/src/test-shields.yml.m4
vendored
1
.github/workflows/src/test-shields.yml.m4
vendored
@ -9,6 +9,7 @@ m4_include(include/jobs-build.yml.m4)m4_dnl
|
||||
- a_dux_right
|
||||
- bastyl_left # outboard
|
||||
- bastyl_right # outboard
|
||||
- bat43 # outboard
|
||||
- boardsource5x12 # outboard
|
||||
- contra # outboard
|
||||
- corne_left
|
||||
|
||||
1
.github/workflows/test-shields.yml
vendored
1
.github/workflows/test-shields.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
- a_dux_right
|
||||
- bastyl_left # outboard
|
||||
- bastyl_right # outboard
|
||||
- bat43 # outboard
|
||||
- boardsource5x12 # outboard
|
||||
- contra # outboard
|
||||
- corne_left
|
||||
|
||||
6
config/bat43.keymap
Normal file
6
config/bat43.keymap
Normal file
@ -0,0 +1,6 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#include "../miryoku/config.h"
|
||||
#include "../miryoku/mapping/48-bat43.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
16
miryoku/mapping/48-bat43.h
Normal file
16
miryoku/mapping/48-bat43.h
Normal file
@ -0,0 +1,16 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#define XXX &none
|
||||
|
||||
#define MIRYOKU_MAPPING( \
|
||||
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 \
|
||||
) \
|
||||
XXX K00 K01 K02 K03 K04 K05 K06 K07 K08 K09 XXX \
|
||||
XXX K10 K11 K12 K13 K14 XXX K15 K16 K17 K18 K19 XXX \
|
||||
XXX K20 K21 K22 K23 K24 K25 K26 K27 K28 K29 XXX \
|
||||
K32 K33 K34 K35 K36 K37 \
|
||||
XXX XXX XXX XXX XXX
|
||||
Loading…
Reference in New Issue
Block a user