Remove more cruft in keyboard files (#14288)

This commit is contained in:
Ryan
2021-09-04 02:09:30 +10:00
committed by GitHub
parent a01057d19d
commit 8574bf20d3
17 changed files with 12 additions and 108 deletions

View File

@@ -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); }