-
Notifications
You must be signed in to change notification settings - Fork 401
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
4 changed files
with
45 additions
and
1 deletion.
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
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,15 @@ | ||
# Set sleep timeout to 30min (30*60*1000ms) | ||
CONFIG_ZMK_SLEEP=y | ||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000 | ||
|
||
# Combo config, automated by build script | ||
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6 | ||
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3 | ||
|
||
# Bluetooth tweaks | ||
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y | ||
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n | ||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y | ||
CONFIG_BT_MAX_CONN=3 | ||
CONFIG_BT_MAX_PAIRED=3 | ||
|
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,27 @@ | ||
/* source keypos definitions */ | ||
#include "../zmk-nodefree-config/keypos_def/keypos_glv80.h" | ||
|
||
/* map the Glove's extra keys */ | ||
#define X_LT \ | ||
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 \ | ||
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS \ | ||
&kp TAB | ||
#define X_RT &kp BACKSLASH | ||
|
||
#define X_LM &kp ESC | ||
#define X_RM &none | ||
|
||
#define X_LB &none | ||
#define X_MB &none &none &none &none &none &none | ||
#define X_RB &none | ||
|
||
#define X_LH &none &none &none &kp LEFT &kp RIGHT | ||
#define X_MH &none &none | ||
#define X_RH &kp UP &kp DOWN &none &none &none | ||
|
||
/* activate bluetooth */ | ||
#define CONFIG_WIRELESS 1 | ||
|
||
/* source the main keymap */ | ||
#include "base.keymap" | ||
|
Submodule zmk-nodefree-config
updated
from 8506db to 49f52b