mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
Add chipper
This commit is contained in:
parent
12fbc08bc2
commit
b2795e263b
7
.github/workflows/outboards/shields/chipper
vendored
Normal file
7
.github/workflows/outboards/shields/chipper
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Copyright 2023 Manna Harbour
|
||||||
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
|
outboard_repository=JonMuller/gerbers
|
||||||
|
outboard_ref=main
|
||||||
|
outboard_from=corne-choc-xiao/zmk_starter/view
|
||||||
|
outboard_to=boards/shields/chipper
|
||||||
1
.github/workflows/test-all-xiao-shields.yml
vendored
1
.github/workflows/test-all-xiao-shields.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
board: '["seeeduino_xiao"]'
|
board: '["seeeduino_xiao"]'
|
||||||
shield: '[
|
shield: '[
|
||||||
|
"chipper_left","chipper_right",
|
||||||
"clog_v2_left","clog_v2_right",
|
"clog_v2_left","clog_v2_right",
|
||||||
"hummingbird",
|
"hummingbird",
|
||||||
"kpukboard_left","kpukboard_right",
|
"kpukboard_left","kpukboard_right",
|
||||||
|
|||||||
12
config/chipper.keymap
Normal file
12
config/chipper.keymap
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
// Copyright 2023 Manna Harbour
|
||||||
|
// https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
|
#include "../miryoku/custom_config.h"
|
||||||
|
#include "../miryoku/mapping/42/corne.h"
|
||||||
|
#include "../miryoku/miryoku.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
chosen {
|
||||||
|
zmk,matrix_transform = &default_transform;
|
||||||
|
};
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue
Block a user