diff options
Diffstat (limited to 'keyboards/flehrad/bigswitch/bigswitch.c')
-rw-r--r-- | keyboards/flehrad/bigswitch/bigswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/flehrad/bigswitch/bigswitch.c b/keyboards/flehrad/bigswitch/bigswitch.c index 32f9f7fab8..987e816ee9 100644 --- a/keyboards/flehrad/bigswitch/bigswitch.c +++ b/keyboards/flehrad/bigswitch/bigswitch.c @@ -14,7 +14,7 @@ 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 "bigswitch.h" +#include "quantum.h" volatile uint8_t runonce = true; static uint16_t my_timer; |