Skip to content

Commit

Permalink
Revised
Browse files Browse the repository at this point in the history
  • Loading branch information
Patches-weaver committed Dec 19, 2023
1 parent 4226f4d commit 0a51718
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions config/extra_keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@
#endif
#if !defined X_RH // thumb row, right
#define X_RH
#endif

#endif
3 changes: 1 addition & 2 deletions config/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@
#define U_WH_U &mwh SCROLL_UP
#define U_WH_D &mwh SCROLL_DOWN
#define U_WH_L &mwh SCROLL_LEFT
#define U_WH_R &mwh SCROLL_RIGHT

#define U_WH_R &mwh SCROLL_RIGHT
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 5 additions & 6 deletions config/rufous.keymap
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/* source keypos definitions */
#include "../zmk-nodefree-config/keypos_def/keypos_30keys_rufous.h"

/* map Zen's extra keys */
#define X_LH &smart_mouse // thumb row, left
#define X_RH &bs_del // thumb row, right
// /* map Zen's extra keys */
// #define X_LH &smart_mouse // thumb row, left
// #define X_RH &bs_del // thumb row, right

/* source the main keymap */
#include "base.keymap"

/* use 5-column layout for Zen */
/ { chosen { zmk,matrix_transform = &five_column_transform; }; };

// /* use 5-column layout for Zen */
// / { chosen { zmk,matrix_transform = &five_column_transform; }; };

0 comments on commit 0a51718

Please sign in to comment.