Skip to content

Commit

Permalink
enable mouse keys (for local build only)
Browse files Browse the repository at this point in the history
  • Loading branch information
FearlessSpiff committed Oct 31, 2023
1 parent 17b6cf3 commit 9c97873
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions config/splitkb_aurora_corne.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CONFIG_ZMK_KEYBOARD_NAME="Aurora Corne LP"
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_MAX_PAIRED=7

CONFIG_ZMK_MOUSE=y
9 changes: 5 additions & 4 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 @@ -262,10 +263,10 @@

nav_layer {
bindings = <
________ &kp ESC &lck &run &go_src ________ &kp PG_UP &kp HOME &kp UP &kp END &kp DE_Y ________
________ ________ ________ ________ ________ &kp TAB &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET ________
________ &kp LSHFT ________ ________ &kp TAB ________ ________ ________ ________ ________ &kp DE_SS ________
________ ________ ________ ________ &kp DEL ________
________ &kp ESC &lck &run &go_src ________ &kp PG_UP &kp HOME &kp UP &kp END &kp DE_Y ________
________ ________ &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

0 comments on commit 9c97873

Please sign in to comment.