Skip to content

Commit

Permalink
Update am_hatsu.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
rain2813 authored Mar 10, 2024
1 parent 2aec904 commit 60ef28a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/am_hatsu.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/ext_power.h>

ZMK_MACRO(layer_color_macro,
wait-ms = <0>;
tap-ms = <0>;
bindings
= <&macro_press &mo 1>
, <&macro_tap &rgb_ug RGB_COLOR_HSB(128,100,100)>
, <&macro_pause_for_release>
, <&macro_release &mo 1>
, <&macro_tap &rgb_ug RGB_COLOR_HSB(300,100,50)>;
)

#define DEFAULT 0
#define NUMBER 1
Expand Down

0 comments on commit 60ef28a

Please sign in to comment.