-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak Moonlander keymap (mostly RGB changes)
- Loading branch information
Sukant Hajra
committed
Jan 4, 2024
1 parent
8d2a320
commit a3e9887
Showing
3 changed files
with
137 additions
and
130 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#define ORYX_CONFIGURATOR | ||
#define PERMISSIVE_HOLD | ||
#define TAPPING_FORCE_HOLD | ||
#define QUICK_TAP_TERM 120 |
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,5 @@ | ||
#define MOONLANDER_USER_LEDS | ||
#define ORYX_CONFIGURATOR | ||
#define PERMISSIVE_HOLD | ||
#define TAPPING_FORCE_HOLD | ||
#define MOONLANDER_USER_LEDS | ||
|
||
#define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF | ||
#define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF | ||
#define RGBLIGHT_COLOR_LAYER_2 0xFF, 0x00, 0x00 | ||
#define RGBLIGHT_COLOR_LAYER_3 0x00, 0xFF, 0x00 | ||
#define RGBLIGHT_COLOR_LAYER_4 0xFF, 0xFF, 0x00 | ||
#define RGBLIGHT_COLOR_LAYER_5 0x00, 0xFF, 0xFF | ||
#define RGBLIGHT_COLOR_LAYER_6 0xFF, 0x00, 0xFF | ||
#define RGBLIGHT_COLOR_LAYER_7 0xFF, 0xFF, 0xFF | ||
#define QUICK_TAP_TERM 120 | ||
#define RGBLIGHT_SLEEP |
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