Skip to content

Commit

Permalink
dongle_display!view - oled Adapter support added
Browse files Browse the repository at this point in the history
  • Loading branch information
mctechnology17 committed Jan 3, 2025
1 parent ae477ef commit a5d6700
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ https://github.com/mctechnology17/zmk-config/blob/main/CHANGELOG.txt
=======================================
+ NEW FEATURES
- [x] sofle support
- [x] dongle_display!view support
- [x] oled Adapter support
- [x] readme updated

# FEATURES 0.0.2-beta1 (Dec 19, 2024)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ See module details here for more information and more configurations:
- [nice_view_gem](https://github.com/M165437/nice-view-gem)
- [nice_oled](https://github.com/mctechnology17/zmk-nice-oled)
- [dongle_display](https://github.com/englmaxi/zmk-dongle-display)
- [dongle_display!view](https://github.com/mctechnology17/zmk-dongle-display-view)
- [oled Adapter](https://github.com/mctechnology17/zmk-oled-adapter)
# THIS REPOSITORY AS A MODULE
1. In the `config/west.yml` file, add a new remote and its related project.
Expand Down
11 changes: 9 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,26 @@ include:
cmake-args: -DCONFIG_ZMK_SLEEP=y -DCONFIG_ZMK_IDLE_TIMEOUT=60000
artifact-name: nice_sofle_left_peripheral_oled

# Xiao_Dongle
# Xiao_Dongle + oled adapter
- board: seeeduino_xiao_ble
shield: sofle_dongle_xiao oled_adapter_seeeduino_xiao_ble_128x64 dongle_display
cmake-args: -DCONFIG_ZMK_KEYBOARD_NAME=\"SofleDongle_X\" -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_IDLE_TIMEOUT=60000
artifact-name: xiao_sofle_dongle_xiao_oled
snippet: studio-rpc-usb-uart

# ProMicro_Dongle
# ProMicro_Dongle + dongle_display
- board: nice_nano_v2
shield: sofle_dongle_pro_micro dongle_display
cmake-args: -DCONFIG_ZMK_KEYBOARD_NAME=\"SofleDongle_P\" -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_SLEEP=n -DCONFIG_ZMK_IDLE_TIMEOUT=60000
artifact-name: nice_sofle_dongle_oled
snippet: studio-rpc-usb-uart

# ProMicro_Dongle + dongle_display!view
- board: puchi_ble_v1
shield: sofle_dongle_pro_micro nice_view_adapter dongle_display_view_pro_micro
cmake-args: -DCONFIG_ZMK_KEYBOARD_NAME=\"SofleDongle_PV\" -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_SLEEP=n -DCONFIG_ZMK_IDLE_TIMEOUT=60000
artifact-name: puchi_sofle_dongle_view
snippet: studio-rpc-usb-uart
### SOFLEV2 SOFLEV1 SOFLEPLUS END ###

### SETTINGS_RESET START ###
Expand Down
10 changes: 9 additions & 1 deletion config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ manifest:
# dongle_display
- name: englmaxi
url-base: https://github.com/englmaxi
# nice_oled
# nice_oled - dongle_display!view - oled Adapter
- name: mctechnology17
url-base: https://github.com/mctechnology17
projects:
Expand All @@ -28,5 +28,13 @@ manifest:
- name: zmk-nice-oled
remote: mctechnology17
revision: main
# dongle_display!view
- name: zmk-dongle-display-view
remote: mctechnology17
revision: main
# oled Adapter
- name: zmk-oled-adapter
remote: mctechnology17
revision: main
self:
path: config

0 comments on commit a5d6700

Please sign in to comment.