diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-04 02:09:30 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 17:09:30 +0100 |
commit | 8574bf20d35b21c7b44ba8550fa11b4d100fdbbd (patch) | |
tree | d2492bc01a53343a1f86e7f49d85726686e3f6f1 /keyboards/handwired | |
parent | a01057d19dfa208fcf5c7cd16689257cb41ac79b (diff) | |
download | qmk_firmware-8574bf20d35b21c7b44ba8550fa11b4d100fdbbd.tar.gz qmk_firmware-8574bf20d35b21c7b44ba8550fa11b4d100fdbbd.zip |
Remove more cruft in keyboard files (#14288)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/dactyl/dactyl.h | 3 | ||||
-rw-r--r-- | keyboards/handwired/frenchdev/frenchdev.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/handwired/dactyl/dactyl.h b/keyboards/handwired/dactyl/dactyl.h index d4c38dcfb6..3589e1d3c8 100644 --- a/keyboards/handwired/dactyl/dactyl.h +++ b/keyboards/handwired/dactyl/dactyl.h @@ -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 ) diff --git a/keyboards/handwired/frenchdev/frenchdev.h b/keyboards/handwired/frenchdev/frenchdev.h index 1df3990887..d608fe9f09 100644 --- a/keyboards/handwired/frenchdev/frenchdev.h +++ b/keyboards/handwired/frenchdev/frenchdev.h @@ -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 ) |