diff options
Diffstat (limited to 'keyboards/keyboardio/model01/leds.c')
-rw-r--r-- | keyboards/keyboardio/model01/leds.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/keyboardio/model01/leds.c b/keyboards/keyboardio/model01/leds.c index b21c1a5c8a..0308887d3b 100644 --- a/keyboards/keyboardio/model01/leds.c +++ b/keyboards/keyboardio/model01/leds.c @@ -13,10 +13,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <quantum.h> -#include <i2c_master.h> -#include <led_tables.h> -#include <rgb_matrix.h> +#include "quantum.h" +#include "i2c_master.h" +#include "led_tables.h" +#include "rgb_matrix.h" #include <string.h> #include "model01.h" |