1
0
Fork 0

Remove more cruft in keyboard files (#14288)

This commit is contained in:
Ryan 2021-09-04 02:09:30 +10:00 committed by GitHub
parent a01057d19d
commit 8574bf20d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 12 additions and 108 deletions

View file

@ -6,9 +6,6 @@
#include "i2c_master.h"
#include <util/delay.h>
#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))
#define CPU_16MHz 0x00
// I2C aliases and register addresses (see "mcp23018.md" on tmk repository)
#define I2C_ADDR 0b0100000
#define I2C_ADDR_WRITE ( (I2C_ADDR<<1) | I2C_WRITE )