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/hotdox/hotdox.h | |
parent | a01057d19dfa208fcf5c7cd16689257cb41ac79b (diff) | |
download | qmk_firmware-8574bf20d35b21c7b44ba8550fa11b4d100fdbbd.tar.gz qmk_firmware-8574bf20d35b21c7b44ba8550fa11b4d100fdbbd.zip |
Remove more cruft in keyboard files (#14288)
Diffstat (limited to 'keyboards/hotdox/hotdox.h')
-rw-r--r-- | keyboards/hotdox/hotdox.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/hotdox/hotdox.h b/keyboards/hotdox/hotdox.h index 0eef4ea79..348ec6b29 100644 --- a/keyboards/hotdox/hotdox.h +++ b/keyboards/hotdox/hotdox.h | |||
@@ -4,9 +4,6 @@ | |||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | #include <stdbool.h> | 5 | #include <stdbool.h> |
6 | 6 | ||
7 | #define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n)) | ||
8 | #define CPU_16MHz 0x00 | ||
9 | |||
10 | void init_ergodox(void); | 7 | void init_ergodox(void); |
11 | 8 | ||
12 | inline void ergodox_board_led_on(void) { DDRB |= (1<<PB7); PORTB |= (1<<PB7); } | 9 | inline void ergodox_board_led_on(void) { DDRB |= (1<<PB7); PORTB |= (1<<PB7); } |