aboutsummaryrefslogtreecommitdiff
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 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
10void init_ergodox(void); 7void init_ergodox(void);
11 8
12inline void ergodox_board_led_on(void) { DDRB |= (1<<PB7); PORTB |= (1<<PB7); } 9inline void ergodox_board_led_on(void) { DDRB |= (1<<PB7); PORTB |= (1<<PB7); }