Skip to content

Commit

Permalink
Merge pull request qmk#1268 from priyadi/promethium
Browse files Browse the repository at this point in the history
Promethium keymap update
  • Loading branch information
jackhumbert authored Apr 30, 2017
2 parents 2d732f4 + 343f8d3 commit 29026ec
Show file tree
Hide file tree
Showing 9 changed files with 215 additions and 85 deletions.
15 changes: 15 additions & 0 deletions keyboards/handwired/promethium/color.h
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
44 changes: 22 additions & 22 deletions keyboards/handwired/promethium/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION

#define PS2_INIT_DELAY 3000
#define PS2_MOUSE_INIT_DELAY 2000
#define BATTERY_PIN 9
#define BATTERY_POLL 30000
#define MAX_VOLTAGE 4.2
Expand Down Expand Up @@ -205,17 +205,17 @@ enum led_sequence {
LED_RSFT,
LED_RCTL,

LED_RGUI,
LED_RALT,
LED_SLSH,
LED_SCLN,
LED_P,

LED_O,
LED_L,
LED_DOT,
LED_RALT,
LED_RGUI,

LED_EMOJI,
LED_GREEK,
LED_COMM,
LED_K,
LED_I,
Expand All @@ -234,35 +234,35 @@ enum led_sequence {
LED_TRACKPOINT2,
LED_TRACKPOINT1,

LED_LSPC,
LED_B,
LED_G,
LED_T,
LED_G,
LED_B,
LED_LSPC,

LED_R,
LED_F,
LED_V,
LED_NUM,
LED_V,
LED_F,
LED_R,

LED_PUNC,
LED_C,
LED_D,
LED_E,
LED_D,
LED_C,
LED_EMPTY,

LED_W,
LED_S,
LED_LGUI,
LED_X,
LED_LALT,
LED_S,
LED_W,

LED_LGUI,
LED_Z,
LED_A,
LED_Q,
LED_A,
LED_Z,
LED_LALT,

LED_TAB,
LED_ESC,
LED_LSFT,
LED_LCTL,
LED_LSFT,
LED_ESC,
LED_TAB,

LED_TOTAL
};
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/promethium/keymaps/priyadi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#define PREVENT_STUCK_MODIFIERS

#define RGBSPS_ENABLE
#define RGBSPS_DEMO_ENABLE

#define UNICODE_TYPE_DELAY 0

Expand Down
Loading

0 comments on commit 29026ec

Please sign in to comment.