From b92d25220789b3469e4633bb2eb9e9a6d7e24c6e Mon Sep 17 00:00:00 2001 From: ldebritto Date: Sun, 1 Dec 2024 15:25:41 -0300 Subject: [PATCH] Removed ZMK Studio code --- config/cradio-key-positions.dtsi | 7 ------- config/cradio.conf | 5 +---- config/cradio.keymap | 13 ------------- config/west.yml | 2 +- 4 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 config/cradio-key-positions.dtsi diff --git a/config/cradio-key-positions.dtsi b/config/cradio-key-positions.dtsi deleted file mode 100644 index 7be2b8f..0000000 --- a/config/cradio-key-positions.dtsi +++ /dev/null @@ -1,7 +0,0 @@ -#include - -// Assigning suitable kscan and matrix transforms -&cuddlykeyboards_ferris_layout { - transform = <&default_transform>; - kscan = <&kscan0>; -}; \ No newline at end of file diff --git a/config/cradio.conf b/config/cradio.conf index 2a61679..b696700 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -9,7 +9,4 @@ CONFIG_ZMK_SLEEP=y CONFIG_BT_CTLR_TX_PWR_PLUS_8=y # BLE connection improvements -CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y - -# Activating ZMK Studio -# CONFIG_ZMK_STUDIO=y \ No newline at end of file +CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y \ No newline at end of file diff --git a/config/cradio.keymap b/config/cradio.keymap index afce2c1..4bed033 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -3,13 +3,6 @@ #include #include // requires auto-layer module (https://github.com/urob/zmk-auto-layer) -// Assigning suitable kscan and matrix transforms for ZMK Studio -#include -&cuddlykeyboards_ferris_layout { - transform = <&default_transform>; - kscan = <&kscan0>; -}; - #define DEF 0 #define NMT 1 // No-mod-taps for if I regret setting mod-taps and can't access my code or can't update my firmware on the keyboard #define NUM 2 @@ -130,12 +123,6 @@ layers = ; }; - // sys_zmk_studio_unlock { - // key-positions = <26 27 28>; - // bindings = <&studio_unlock>; - // layers = ; - // }; - }; behaviors { diff --git a/config/west.yml b/config/west.yml index 85b6e89..3a35555 100644 --- a/config/west.yml +++ b/config/west.yml @@ -18,4 +18,4 @@ manifest: remote: urob revision: main self: - path: config + path: config \ No newline at end of file