OLED: switch to mctechnology17, add Luna + spaceman, remove unused modules

- 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
This commit is contained in:
afiqzudinhadi 2026-07-08 15:41:23 +08:00
parent bf7305d901
commit 9500a74dac
3 changed files with 6 additions and 28 deletions

View file

@ -4,10 +4,11 @@ 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_ANIMATION_PERIPHERAL_CAT=n -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y
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 ###