Remove references to the Wire library, which the KeyboardioScanner no longer uses

pull/85/head
Jesse Vincent 8 years ago
parent 8dbf70e278
commit 743c6e45d3

@ -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 <Wire.h>
#include "keymap_metadata.h"
#include "key_events.h"

Loading…
Cancel
Save