forked from qmk/qmk_firmware
-
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.
Merge pull request qmk#1268 from priyadi/promethium
Promethium keymap update
- Loading branch information
Showing
9 changed files
with
215 additions
and
85 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,15 @@ | ||
#define COLOR_BLANK 0, 0, 0 | ||
|
||
#define COLOR_BLACK 0, 0, 0 | ||
#define COLOR_WHITE 15,15,15 | ||
#define COLOR_GRAY 7, 7, 7 | ||
|
||
#define COLOR_RED 15, 0, 0 | ||
#define COLOR_GREEN 0,15, 0 | ||
#define COLOR_BLUE 0, 0,15 | ||
|
||
#define COLOR_YELLOW 15,15, 0 | ||
#define COLOR_MAGENTA 15, 0,15 | ||
#define COLOR_CYAN 0,15,15 | ||
|
||
#define COLOR_ORANGE 15, 5, 0 |
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
Oops, something went wrong.