Skip to content

Commit

Permalink
enable mouse and cirque
Browse files Browse the repository at this point in the history
  • Loading branch information
FearlessSpiff committed Nov 2, 2023
1 parent 9c97873 commit a7fd0f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions config/splitkb_aurora_corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ CONFIG_BT_MAX_CONN=7
CONFIG_BT_MAX_PAIRED=7

CONFIG_ZMK_MOUSE=y

CONFIG_PINNACLE=y
CONFIG_I2C=y
5 changes: 3 additions & 2 deletions config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
#define M_END &kp LG(RIGHT)
#define M_PUP &kp LA(UP)
#define M_PDWN &kp LA(DOWN)
#define M_SRCH &kp LG(SPACE)
//#define M_SRCH &kp LG(SPACE)
#define M_MC &kp C_AC_DESKTOP_SHOW_ALL_WINDOWS

&sk {
release-after-ms = <3000>;
Expand Down Expand Up @@ -324,7 +325,7 @@
________ &kp J &kp L &kp U &kp A &kp Q &kp W &kp B &kp D &kp G &kp DE_Z ________
________ C_M_NAV ALT_R CMD_I SFT_E &kp O &kp M SFT_N CMD_T RALT_S ALT_H ________
________ CTL_V &kp X &kp DE_UDIA &kp DE_ADIA &kp DE_ODIA &kp P &kp F &kp COMMA &kp DOT CTL_K ________
M_SRCH Y_M_NUM &kp LSHFT SPACE_M_SYM &kp BSPC &mo MDA
M_MC Y_M_NUM &kp LSHFT SPACE_M_SYM &kp BSPC &mo MDA
>;
};

Expand Down
4 changes: 2 additions & 2 deletions config/west.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
url-base: https://github.com/FearlessSpiff
projects:
- name: zmk
remote: zmkfirmware
revision: main
revision: cirque-trackpad-1116
import: app/west.yml
self:
path: config

0 comments on commit a7fd0f1

Please sign in to comment.