diff options
Diffstat (limited to 'keyboards/phantom/led.c')
| -rw-r--r-- | keyboards/phantom/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/phantom/led.c b/keyboards/phantom/led.c index b2459c774..69dba7d40 100644 --- a/keyboards/phantom/led.c +++ b/keyboards/phantom/led.c | |||
| @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | #include "stdint.h" | 19 | #include "stdint.h" |
| 20 | #include "led.h" | 20 | #include "led.h" |
| 21 | 21 | ||
| 22 | void led_init(void) { | 22 | void led_init_ports(void) { |
| 23 | // * Set our LED pins as output | 23 | // * Set our LED pins as output |
| 24 | DDRB |= (1<<6); | 24 | DDRB |= (1<<6); |
| 25 | DDRB |= (1<<7); | 25 | DDRB |= (1<<7); |
