From c97b7ff4e19cd229d73ce73806282d88cc692b3a Mon Sep 17 00:00:00 2001 From: Marco Massarelli <60667061+ceoloide@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:23:41 -0500 Subject: [PATCH] Add Nice!View configuration --- boards/shields/corney_island/corney_island.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/boards/shields/corney_island/corney_island.conf b/boards/shields/corney_island/corney_island.conf index b5d345f..353e2e1 100644 --- a/boards/shields/corney_island/corney_island.conf +++ b/boards/shields/corney_island/corney_island.conf @@ -9,4 +9,11 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) -# CONFIG_ZMK_USB_LOGGING=y \ No newline at end of file +# CONFIG_ZMK_USB_LOGGING=y + +# Uncomment the following lines to enable the Nice!view Display +CONFIG_ZMK_DISPLAY=y +CONFIG_SSD1306=n + +# Uncomment to turn off WPM Status. +# CONFIG_ZMK_WIDGET_WPM_STATUS=n