Move includes and add missing rgb include

This commit is contained in:
Manna Harbour 2020-11-10 11:38:54 +11:00
parent 6b6192e253
commit fb25701861
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,3 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include "../miryoku/split_3x6_3.h"
#include "../miryoku/miryoku.dtsi"

View File

@ -743,6 +743,11 @@ layout is mapped onto keyboards with different physical layouts as a subset.
#+BEGIN_SRC C :noweb yes :padline no :tangle miryoku.dtsi
// <<header>>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/rgb.h>
<<table-layer-defines()>>
#define X_NP &none // key is not present

View File

@ -1,5 +1,10 @@
// generated from miryoku_zmk.org -*- 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>
#define BASE 0
#define TAP 1
#define MBO 2