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 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