Remove more cruft in keyboard files (#14288)
This commit is contained in:
parent
a01057d19d
commit
8574bf20d3
17 changed files with 12 additions and 108 deletions
|
@ -7,9 +7,6 @@
|
|||
#include "i2cmaster.h"
|
||||
#include <util/delay.h>
|
||||
|
||||
#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))
|
||||
#define CPU_16MHz 0x00
|
||||
|
||||
#define I2C_ADDR 0b0100000
|
||||
#define I2C_ADDR_WRITE ( (I2C_ADDR<<1) | I2C_WRITE )
|
||||
#define I2C_ADDR_READ ( (I2C_ADDR<<1) | I2C_READ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue