implement feedback
This commit is contained in:
parent
b152c118e2
commit
c90b2a98b1
11 changed files with 10 additions and 14 deletions
|
@ -14,12 +14,8 @@ config SPI
|
||||||
config LS0XX
|
config LS0XX
|
||||||
default y
|
default y
|
||||||
|
|
||||||
if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
|
|
||||||
|
|
||||||
config ZMK_WIDGET_WPM_STATUS
|
config ZMK_WIDGET_WPM_STATUS
|
||||||
default y
|
default y if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
|
||||||
|
|
||||||
endif # !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
|
|
||||||
|
|
||||||
endif # ZMK_DISPLAY
|
endif # ZMK_DISPLAY
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,6 @@ id: nice_view
|
||||||
name: nice!view
|
name: nice!view
|
||||||
type: shield
|
type: shield
|
||||||
url: https://nicekeyboards.com/nice-view
|
url: https://nicekeyboards.com/nice-view
|
||||||
requires: [nice_view]
|
requires: [nice_view_header]
|
||||||
features:
|
features:
|
||||||
- display
|
- display
|
||||||
|
|
5
app/boards/shields/nice_view_adapter/Kconfig.shield
Normal file
5
app/boards/shields/nice_view_adapter/Kconfig.shield
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
config SHIELD_NICE_VIEW_ADAPTER
|
||||||
|
def_bool $(shields_list_contains,nice_view_adapter)
|
|
@ -1,9 +1,9 @@
|
||||||
file_format: "1"
|
file_format: "1"
|
||||||
id: nice_view_oled
|
id: nice_view_adapter
|
||||||
name: nice!view
|
name: nice!view
|
||||||
type: shield
|
type: shield
|
||||||
url: https://nicekeyboards.com/nice-view
|
url: https://nicekeyboards.com/nice-view
|
||||||
requires: [i2c_oled]
|
requires: [i2c_oled]
|
||||||
exposes: [nice_view]
|
exposes: [nice_view_header]
|
||||||
features:
|
features:
|
||||||
- display
|
- display
|
|
@ -1,5 +0,0 @@
|
||||||
# Copyright (c) 2022 The ZMK Contributors
|
|
||||||
# SPDX-License-Identifier: MIT
|
|
||||||
|
|
||||||
config SHIELD_NICE_VIEW_OLED
|
|
||||||
def_bool $(shields_list_contains,nice_view_oled)
|
|
|
@ -31,5 +31,5 @@ include:
|
||||||
cmake-args: "-DCONFIG_ZMK_RGB_UNDERGLOW=y -DCONFIG_WS2812_STRIP=y"
|
cmake-args: "-DCONFIG_ZMK_RGB_UNDERGLOW=y -DCONFIG_WS2812_STRIP=y"
|
||||||
nickname: "underglow"
|
nickname: "underglow"
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: lily58_left nice_view_oled nice_view
|
shield: lily58_left nice_view_adapter nice_view
|
||||||
nickname: "niceview"
|
nickname: "niceview"
|
||||||
|
|
Loading…
Add table
Reference in a new issue