summaryrefslogtreecommitdiff
path: root/keyboards/hotdox
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-04 02:09:30 +1000
committerGitHub <noreply@github.com>2021-09-03 17:09:30 +0100
commit8574bf20d35b21c7b44ba8550fa11b4d100fdbbd (patch)
treed2492bc01a53343a1f86e7f49d85726686e3f6f1 /keyboards/hotdox
parenta01057d19dfa208fcf5c7cd16689257cb41ac79b (diff)
Remove more cruft in keyboard files (#14288)
Diffstat (limited to 'keyboards/hotdox')
-rw-r--r--keyboards/hotdox/hotdox.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/hotdox/hotdox.h b/keyboards/hotdox/hotdox.h
index 0eef4ea790..348ec6b291 100644
--- a/keyboards/hotdox/hotdox.h
+++ b/keyboards/hotdox/hotdox.h
@@ -4,9 +4,6 @@
#include <stdint.h>
#include <stdbool.h>
-#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))
-#define CPU_16MHz 0x00
-
void init_ergodox(void);
inline void ergodox_board_led_on(void) { DDRB |= (1<<PB7); PORTB |= (1<<PB7); }