diff options
author | Drashna Jaelre <drashna@live.com> | 2018-10-22 10:26:19 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-10-22 14:55:57 -0400 |
commit | 7e99d869deb57251dc15620beff34d5fd53066e4 (patch) | |
tree | ed27b00c76ffc6ac799fa56c2c3e89672094ba0e /keyboards/handwired | |
parent | 00b6f14821f44ead75504e28d7fed26791cb2875 (diff) | |
download | firmware-7e99d869deb57251dc15620beff34d5fd53066e4.tar.gz firmware-7e99d869deb57251dc15620beff34d5fd53066e4.tar.bz2 firmware-7e99d869deb57251dc15620beff34d5fd53066e4.zip |
Remove all of the deprecated RGB defines
Fixes #3641
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/config.h | 4 | ||||
-rw-r--r-- | keyboards/handwired/qc60/proto/config.h | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/handwired/dactyl_manuform/config.h b/keyboards/handwired/dactyl_manuform/config.h index 19cd356d8..320ce3c48 100644 --- a/keyboards/handwired/dactyl_manuform/config.h +++ b/keyboards/handwired/dactyl_manuform/config.h @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 -#define RGBLIGHT_TIMER + #define RGBLED_NUM 12 // Number of LEDs @@ -74,5 +74,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - - diff --git a/keyboards/handwired/qc60/proto/config.h b/keyboards/handwired/qc60/proto/config.h index 81466b019..8c21fa926 100644 --- a/keyboards/handwired/qc60/proto/config.h +++ b/keyboards/handwired/qc60/proto/config.h @@ -10,5 +10,3 @@ /* ws2812 RGB LED */ #define RGB_DI_PIN D3 #define RGBLED_NUM 1 // Number of LEDs -// #define ws2812_PORTREG PORTD -// #define ws2812_DDRREG DDRD |