Skip to content

Commit

Permalink
Update NIBBLE keyboard name as per PR feedback
Browse files Browse the repository at this point in the history
- Revert accidental VS code settings change
  • Loading branch information
jaygreco committed Oct 27, 2020
1 parent d90592a commit 1a6fe84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
"files.associations": {
"*.overlay": "dts",
"*.keymap": "dts"
},
"C_Cpp.dimInactiveRegions": false,
"C_Cpp.errorSquiggles": "Disabled"
}
}
}
2 changes: 1 addition & 1 deletion app/boards/shields/nibble/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if SHIELD_NIBBLE

config ZMK_KEYBOARD_NAME
default "NIBBLE_BLE"
default "NIBBLE"

config ZMK_USB
default y
Expand Down

0 comments on commit 1a6fe84

Please sign in to comment.