mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
Move includes and add missing rgb include
This commit is contained in:
parent
6b6192e253
commit
fb25701861
@ -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/split_3x6_3.h"
|
||||||
#include "../miryoku/miryoku.dtsi"
|
#include "../miryoku/miryoku.dtsi"
|
||||||
|
|||||||
@ -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
|
#+BEGIN_SRC C :noweb yes :padline no :tangle miryoku.dtsi
|
||||||
// <<header>>
|
// <<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()>>
|
<<table-layer-defines()>>
|
||||||
|
|
||||||
#define X_NP &none // key is not present
|
#define X_NP &none // key is not present
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
// generated from miryoku_zmk.org -*- buffer-read-only: t -*-
|
// 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 BASE 0
|
||||||
#define TAP 1
|
#define TAP 1
|
||||||
#define MBO 2
|
#define MBO 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user