From bb544272bbbd8521124f41ec51429c79d70900e2 Mon Sep 17 00:00:00 2001 From: "Sadegh TABEI (ex- HiddenTower:UbuntuLocalUser)" Date: Fri, 11 Apr 2025 23:15:26 -0400 Subject: [PATCH 1/2] Adds zmk-nice-oled Ref : --- app/west.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/west.yml b/app/west.yml index ce0785e3349..e5021a83272 100644 --- a/app/west.yml +++ b/app/west.yml @@ -4,6 +4,8 @@ manifest: url-base: https://github.com/zephyrproject-rtos - name: zmkfirmware url-base: https://github.com/zmkfirmware + - name: mctechnology17 + url-base: https://github.com/mctechnology17 projects: - name: zephyr remote: zmkfirmware @@ -37,5 +39,8 @@ manifest: revision: 6cb4c283e76209d59c45fbcb218800cd19e9339d path: modules/msgs/zmk-studio-messages remote: zmkfirmware + - name: zmk-nice-oled + remote: mctechnology17 + revision: main self: west-commands: scripts/west-commands.yml From 208a8599b9c6b2e20b56552718983badbc332a37 Mon Sep 17 00:00:00 2001 From: "Sadegh TABEI (ex- HiddenTower:UbuntuLocalUser)" Date: Sun, 13 Apr 2025 18:08:11 -0400 Subject: [PATCH 2/2] Update the gitignore Ref : --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1ef282a9f82..c2c466dd9a9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,7 @@ __pycache__ # clangd app/.cache/ + +# Sadegh +/miryoku_zmk_st +/zmk-nice-oled