-
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
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Source keypos definitions | ||
#include "zmk-helpers/key-labels/34.h" | ||
|
||
#define KEYS_L LT0 LT1 LT2 LT3 LT4 LM0 LM1 LM2 LM3 LM4 LB0 LB1 LB2 LB3 LB4 | ||
#define KEYS_R RT0 RT1 RT2 RT3 RT4 RM0 RM1 RM2 RM3 RM4 RB0 RB1 RB2 RB3 RB4 | ||
// #define KEYS_T LH2 LH1 LH0 RH0 RH1 RH2 - from https://github.com/infused-kim/zmk-config/tree/main/config | ||
#define KEYS_T LH1 LH0 RH0 RH1 | ||
|
||
|
||
/* Enable keymap features that require forks or modules */ | ||
// #define HAS_UROB | ||
|
||
#define HAS_TRI_STATE | ||
#define HAS_MOUSE_KEYS | ||
// #define HAS_MOUSE_TP | ||
// #define HAS_CAPSLOCK | ||
|
||
/* source the main keymap */ | ||
#include "base.keymap" |