Rename slave_driver_led_driver.[ch] to is31fl3731_driver.[ch]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "led_display.h"
|
||||
#include "slave_drivers/slave_driver_led_driver.h"
|
||||
#include "slave_drivers/is31fl3731_driver.h"
|
||||
#include "layer.h"
|
||||
|
||||
static const uint16_t capitalLetterToSegmentSet[] = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "slave_drivers/slave_driver_led_driver.h"
|
||||
#include "slave_drivers/is31fl3731_driver.h"
|
||||
#include "slave_scheduler.h"
|
||||
#include "led_display.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "slave_scheduler.h"
|
||||
#include "slot.h"
|
||||
#include "main.h"
|
||||
#include "slave_drivers/slave_driver_led_driver.h"
|
||||
#include "slave_drivers/is31fl3731_driver.h"
|
||||
#include "slave_drivers/uhk_module_driver.h"
|
||||
#include "i2c.h"
|
||||
#include "i2c_addresses.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "current_keymap.h"
|
||||
#include "test_states.h"
|
||||
#include "peripherals/test_led.h"
|
||||
#include "slave_drivers/slave_driver_led_driver.h"
|
||||
#include "slave_drivers/is31fl3731_driver.h"
|
||||
#include "slave_drivers/uhk_module_driver.h"
|
||||
#include "led_pwm.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user