diff options
Diffstat (limited to 'keyboards/ergodash')
| -rw-r--r-- | keyboards/ergodash/mini/config.h | 4 | ||||
| -rw-r--r-- | keyboards/ergodash/rev1/config.h | 4 | ||||
| -rw-r--r-- | keyboards/ergodash/rev2/config.h | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/keyboards/ergodash/mini/config.h b/keyboards/ergodash/mini/config.h index a7be1635c..11cff145e 100644 --- a/keyboards/ergodash/mini/config.h +++ b/keyboards/ergodash/mini/config.h | |||
| @@ -73,10 +73,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | 73 | ||
| 74 | /* ws2812 RGB LED */ | 74 | /* ws2812 RGB LED */ |
| 75 | #define RGB_DI_PIN D3 | 75 | #define RGB_DI_PIN D3 |
| 76 | #define RGBLIGHT_TIMER | 76 | |
| 77 | #define RGBLED_NUM 20 // Number of LEDs | 77 | #define RGBLED_NUM 20 // Number of LEDs |
| 78 | #define ws2812_PORTREG PORTD | ||
| 79 | #define ws2812_DDRREG DDRD | ||
| 80 | 78 | ||
| 81 | /* | 79 | /* |
| 82 | * Feature disable options | 80 | * Feature disable options |
diff --git a/keyboards/ergodash/rev1/config.h b/keyboards/ergodash/rev1/config.h index 09dd6604e..d3f3314ee 100644 --- a/keyboards/ergodash/rev1/config.h +++ b/keyboards/ergodash/rev1/config.h | |||
| @@ -63,10 +63,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | 63 | ||
| 64 | /* ws2812 RGB LED */ | 64 | /* ws2812 RGB LED */ |
| 65 | #define RGB_DI_PIN D3 | 65 | #define RGB_DI_PIN D3 |
| 66 | #define RGBLIGHT_TIMER | 66 | |
| 67 | #define RGBLED_NUM 24 // Number of LEDs | 67 | #define RGBLED_NUM 24 // Number of LEDs |
| 68 | #define ws2812_PORTREG PORTD | ||
| 69 | #define ws2812_DDRREG DDRD | ||
| 70 | 68 | ||
| 71 | /* | 69 | /* |
| 72 | * Feature disable options | 70 | * Feature disable options |
diff --git a/keyboards/ergodash/rev2/config.h b/keyboards/ergodash/rev2/config.h index 489afe017..5f9c68991 100644 --- a/keyboards/ergodash/rev2/config.h +++ b/keyboards/ergodash/rev2/config.h | |||
| @@ -70,10 +70,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | 70 | ||
| 71 | /* ws2812 RGB LED */ | 71 | /* ws2812 RGB LED */ |
| 72 | #define RGB_DI_PIN D3 | 72 | #define RGB_DI_PIN D3 |
| 73 | #define RGBLIGHT_TIMER | 73 | |
| 74 | #define RGBLED_NUM 24 // Number of LEDs | 74 | #define RGBLED_NUM 24 // Number of LEDs |
| 75 | #define ws2812_PORTREG PORTD | ||
| 76 | #define ws2812_DDRREG DDRD | ||
| 77 | 75 | ||
| 78 | /* | 76 | /* |
| 79 | * Feature disable options | 77 | * Feature disable options |
