diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 17:03:34 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 17:03:34 -0400 |
| commit | 1751470785a110729afc01f3947b406bc40ceb43 (patch) | |
| tree | 6764aaafb2856f086b519d966fe525937a3ca511 /app/boards/shields/kyria/Kconfig.shield | |
| parent | 0712dadd2953a429de57c9c44aa1f9429112d809 (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.shield')
| -rw-r--r-- | app/boards/shields/kyria/Kconfig.shield | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/boards/shields/kyria/Kconfig.shield b/app/boards/shields/kyria/Kconfig.shield new file mode 100644 index 0000000..598fc81 --- /dev/null +++ b/app/boards/shields/kyria/Kconfig.shield @@ -0,0 +1,5 @@ +# Copyright (c) 2020 Pete Johanson +# SPDX-License-Identifier: MIT + +config SHIELD_KYRIA + def_bool $(shields_list_contains,kyria) |
