Skip to content

Commit

Permalink
Add chipper
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Aug 5, 2023
1 parent 12fbc08 commit b2795e2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/outboards/shields/chipper
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions .github/workflows/test-all-xiao-shields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
board: '["seeeduino_xiao"]'
shield: '[
"chipper_left","chipper_right",
"clog_v2_left","clog_v2_right",
"hummingbird",
"kpukboard_left","kpukboard_right",
Expand Down
12 changes: 12 additions & 0 deletions config/chipper.keymap
Original file line number Diff line number Diff line change
@@ -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;
};
};

0 comments on commit b2795e2

Please sign in to comment.