Remove quantum.h includes from keyboard custom matrix.cs (#23371)
This commit is contained in:
@@ -14,12 +14,9 @@ GNU General Public License for more details.
|
||||
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 <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "wait.h"
|
||||
#include "util.h"
|
||||
#include "matrix.h"
|
||||
#include "quantum.h"
|
||||
|
||||
// Encoder things
|
||||
#define SWITCH_1 F7
|
||||
|
||||
Reference in New Issue
Block a user