]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix a function mismatch that was causing LEDs to not properly initialize
authorTerryMathews <terry@terrymathews.net>
Fri, 8 Jul 2016 07:40:05 +0000 (03:40 -0400)
committerTerryMathews <terry@terrymathews.net>
Fri, 8 Jul 2016 07:40:05 +0000 (03:40 -0400)
commit564c743aa025c094f9c31ba2049aa50e15d76ab7
treeb218c0f58a852bde752a66100e4e46da5ee3e2b3
parentf7a86822266603b8ffd21e9f89ec1de8d4950791
Fix a function mismatch that was causing LEDs to not properly initialize

See #430. Name of function being called at init was updated to
led_init_ports(), but the call itself wasn't renamed.
keyboards/phantom/led.c