Remove quantum.h
includes from keyboard code (#23394)
This commit is contained in:
parent
408f6e43cd
commit
c635733a7f
60 changed files with 123 additions and 70 deletions
|
@ -12,13 +12,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 "indicator_leds.h"
|
||||
#include <avr/interrupt.h>
|
||||
#include <avr/io.h>
|
||||
#include <stdbool.h>
|
||||
#include <util/delay.h>
|
||||
#include <stdint.h>
|
||||
#include "indicator_leds.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#define LED_T1H 900
|
||||
#define LED_T1L 600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue