diff options
| author | CrossR <r.cross@lancaster.ac.uk> | 2020-08-29 22:54:43 +0100 |
|---|---|---|
| committer | CrossR <r.cross@lancaster.ac.uk> | 2020-08-29 22:54:43 +0100 |
| commit | 6be07b5b243d62fd6c531c4c8d6e81e61147eac6 (patch) | |
| tree | eeb2c72432cd1071893e154a39ae8136be215d80 /app/boards/shields/qaz/Kconfig.defconfig | |
| parent | 7abcae6949834a4dd9d4fdb41ebc68acb36d3db7 (diff) | |
| parent | 86c3dac153b9f748ce3e4863c620e5a9c08c67be (diff) | |
Merge branch 'main' into CrossR/Sofle
Diffstat (limited to 'app/boards/shields/qaz/Kconfig.defconfig')
| -rw-r--r-- | app/boards/shields/qaz/Kconfig.defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/boards/shields/qaz/Kconfig.defconfig b/app/boards/shields/qaz/Kconfig.defconfig new file mode 100644 index 0000000..f82f458 --- /dev/null +++ b/app/boards/shields/qaz/Kconfig.defconfig @@ -0,0 +1,9 @@ + # Copyright (c) 2020 TJ Campie + # SPDX-License-Identifier: MIT + +if SHIELD_QAZ + +config ZMK_KEYBOARD_NAME + default "QAZ" + +endif
\ No newline at end of file |
