diff options
author | kurtis-lew <kurtis.a.lew@gmail.com> | 2020-09-01 20:22:11 -0700 |
---|---|---|
committer | kurtis-lew <kurtis.a.lew@gmail.com> | 2020-09-01 20:22:11 -0700 |
commit | 081ae84d0ed4e5fd5a90e9a5e279cfcea55e81b4 (patch) | |
tree | f519173a549fa09d80e0ac5b3fdec7134d3bfc20 /app/boards/shields/iris/Kconfig.defconfig | |
parent | c80b0a754b4b31cf303c2c9a26c51c72e56b0208 (diff) |
Added Iris Shield
Diffstat (limited to 'app/boards/shields/iris/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/iris/Kconfig.defconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/boards/shields/iris/Kconfig.defconfig b/app/boards/shields/iris/Kconfig.defconfig new file mode 100644 index 0000000..bf4919a --- /dev/null +++ b/app/boards/shields/iris/Kconfig.defconfig @@ -0,0 +1,14 @@ + +if SHIELD_IRIS_LEFT + +config ZMK_KEYBOARD_NAME + default "Iris Left" + +endif + +if SHIELD_IRIS_RIGHT + +config ZMK_KEYBOARD_NAME + default "Iris Right" + +endif
\ No newline at end of file |