@ -16,7 +16,6 @@ void setup();
#define TS(X) //Serial.print(micros() );Serial.print("\t");Serial.println(X);
#include <Wire.h>
#include <stdio.h>
#include <math.h>
#include <avr/wdt.h>
@ -46,7 +46,6 @@ void Model01::setup(void) {
leftHandState.all = 0;
rightHandState.all = 0;
Wire.begin();
TWBR=12; // This is 400mhz, which is the fastest we can drive the ATTiny
}
@ -4,7 +4,6 @@
#define HARDWARE_IMPLEMENTATION Model01
#include "KeyboardioScanner.h"
#include "keymap_metadata.h"
#include "key_events.h"