]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/phantom/led.c
adds backlight levels to the satan keyboard (#431)
[qmk_firmware.git] / keyboard / phantom / led.c
index e45cc0964847cd9718dd61612c2cff69dae328a6..b2459c7743395a9d3eeb2497a6ee024b55622772 100644 (file)
@@ -19,8 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "stdint.h"
 #include "led.h"
 
-
-void led_init_ports() {
+void led_init(void) {
     // * Set our LED pins as output
     DDRB |= (1<<6);
        DDRB |= (1<<7);