summaryrefslogtreecommitdiff
path: root/app/boards/shields/kyria/Kconfig.defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-15 17:03:34 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-15 17:03:34 -0400
commit1751470785a110729afc01f3947b406bc40ceb43 (patch)
tree6764aaafb2856f086b519d966fe525937a3ca511 /app/boards/shields/kyria/Kconfig.defconfig
parent0712dadd2953a429de57c9c44aa1f9429112d809 (diff)
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.
Diffstat (limited to 'app/boards/shields/kyria/Kconfig.defconfig')
-rw-r--r--app/boards/shields/kyria/Kconfig.defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig
new file mode 100644
index 0000000..0bd3562
--- /dev/null
+++ b/app/boards/shields/kyria/Kconfig.defconfig
@@ -0,0 +1,7 @@
+
+if SHIELD_KYRIA
+
+config ZMK_KEYBOARD_NAME
+ default "Kyria"
+
+endif