feat(planck): prep for RGB

This commit is contained in:
Louis Orleans 2017-09-21 15:11:36 -07:00
parent 20738aa81e
commit 47d23276af
3 changed files with 11 additions and 2 deletions

View File

@ -28,7 +28,7 @@
- MIDI notes can be sent when in Music mode is on - MIDI notes can be sent when in Music mode is on
*/ */
#define MIDI_BASIC // #define MIDI_BASIC
/* enable advanced MIDI features: /* enable advanced MIDI features:
- MIDI notes can be added to the keymap - MIDI notes can be added to the keymap
@ -41,4 +41,7 @@
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 2 //#define MIDI_TONE_KEYCODE_OCTAVES 2
#define RGB_DI_PIN D7 // The pin the LED strip is connected to
#define RGBLED_NUM 3 // Number of LEDs in your strip
#endif #endif

View File

@ -1 +1 @@
# The DudeOfAwesome's Planck Layout # DudeOfAwesome's Planck Layout

View File

@ -1,3 +1,9 @@
ifndef QUANTUM_DIR ifndef QUANTUM_DIR
include ../../../../Makefile include ../../../../Makefile
endif endif
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
MIDI_ENABLE = no # MIDI controls
AUDIO_ENABLE = yes # Audio output on port C6
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.