diff options
author | Maarten Dekkers <maartenn2001@gmail.com> | 2017-07-05 17:43:05 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-05 11:48:19 -0400 |
commit | 58139f87e456686eb8765a789ddc8aae9c7c99ce (patch) | |
tree | e2322048ebd8f66b0367ef9cf4ae95d71d869b6f /keyboards/tada68/config.h | |
parent | 684c381aeed2709a689479d4e398e0c7dde600f6 (diff) | |
download | qmk_firmware-58139f87e456686eb8765a789ddc8aae9c7c99ce.tar.gz qmk_firmware-58139f87e456686eb8765a789ddc8aae9c7c99ce.zip |
Fixed arrow up and rgb config
Diffstat (limited to 'keyboards/tada68/config.h')
-rwxr-xr-x | keyboards/tada68/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h index 856509fd04..3e011bc754 100755 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/config.h @@ -63,16 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define BACKLIGHT_LEVELS 4 -/* Underlight configuration - */ - -#define RGB_DI_PIN F5 // See the readme for wiring your ws2812's -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 2 // Number of LEDs -#define RGBLIGHT_HUE_STEP 8 -#define RGBLIGHT_SAT_STEP 8 -#define RGBLIGHT_VAL_STEP 8 - /* * Feature disable options * These options are also useful to firmware size reduction. |