diff options
author | Richard Jones <b.mcgavin@gmail.com> | 2020-08-22 21:47:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 21:47:29 +0100 |
commit | a0a4b8a2f5abf9e393c1d35e794b2c2e8c0e7abc (patch) | |
tree | 63d31b8a7c747a5629db68b93ad204b66067c179 /app/boards/shields/romac/Kconfig.defconfig | |
parent | 6225bcd73dbd6291d76a2cb929c8c473c1a36630 (diff) |
Romac (#1)
* New shield: romac 2.1
Diffstat (limited to 'app/boards/shields/romac/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/romac/Kconfig.defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/boards/shields/romac/Kconfig.defconfig b/app/boards/shields/romac/Kconfig.defconfig new file mode 100644 index 0000000..da50e5c --- /dev/null +++ b/app/boards/shields/romac/Kconfig.defconfig @@ -0,0 +1,8 @@ + +if SHIELD_ROMAC + +config ZMK_KEYBOARD_NAME + default "romac" + +endif + |