miryoku_zmk/miryoku/miryoku.dtsi
2022-06-02 16:03:51 +10:00

38 lines
846 B
Plaintext

// Copyright 2021 Manna Harbour
// https://github.com/manna-harbour/miryoku
// generated -*- buffer-read-only: t -*-
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/outputs.h>
#include "babel/layers.h"
#define U_NP &none // key is not present
#define U_NA &none // present but not available for use
#define U_NU &none // available but not used
#include "babel/clipboard.h"
#ifndef MIRYOKU_MAPPING_TAP
#define MIRYOKU_MAPPING_TAP MIRYOKU_MAPPING
#endif
/ {
behaviors {
hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
#binding-cells = <2>;
tapping_term_ms = <200>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};
};
};
#include "babel/keymap.dtsi"