diff options
-rw-r--r-- | .vscode/settings.json | 6 | ||||
-rw-r--r-- | app/boards/shields/nibble/Kconfig.defconfig | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2ec4553..eba9570 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,5 @@ "files.associations": { "*.overlay": "dts", "*.keymap": "dts" - }, - "C_Cpp.dimInactiveRegions": false, - "C_Cpp.errorSquiggles": "Disabled" -} + } +}
\ No newline at end of file diff --git a/app/boards/shields/nibble/Kconfig.defconfig b/app/boards/shields/nibble/Kconfig.defconfig index 30cb21b..01d0bba 100644 --- a/app/boards/shields/nibble/Kconfig.defconfig +++ b/app/boards/shields/nibble/Kconfig.defconfig @@ -4,7 +4,7 @@ if SHIELD_NIBBLE config ZMK_KEYBOARD_NAME - default "NIBBLE_BLE" + default "NIBBLE" config ZMK_USB default y |