Skip to content

Commit

Permalink
feat: ✨ enable display
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippeMafra committed Dec 29, 2023
1 parent 87f2644 commit de84200
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,22 @@
#
---
include:

# Hillside 46
# Comment out below if you do not have this board, to save build time
# Hillside 46
# Comment out below if you do not have this board, to save build time
- board: nice_nano_v2
shield: hillside46_left
- board: nice_nano_v2
shield: hillside46_right

# Hillside 48
# Comment out below if you do not have this board, to save build time
# Hillside 48
# Comment out below if you do not have this board, to save build time
- board: nice_nano_v2
shield: hillside48_left
shield: hillside48_left oled
- board: nice_nano_v2
shield: hillside48_right
shield: hillside48_right oled

# Hillside 52
# Comment out below if you do not have this board, to save build time
# Hillside 52
# Comment out below if you do not have this board, to save build time
- board: nice_nano_v2
shield: hillside52_left
- board: nice_nano_v2
Expand Down
3 changes: 3 additions & 0 deletions config/hillside48.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y

# Display
CONFIG_ZMK_DISPLAY=y

# Boost the Bluetooth signal as my iPhone has connection issues
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

0 comments on commit de84200

Please sign in to comment.