1
0
Fork 0

Remove pointless USE_I2C blocks in keyboard headers (#20084)

This commit is contained in:
Ryan 2023-03-11 03:00:30 +11:00 committed by GitHub
parent dc18d9dd85
commit 20dca46924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 0 additions and 276 deletions

View file

@ -4,14 +4,6 @@
#include "quantum.h"
#ifdef USE_I2C
#include <stddef.h>
#ifdef __AVR__
#include <avr/io.h>
#include <avr/interrupt.h>
#endif
#endif
#ifndef FLIP_HALF
// Standard Keymap
// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)