upgrade to zmk-helpers v2
This commit is contained in:
parent
e53ec86a09
commit
5488081c65
7 changed files with 12 additions and 13 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "zmk-nodefree-config"]
|
|
||||||
path = zmk-nodefree-config
|
|
||||||
url = https://github.com/urob/zmk-nodefree-config
|
|
|
@ -7,9 +7,9 @@
|
||||||
#define _BT_SEL_KEYS_ &trans &trans &trans &trans &trans
|
#define _BT_SEL_KEYS_ &trans &trans &trans &trans &trans
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../zmk-nodefree-config/helper.h"
|
#include "zmk-helpers/helper.h"
|
||||||
#include "../zmk-nodefree-config/international_chars/greek.dtsi"
|
#include "zmk-helpers/unicode-chars/greek.dtsi"
|
||||||
#include "../zmk-nodefree-config/international_chars/german.dtsi"
|
#include "zmk-helpers/unicode-chars/german.dtsi"
|
||||||
|
|
||||||
#define DEF 0
|
#define DEF 0
|
||||||
#define NAV 1
|
#define NAV 1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* source keypos definitions */
|
/* source key position labels */
|
||||||
#include "../zmk-nodefree-config/keypos_def/keypos_36keys.h"
|
#include "zmk-helpers/key-labels/36.h"
|
||||||
|
|
||||||
/* map Zen's extra keys */
|
/* map Zen's extra keys */
|
||||||
#define X_LH &kp LGUI // thumb row, left
|
#define X_LH &kp LGUI // thumb row, left
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* source keypos definitions */
|
/* source key position labels */
|
||||||
#include "../zmk-nodefree-config/keypos_def/keypos_glv80.h"
|
#include "zmk-helpers/key-labels/glove80.h"
|
||||||
|
|
||||||
/* map the Glove's extra keys */
|
/* map the Glove's extra keys */
|
||||||
#define X_LT \
|
#define X_LT \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* source keypos definitions */
|
/* source key position labels */
|
||||||
#include "../zmk-nodefree-config/keypos_def/keypos_48keys_wide.h"
|
#include "zmk-helpers/key-labels/48_wide.h"
|
||||||
|
|
||||||
/* map Planck's extra keys */
|
/* map Planck's extra keys */
|
||||||
#define X_MT &none &none // top row, middle
|
#define X_MT &none &none // top row, middle
|
||||||
|
|
|
@ -9,5 +9,8 @@ manifest:
|
||||||
remote: urob
|
remote: urob
|
||||||
revision: main
|
revision: main
|
||||||
import: app/west.yml
|
import: app/west.yml
|
||||||
|
- name: zmk-helpers
|
||||||
|
remote: urob
|
||||||
|
revision: v2
|
||||||
self:
|
self:
|
||||||
path: config
|
path: config
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit cee51bb018436b4e6a67fbf40e0d7b764ba75b7b
|
|
Loading…
Add table
Add a link
Reference in a new issue