Skip to content

Commit

Permalink
Try to align with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Rubens committed Jan 16, 2024
1 parent e2748ef commit 904a25f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,25 @@
*/

#include <behaviors.dtsi>
#include <dt-bindings/zmk/backlight.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/backlight.h>

/ {
behaviors {
hm: homerow_mods {
#include "macros.dtsi"
#include "version.dtsi"
#ifndef VERSION_MACRO
macro_ver: macro_ver {
compatible = "zmk,behavior-macro";
label = "macro_version";
#binding-cells = <0>;
bindings = <&kp RET>;
};
#endif

hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
#binding-cells = <2>;
Expand Down

0 comments on commit 904a25f

Please sign in to comment.