Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qmk_firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Atom
qmk_firmware
Commits
fd1a0d67
Commit
fd1a0d67
authored
7 years ago
by
Erez Zukerman
Browse files
Options
Downloads
Patches
Plain Diff
disables Shine LED layer indication for now
parent
05f15b78
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
keyboards/ergodox_ez/config.h
+7
-7
7 additions, 7 deletions
keyboards/ergodox_ez/config.h
with
7 additions
and
7 deletions
keyboards/ergodox_ez/config.h
+
7
−
7
View file @
fd1a0d67
...
...
@@ -88,13 +88,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USB_MAX_POWER_CONSUMPTION 500
// #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 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
*/
/*
* Feature disable options
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment