- Switch zmk-nice-oled from KeebMaker fork to mctechnology17 original - Enable WPM Luna dog widget on central (left) half - Disable bongo cat to avoid luna/bongo linker collision (shared globals) - Right peripheral: spaceman animation, disable default cat - Remove unused west.yml deps: zmk-dongle-display, zmk-dongle-display-view, zmk-oled-adapter, KeebMaker remote - Each half shows its own battery % via default battery widget
19 lines
638 B
YAML
19 lines
638 B
YAML
---
|
|
include:
|
|
|
|
### CORNE START ###
|
|
- board: nice_nano_v2
|
|
shield: corne_left nice_oled
|
|
cmake-args: -DCONFIG_NICE_OLED_WIDGET_WPM_BONGO_CAT=n
|
|
artifact-name: nice_corne_left_oled_rgb
|
|
- board: nice_nano_v2
|
|
shield: corne_right nice_oled
|
|
cmake-args: -DCONFIG_NICE_OLED_WIDGET_WPM_BONGO_CAT=n -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_SPACEMAN=y
|
|
artifact-name: nice_corne_right_oled_rgb
|
|
### CORNE END ###
|
|
|
|
### SETTINGS_RESET START ###
|
|
- board: nice_nano_v2
|
|
shield: settings_reset
|
|
artifact-name: nice_settings_reset
|
|
### SETTINGS_RESET END ###
|