mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
Add ble_chiffre
Co-authored-by: Manna Harbour <51143715+manna-harbour@users.noreply.github.com>
This commit is contained in:
parent
9ce71fe125
commit
e5ed4482e3
7
.github/workflows/outboards/ble_chiffre.outboard
vendored
Normal file
7
.github/workflows/outboards/ble_chiffre.outboard
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=tominabox1/zmk-config2
|
||||
outboard_ref=master
|
||||
outboard_from=config/boards/arm/ble_chiffre
|
||||
outboard_to=boards/arm/ble_chiffre
|
||||
1
.github/workflows/src/test-boards.yml.m4
vendored
1
.github/workflows/src/test-boards.yml.m4
vendored
@ -7,6 +7,7 @@ m4_include(include/jobs-build.yml.m4)m4_dnl
|
||||
- ""
|
||||
board:
|
||||
- ahokore # outboard
|
||||
- ble_chiffre # outboard
|
||||
- corne-ish_zen_left # outboard
|
||||
- corne-ish_zen_right # outboard
|
||||
- ferris_rev02 # outboard
|
||||
|
||||
1
.github/workflows/test-boards.yml
vendored
1
.github/workflows/test-boards.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- ""
|
||||
board:
|
||||
- ahokore # outboard
|
||||
- ble_chiffre # outboard
|
||||
- corne-ish_zen_left # outboard
|
||||
- corne-ish_zen_right # outboard
|
||||
- ferris_rev02 # outboard
|
||||
|
||||
5
config/ble_chiffre.keymap
Normal file
5
config/ble_chiffre.keymap
Normal file
@ -0,0 +1,5 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#include "../miryoku/mapping/34-ble_chiffre.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
20
miryoku/mapping/34-ble_chiffre.h
Normal file
20
miryoku/mapping/34-ble_chiffre.h
Normal file
@ -0,0 +1,20 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#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 \
|
||||
) \
|
||||
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 \
|
||||
K34 K33 K36 K35
|
||||
|
||||
#define MIRYOKU_MAPPING_TAP MIRYOKU_MAPPING
|
||||
|
||||
#define MIRYOKU_COMBO_TPSL 30 31
|
||||
#define MIRYOKU_COMBO_TPSR 32 33
|
||||
|
||||
#define MIRYOKU_COMBO_TPS_ENABLE
|
||||
Loading…
Reference in New Issue
Block a user