-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4226f4d
commit 0a51718
Showing
7 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,5 +41,4 @@ | |
#endif | ||
#if !defined X_RH // thumb row, right | ||
#define X_RH | ||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; }; }; |