This website works better with JavaScript.
Explore
Help
Sign In
xenua
/
zmk
Watch
1
Star
0
Fork
You've already forked zmk
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
296
Commits
1
Branch
0
Tags
14 MiB
Tree:
3338b3f7de
zmk
/
app
/
boards
/
shields
/
kyria
/
Kconfig.defconfig
8 lines
94 B
Raw
Normal View
History
Unescape
Escape
Initial work on keymap transforms for non-standard matrixes. * Allows "gaps" for keyboards like Kyra. * Allows keyboards with matrixes that don't map the logical key locations to have normal looking keymaps when defined.
5 years ago
Kyria left/right overlays, matrix transform fixes * Refactor Kyria into separate left/right "revisions" of the Kyria shield, and include central kyria.dtsi file with common definition. * Fixes for keymaps to work fully with matrix transforms that override effective rows/columns. * Add ability for matrix transform to do row/col offsets, which is needed for split keyboards.
5 years ago
if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT
Initial work on keymap transforms for non-standard matrixes. * Allows "gaps" for keyboards like Kyra. * Allows keyboards with matrixes that don't map the logical key locations to have normal looking keymaps when defined.
5 years ago
config ZMK_KEYBOARD_NAME
default "Kyria"
endif