glove80
This commit is contained in:
parent
616ffd2ffb
commit
9f9fc0600e
4 changed files with 45 additions and 1 deletions
27
config/glove80.keymap
Normal file
27
config/glove80.keymap
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* source keypos definitions */
|
||||
#include "../zmk-nodefree-config/keypos_def/keypos_glv80.h"
|
||||
|
||||
/* map the Glove's extra keys */
|
||||
#define X_LT \
|
||||
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 \
|
||||
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS \
|
||||
&kp TAB
|
||||
#define X_RT &kp BACKSLASH
|
||||
|
||||
#define X_LM &kp ESC
|
||||
#define X_RM &none
|
||||
|
||||
#define X_LB &none
|
||||
#define X_MB &none &none &none &none &none &none
|
||||
#define X_RB &none
|
||||
|
||||
#define X_LH &none &none &none &kp LEFT &kp RIGHT
|
||||
#define X_MH &none &none
|
||||
#define X_RH &kp UP &kp DOWN &none &none &none
|
||||
|
||||
/* activate bluetooth */
|
||||
#define CONFIG_WIRELESS 1
|
||||
|
||||
/* source the main keymap */
|
||||
#include "base.keymap"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue