Skip to content

Commit

Permalink
keymap, fixed rgb effect name and deactivate oled (qmk#7953)
Browse files Browse the repository at this point in the history
* added rgblight controls to planck keymap

* fixed knight ridder offset to face me

* no oled for crkbd 'till fixed

* fixed RGB effect name
  • Loading branch information
dsanchezseco authored and mechmerlin committed Jan 21, 2020
1 parent 6f176df commit 37db601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/crkbd/keymaps/dsanchezseco/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

// lower maximum brightness to lower power usage and prevent unresponsiveness
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_LEFT_RIGHT
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_GRADIENT_LEFT_RIGHT

//disable effects
#define DISABLE_RGB_MATRIX_ALPHAS_MODS // Static dual hue speed is hue for secondary hue
Expand Down
2 changes: 1 addition & 1 deletion keyboards/crkbd/keymaps/dsanchezseco/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SRC += ./logo_reader.c

# enable OLED displays
OLED_DRIVER_ENABLE = yes
OLED_DRIVER_ENABLE = no

# enable media keys
EXTRAKEY_ENABLE = yes
Expand Down

0 comments on commit 37db601

Please sign in to comment.