Skip to content

Commit

Permalink
Updated pw9.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Oct 17, 2024
1 parent e2601bd commit 48f896a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions config/pw9.keymap
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
#include <behaviors.dtsi>
#include <behaviors/keysmash.dtsi>
#include <behaviors/awawa.dtsi>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>

/ {
macros {
keypad_00: keypad_00 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp KP_N0 &kp KP_N0>;
label = "KEYPAD_00";
};
};

keymap {
compatible = "zmk,keymap";

default_layer {
bindings = <
&awawa &keysmash &kp E
&kp A &kp S &kp D
&kp Z &kp X &kp C
&awawa &keysmash &kp E
&kp A &kp S &kp D
&kp Z &kp X &kp C
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
Expand Down

0 comments on commit 48f896a

Please sign in to comment.