forked from mirrors/qmk_userspace
Tidy up backlight header use to avoid build issues (#6714)
This commit is contained in:
parent
251b4fb79d
commit
ad3e4d6c13
9 changed files with 0 additions and 30 deletions
|
@ -1,13 +1,9 @@
|
|||
#ifndef DICHOTOMY_H
|
||||
#define DICHOTOMY_H
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "report.h"
|
||||
#include "pointing_device.h"
|
||||
#include "quantum.h"
|
||||
#include "matrix.h"
|
||||
#include "backlight.h"
|
||||
#include <stddef.h>
|
||||
|
||||
#define red_led_off() PORTF |= (1<<6)
|
||||
#define red_led_on() PORTF &= ~(1<<6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue