Fix nibble compile error

This commit is contained in:
KemoNine 2021-05-01 20:44:26 +00:00
parent 16cead08ed
commit 505f8dadb2
1 changed files with 4 additions and 4 deletions

View File

@ -41,25 +41,25 @@
timeout-ms = <TIMEOUT_COMBO>; timeout-ms = <TIMEOUT_COMBO>;
key-positions = <34 19 36>; key-positions = <34 19 36>;
bindings = <&tog LAYER_ID_NAV>; bindings = <&tog LAYER_ID_NAV>;
layers = <LAYER_ID_NAV LAYER_ID_FUNC LAYER_ID_MISC>; layers = <LAYER_ID_NAV LAYER_ID_FUNC>;
}; };
combo_layer_navigation_right { combo_layer_navigation_right {
timeout-ms = <TIMEOUT_COMBO>; timeout-ms = <TIMEOUT_COMBO>;
key-positions = <39 24 41>; key-positions = <39 24 41>;
bindings = <&tog LAYER_ID_NAV>; bindings = <&tog LAYER_ID_NAV>;
layers = <LAYER_ID_NAV LAYER_ID_FUNC LAYER_ID_MISC>; layers = <LAYER_ID_NAV LAYER_ID_FUNC>;
}; };
combo_shift_lock_left { combo_shift_lock_left {
timeout-ms = <TIMEOUT_COMBO>; timeout-ms = <TIMEOUT_COMBO>;
key-positions = <19 35>; key-positions = <19 35>;
bindings = <&kt LSHFT>; bindings = <&kt LSHFT>;
layers = <LAYER_ID_NAV LAYER_ID_FUNC LAYER_ID_MISC>; layers = <LAYER_ID_NAV LAYER_ID_FUNC>;
}; };
combo_shift_lock_right { combo_shift_lock_right {
timeout-ms = <TIMEOUT_COMBO>; timeout-ms = <TIMEOUT_COMBO>;
key-positions = <24 40>; key-positions = <24 40>;
bindings = <&kt LSHFT>; bindings = <&kt LSHFT>;
layers = <LAYER_ID_NAV LAYER_ID_FUNC LAYER_ID_MISC>; layers = <LAYER_ID_NAV LAYER_ID_FUNC>;
}; };
}; };