Replies: 1 comment 1 reply
-
Hi, please can you link to your repository so I can see what might be wrong? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into some issues with macros, if I use nickcoutsos' editor, when I try to build, I get
devicetree error: /keymap/default_layer: undefined node label 'MACRO_MM',
using the Kinesis editor I get
devicetree error: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/macros.dtsi:5 (column 17): parse error: expected number or parenthesized expression.
What I'm trying to do should be simple, I'm switching the BT input as well as the layer per machine as I have both Windows and OSX and want to have custom layouts for each. Then tying each machine to the center 1-4 keys.
This is an example of one of my macros.
macro_maclaptop: macro_maclaptop{
compatible = "zmk,behavior-macro";
label = "macro_maclaptop";
#binding-cells = <0>;
bindings = <&bt bt_sel 2>, <&tog 4>;
};
Thoughts? When I spoke to Kinesis, I was told it can't do it and it's an advanced keyboard so maybe I should get the standard model. Been using Kinesis since 1997...
Beta Was this translation helpful? Give feedback.
All reactions