Skip to content

Commit 9780f60

Browse files
firware updated + readme updated
1 parent 5167d96 commit 9780f60

37 files changed

+42
-22
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ https://github.com/mctechnology17/zmk-config/blob/main/CHANGELOG.txt
88
- [x] dongle_display as modul support
99
- [x] oled display changed 128x32 to 128x64 for xiao
1010
- [x] readme updated
11+
- [x] firmware updated
1112

1213
# FEATURES 0.0.1-beta1 (Aug 22, 2024)
1314
=======================================

README.md

Lines changed: 41 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [DONGLE DESIGNS](#DONGLE-DESIGNS)
2424
- [ZMK STUDIO](#ZMK-STUDIO)
2525
- [MODULE INTEGRATION](#MODULE-INTEGRATION)
26+
- [THIS REPOSITORY AS A MODULE](#THIS-REPOSITORY-AS-A-MODULE)
2627
- [INSPIRATIONS](#INSPIRATIONS)
2728
- [MY OTHER PROJECTS](#MY-OTHER-PROJECTS)
2829

@@ -34,28 +35,7 @@ a modification to your keymap, you can do it with the online [ZMK-STUDIO](https:
3435
- If you already have your corne configured with this repository and want to make
3536
a modification to your keymap, you can do it with the online [keymap-editor](https://nickcoutsos.github.io/keymap-editor/).
3637

37-
- If you already have a repository and you want only the dongle option of this repository with support for `zmk-studio`, just add this repository as a module to your configuration, here is a basic example (just copy and paste into your file `west.yml`):
38-
39-
```yaml
40-
manifest:
41-
remotes:
42-
- name: zmkfirmware
43-
url-base: https://github.com/zmkfirmware
44-
# include corne with dongle pro_micro and xiao compatible
45-
- name: mctechnology17
46-
url-base: https://github.com/mctechnology17
47-
projects:
48-
- name: zmk
49-
remote: zmkfirmware
50-
revision: main
51-
import: app/west.yml
52-
# include corne with dongle pro_micro and xiao compatible
53-
- name: zmk-config
54-
remote: mctechnology17
55-
revision: main
56-
self:
57-
path: config
58-
```
38+
- If you already have a repository and you want only the dongle option of this repository with support for `zmk-studio`, just add this repository as a module to your configuration, look the section [THIS REPOSITORY AS A MODULE](#THIS-REPOSITORY-AS-A-MODULE).
5939

6040
# INTRO
6141

@@ -489,6 +469,45 @@ See module details here for more information and more configurations:
489469
- [nice_oled](https://github.com/mctechnology17/zmk-nice-oled)
490470
- [dongle_display](https://github.com/englmaxi/zmk-dongle-display)
491471
472+
# THIS REPOSITORY AS A MODULE
473+
1. In the `config/west.yml` file, add a new remote and its related project.
474+
```yaml
475+
manifest:
476+
remotes:
477+
- name: zmkfirmware
478+
url-base: https://github.com/zmkfirmware
479+
# include corne with dongle pro_micro and xiao compatible
480+
- name: mctechnology17
481+
url-base: https://github.com/mctechnology17
482+
projects:
483+
- name: zmk
484+
remote: zmkfirmware
485+
revision: main
486+
import: app/west.yml
487+
# include corne with dongle pro_micro and xiao compatible
488+
- name: zmk-config
489+
remote: mctechnology17
490+
revision: main
491+
self:
492+
path: config
493+
```
494+
495+
2. In the `build.yaml` file, add the `corne_dongle_pro_micro` or the `corne_dongle_xiao` shield.
496+
497+
```yaml
498+
---
499+
include:
500+
# example with xiao dongle without display
501+
- board: seeeduino_xiao_ble
502+
shield: corne_dongle_xiao
503+
cmake-args: -DCONFIG_ZMK_KEYBOARD_NAME=\"Xiao_Dongle\" -DCONFIG_ZMK_STUDIO=y
504+
artifact-name: xiao_corne_dongle_xiao
505+
snippet: studio-rpc-usb-uart
506+
# ... the rest of the shields
507+
```
508+
509+
3. Build the firmware, flash it to your keyboard, and enjoy!
510+
492511
# INSPIRATIONS
493512

494513
- [englmaxi/zmk-config](https://github.com/englmaxi/zmk-config)

firmware/nice_corne_dongle_oled.uf2

637 KB
Binary file not shown.
-13.5 KB
Binary file not shown.
Binary file not shown.

firmware/nice_corne_left.uf2

-626 KB
Binary file not shown.

firmware/nice_corne_left_oled.uf2

640 KB
Binary file not shown.
-540 KB
Binary file not shown.
507 KB
Binary file not shown.
509 KB
Binary file not shown.

0 commit comments

Comments
 (0)