Skip to content

Commit

Permalink
Removed ZMK Studio code
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Dec 1, 2024
1 parent 9cb458b commit b92d252
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
7 changes: 0 additions & 7 deletions config/cradio-key-positions.dtsi

This file was deleted.

5 changes: 1 addition & 4 deletions config/cradio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
13 changes: 0 additions & 13 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
#include <dt-bindings/zmk/keys.h>
#include <behaviors/num_word.dtsi> // requires auto-layer module (https://github.com/urob/zmk-auto-layer)

// Assigning suitable kscan and matrix transforms for ZMK Studio
#include <layouts/cuddlykeyboards/ferris.dtsi>
&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
Expand Down Expand Up @@ -130,12 +123,6 @@
layers = <FUN>;
};

// sys_zmk_studio_unlock {
// key-positions = <26 27 28>;
// bindings = <&studio_unlock>;
// layers = <FUN>;
// };

};

behaviors {
Expand Down
2 changes: 1 addition & 1 deletion config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ manifest:
remote: urob
revision: main
self:
path: config
path: config

0 comments on commit b92d252

Please sign in to comment.