Skip to content

Commit

Permalink
Keymap: Add RGB matrix keypress effects and reduce firmware size. (qm…
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldsd authored and drashna committed Oct 3, 2018
1 parent b9c5030 commit b1c2849
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/model01/keymaps/dshields/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#define RGB_MATRIX_KEYPRESSES
#define RGB_DIGITAL_RAIN_DROPS 18
#define USB_MAX_POWER_CONSUMPTION 100
#define ONESHOT_TAP_TOGGLE 2
Expand Down
2 changes: 2 additions & 0 deletions keyboards/model01/keymaps/dshields/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = no
CONSOLE_ENABLE = no
1 change: 1 addition & 0 deletions keyboards/planck/keymaps/dshields/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#define RGB_MATRIX_KEYPRESSES
#define RGB_DIGITAL_RAIN_DROPS 24
#define USB_MAX_POWER_CONSUMPTION 100
#define ONESHOT_TAP_TOGGLE 2
Expand Down
1 change: 1 addition & 0 deletions keyboards/planck/keymaps/dshields/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ endif
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
COMMAND_ENABLE = no # Commands for debug and configuration
CONSOLE_ENABLE = no # Console for debug(+400)
EXTRAKEY_ENABLE = no
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
API_SYSEX_ENABLE = no

Expand Down

0 comments on commit b1c2849

Please sign in to comment.