Advantage 360 pro
This commit is contained in:
parent
8d159ef48a
commit
89e0ef50e1
3 changed files with 132 additions and 1 deletions
34
config/adv360pro.keymap
Normal file
34
config/adv360pro.keymap
Normal file
|
@ -0,0 +1,34 @@
|
|||
/* source keypos definitions */
|
||||
#include "keypos_adv360.h"
|
||||
|
||||
/* map 360's extra keys */
|
||||
#define X_LT &kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &none &none &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS \
|
||||
&kp TAB
|
||||
#define X_MT &none &none
|
||||
#define X_RT &kp BSLH
|
||||
|
||||
#define X_LM &kp ESC
|
||||
#define X_MM &none &none
|
||||
#define X_RM &kp SQT
|
||||
|
||||
#define X_LB &kp LSHFT
|
||||
#define X_RB &kp RSHFT
|
||||
|
||||
#define X_LH &mo 2 &kp GRAVE &kp CAPS &kp LEFT &kp RIGHT &kp UP &kp DOWN &kp LBKT &kp RBKT &mo 2 \
|
||||
&kp LCTRL &kp LALT &kp LGUI &kp RCTRL
|
||||
#define X_MH &kp HOME &kp PG_UP
|
||||
#define X_RH &kp END &kp PG_DN
|
||||
|
||||
/* activate bluetooth */
|
||||
#define CONFIG_WIRELESS 1
|
||||
|
||||
/* leds and backlights */
|
||||
#include <dt-bindings/zmk/rgb.h>
|
||||
#include <dt-bindings/zmk/backlight.h>
|
||||
|
||||
/* source the main keymap */
|
||||
#include "base.keymap"
|
||||
|
||||
/* use urob's layout for Advantage 360 pro */
|
||||
/ { chosen { zmk,matrix_transform = &urobs_transform; }; };
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue