implement feedback

This commit is contained in:
Nick Winans 2022-09-25 23:29:36 -05:00
parent b152c118e2
commit c90b2a98b1
11 changed files with 10 additions and 14 deletions

View file

@ -14,12 +14,8 @@ config SPI
config LS0XX
default y
if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
config ZMK_WIDGET_WPM_STATUS
default y
endif # !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
default y if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
endif # ZMK_DISPLAY

View file

@ -3,6 +3,6 @@ id: nice_view
name: nice!view
type: shield
url: https://nicekeyboards.com/nice-view
requires: [nice_view]
requires: [nice_view_header]
features:
- display

View 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)

View file

@ -1,9 +1,9 @@
file_format: "1"
id: nice_view_oled
id: nice_view_adapter
name: nice!view
type: shield
url: https://nicekeyboards.com/nice-view
requires: [i2c_oled]
exposes: [nice_view]
exposes: [nice_view_header]
features:
- display

View file

@ -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)

View file

@ -31,5 +31,5 @@ include:
cmake-args: "-DCONFIG_ZMK_RGB_UNDERGLOW=y -DCONFIG_WS2812_STRIP=y"
nickname: "underglow"
- board: nice_nano_v2
shield: lily58_left nice_view_oled nice_view
shield: lily58_left nice_view_adapter nice_view
nickname: "niceview"