Skip to content

Commit

Permalink
add mouse keys
Browse files Browse the repository at this point in the history
  • Loading branch information
FearlessSpiff committed Jan 10, 2024
1 parent 58c6d4d commit 52bec32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 7 additions & 6 deletions config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/ext_power.h>
#include <dt-bindings/zmk/outputs.h>
#include <dt-bindings/zmk/mouse.h>
#include "keymap_german.h"

// Layers
Expand Down Expand Up @@ -370,8 +371,8 @@
nav_layer {
bindings = <
________ &kp ESC &lck &run &go_src ________ &kp PG_UP &kp HOME &kp UP &kp END &kp DE_Y ________
________ ________ ________ ________ ________ ________ &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET ________
________ &kp LSHFT ________ ________ ________ ________ ________ ________ ________ ________ &kp DE_SS ________
________ ________ &mkp MCLK ________ ________ ________ &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET ________
________ &kp LSHFT ________ &mkp RCLK &mkp LCLK ________ ________ ________ ________ ________ &kp DE_SS ________
________ ________ ________ ________ &kp DEL ________
>;
};
Expand Down Expand Up @@ -438,8 +439,8 @@
mac_nav_layer {
bindings = <
________ &kp ESC &lck_mac &run &go_src ________ M_PUP M_HME &kp UP M_END &kp DE_Y ________
________ ________ ________ ________ ________ ________ M_PDWN &kp LEFT &kp DOWN &kp RIGHT &kp RET ________
________ &kp LSHFT ________ ________ ________ ________ ________ ________ ________ ________ &kp DE_SS ________
________ ________ &mkp MCLK ________ ________ ________ M_PDWN &kp LEFT &kp DOWN &kp RIGHT &kp RET ________
________ &kp LSHFT ________ &mkp RCLK &mkp LCLK ________ ________ ________ ________ ________ &kp DE_SS ________
________ ________ ________ ________ &kp DEL ________
>;
};
Expand Down Expand Up @@ -505,8 +506,8 @@
game_nav_layer {
bindings = <
________ &kp ESC &lck &run &go_src ________ &kp PG_UP &kp HOME &kp UP &kp END &kp DE_Y ________
________ ________ ________ ________ ________ ________ &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET ________
________ &kp LSHFT ________ ________ ________ ________ ________ ________ ________ ________ &kp DE_SS ________
________ ________ &mkp MCLK ________ ________ ________ &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET ________
________ &kp LSHFT ________ &mkp RCLK &mkp LCLK ________ ________ ________ ________ ________ &kp DE_SS ________
________ ________ ________ ________ &kp DEL ________
>;
};
Expand Down
4 changes: 3 additions & 1 deletion config/splitkb_aurora_corne_right.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ CONFIG_ZMK_KEYBOARD_NAME="Aurora Corne"
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_MAX_CONN=7
CONFIG_BT_MAX_PAIRED=7
CONFIG_BT_CTLR_PHY_2M=n
CONFIG_BT_CTLR_PHY_2M=n

CONFIG_ZMK_MOUSE=y

0 comments on commit 52bec32

Please sign in to comment.