Remove quantum.h includes from keyboard code (#23394)

This commit is contained in:
Ryan
2024-04-03 10:44:25 +11:00
committed by GitHub
parent 408f6e43cd
commit c635733a7f
60 changed files with 123 additions and 70 deletions

View File

@ -3,7 +3,8 @@
#pragma once
#include "quantum.h"
#include <stdint.h>
#include <stdbool.h>
#include "via.h" // only for EEPROM address
#include "satisfaction_keycodes.h"