Skip to content

Commit

Permalink
debug cms combo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 19, 2023
1 parent 0334a54 commit 0e69898
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <dt-bindings/zmk/keys.h>
#include "../zmk-nodefree-config/helper.h"
#include "../zmk-nodefree-config/keypos_def/keypos_36keys.h"
#include <../config/constants.h>

#undef CONFIG_ZMK_MACRO_DEFAULT_WAIT_MS
#define CONFIG_ZMK_MACRO_DEFAULT_WAIT_MS 30
Expand Down Expand Up @@ -84,5 +85,8 @@ ZMK_BEHAVIOR(CIRC, macro_one_param, bindings = // ^ to input

#define ACC_TIMEOUT 2000

ZMK_COMBO(combo_cap_e_circ_l, &E_CI, LM3 LM1, 1, ACC_TIMEOUT)
ZMK_COMBO(combo_cap_e_circ_r, &CIRC E, LM3 RM1, 1, ACC_TIMEOUT)
// Some dead keys on the OS layout are affected by the shift modifier
// Adding combos to override the shift modifier might solve the issue

ZMK_COMBO(combo_cap_e_circ_l, &CIRC A, LM3 LM1, ACC, ACC_TIMEOUT)
ZMK_COMBO(combo_cap_e_circ_r, &CIRC A, LM3 RM1, ACC, ACC_TIMEOUT)

0 comments on commit 0e69898

Please sign in to comment.