Skip to content

Commit

Permalink
try add nice!view configs and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kassio authored Dec 15, 2023
1 parent c30a818 commit 426cd63
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
---
include:
- board: nice_nano_v2
shield: helix_left
shield: helix_left nice_view
- board: nice_nano_v2
shield: helix_right
shield: helix_right nice_view
12 changes: 6 additions & 6 deletions config/helix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# SPDX-License-Identifier: MIT

# Enable NiceView
# CONFIG_ZMK_DISPLAY=y
# CONFIG_ZMK_DISPLAY_INVERT=y
# CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
# CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y
# CONFIG_ZMK_WIDGET_WPM_STATUS=y
# CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY_INVERT=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y
CONFIG_ZMK_WIDGET_WPM_STATUS=y
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
3 changes: 3 additions & 0 deletions config/helix.keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <drivers/gpio.h>
#include <drivers/display.h>
#include <dt-bindings/zmk/ext_power.h>

/ {
keymap {
Expand Down

0 comments on commit 426cd63

Please sign in to comment.