mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
Add keymaps for absolem, cradio36, cradios, and cradioz
This commit is contained in:
parent
eee8a180a8
commit
b12e1c57fe
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -13,6 +13,10 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
|
||||
# - shield: absolem
|
||||
# board: nice_nano
|
||||
|
||||
# -board: ahokore
|
||||
|
||||
# - shield: bfo9000_left
|
||||
@ -30,6 +34,21 @@ jobs:
|
||||
- shield: cradio_right
|
||||
board: nice_nano
|
||||
|
||||
# - shield: cradio36_left
|
||||
# board: nice_nano
|
||||
# - shield: cradio36_right
|
||||
# board: nice_nano
|
||||
|
||||
# - shield: cradios_left
|
||||
# board: nice_nano
|
||||
# - shield: cradios_right
|
||||
# board: nice_nano
|
||||
|
||||
# - shield: cradioz_left
|
||||
# board: nice_nano
|
||||
# - shield: cradioz_right
|
||||
# board: nice_nano
|
||||
|
||||
- shield: crbn
|
||||
board: nice_nano
|
||||
|
||||
|
||||
4
config/absolem.keymap
Normal file
4
config/absolem.keymap
Normal file
@ -0,0 +1,4 @@
|
||||
// https://github.com/manna-harbour/miryoku-zmk/
|
||||
|
||||
#include "../miryoku/mapping/36-minidox.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
4
config/cradio36.keymap
Normal file
4
config/cradio36.keymap
Normal file
@ -0,0 +1,4 @@
|
||||
// https://github.com/manna-harbour/miryoku-zmk/
|
||||
|
||||
#include "../miryoku/mapping/36-minidox.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
4
config/cradios.keymap
Normal file
4
config/cradios.keymap
Normal file
@ -0,0 +1,4 @@
|
||||
// https://github.com/manna-harbour/miryoku-zmk/
|
||||
|
||||
#include "../miryoku/mapping/36-minidox.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
3
config/cradioz.keymap
Normal file
3
config/cradioz.keymap
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
#include "../miryoku/mapping/34-ferris.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
Loading…
Reference in New Issue
Block a user