summaryrefslogtreecommitdiff
path: root/keyboards/hotdox/hotdox.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hotdox/hotdox.h')
-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); }