𝑥MK Uses and Testing #2
manna-harbour
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suggested things to try:
converter/xmk
(for keymaps with more than 128 keys, add more elements torows
inkeyboards/converter/xmk/info.json
)xmk
shield (for keymaps with more than 128 keys, createzmk-config/xmk.overlay
with a&kscan
section and override the values forrows
andcolumns
)native_posix_64
board (for keymaps with more than 128 keys, editzmk-config/native_posix_64.overlay
to increase the values forrows
orcolumns
)xmk
keyboard (for keymaps with more than 128 keys, add akey_count
parameter to theKMKKeyboard()
constructor inmain.py
)xmk
shield with a nice nanoxmk
shield with a different boardxmk
shield with BT hostsnative_posix_64
board (note Zephyr usbip server not compatible with hold-tap behavior zmkfirmware/zmk#1444)xmk
script and key event output to ZMK shell to avoid using usbip with 𝑥MK Nativesrc/recordings/hello_world
with default keymap or with default Miryokuxmk
redirecting to the same devicesrc/recordings/delay-test
to ZMKnative_posix_64
board with default keymap (see Demonstration of usbip timing issue #3)tap
command zmkfirmware/zmk#1318native_posix_64
board, or MCU boards in USB dongle formatxmk
shield, and KMK, with MCU boards in USB dongle format, e.g.:xmk
into KMK for use as a single process with no additional hardware requirements (https://kmkfw.zulipchat.com/#narrow/stream/358347-general/topic/.F0.9D.91.A5MK/near/325809928)Beta Was this translation helpful? Give feedback.
All reactions