diff options
Diffstat (limited to 'keyboards/facew/facew.c')
| -rw-r--r-- | keyboards/facew/facew.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/facew/facew.c b/keyboards/facew/facew.c index 9c255c68f..7ec56548b 100644 --- a/keyboards/facew/facew.c +++ b/keyboards/facew/facew.c | |||
| @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 26 | #include <avr/pgmspace.h> | 26 | #include <avr/pgmspace.h> |
| 27 | 27 | ||
| 28 | #include "action_layer.h" | 28 | #include "action_layer.h" |
| 29 | #include "i2c.h" | 29 | #include "i2c_master.h" |
| 30 | #include "quantum.h" | 30 | #include "quantum.h" |
| 31 | 31 | ||
| 32 | #ifdef RGBLIGHT_ENABLE | 32 | #ifdef RGBLIGHT_ENABLE |
| @@ -42,7 +42,7 @@ void rgblight_set(void) { | |||
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | i2c_init(); | 44 | i2c_init(); |
| 45 | i2c_send(0xb0, (uint8_t*)led, 3 * RGBLED_NUM); | 45 | i2c_transmit(0xb0, (uint8_t*)led, 3 * RGBLED_NUM, 100); |
| 46 | } | 46 | } |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
