mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-30 02:50:10 -04:00
- Enabled Encoder Mapping, added basic map
- fixed oled orientation, maybe this time will work - added macro to toggle base layer to save keys on config layer
This commit is contained in:
parent
2c0e2a49ba
commit
d997b1aa0b
8 changed files with 51 additions and 19 deletions
|
@ -39,7 +39,9 @@ enum keycodes {
|
|||
TH_QUOT,
|
||||
|
||||
PN_DRGS,
|
||||
PN_PDPI
|
||||
PN_PDPI,
|
||||
|
||||
BASELYR
|
||||
};
|
||||
|
||||
#define ___x___ KC_NO
|
||||
|
@ -186,15 +188,10 @@ enum keycodes {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#define _DEFAULT_LAYER_1 FIRST_DEFAULT_LAYER
|
||||
#define _DEFAULT_LAYER_2 (FIRST_DEFAULT_LAYER + 1)
|
||||
#define _DEFAULT_LAYER_3 (FIRST_DEFAULT_LAYER + 2)
|
||||
#define NUM_BASE_LAYER 3
|
||||
|
||||
#define _NONE_3__________________ ___x___, ___x___, ___x___
|
||||
#define _NONE_5____________________________________ ___x___, ___x___, ___x___, ___x___, ___x___
|
||||
|
@ -283,6 +280,6 @@ enum keycodes {
|
|||
|
||||
#define LAYER_CONFIG \
|
||||
___x___, ___x___, ___x___, ___x___, ___x___, EE_CLR, QK_RBT, QK_BOOT, ___x___, _______, \
|
||||
TR_RTOG, TR_RMOD, ___x___, ___x___, ___x___, ___x___, _SCAG_MODS________________________, \
|
||||
TR_RHUI, TR_RSAI, TR_RVAI, TR_RSPI, GAME, _NONE_5____________________________________, \
|
||||
CLMAKDH, QWERTY, _LAYER_TRANS_R__
|
||||
TR_RTOG, TR_RMOD, ___x___, ___x___, ___x___, BASELYR, _SCAG_MODS________________________, \
|
||||
TR_RHUI, TR_RSAI, TR_RVAI, TR_RSPI, ___x___, _NONE_5____________________________________, \
|
||||
___x___, ___x___, _LAYER_TRANS_R__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue