mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 18:55:04 +00:00
Move includes and add missing rgb include
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user