]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/staryu/staryu.c
[Keyboard] Convert Staryu to use DIRECT_PINS and BACKLIGHT_PINS (#5848)
[qmk_firmware.git] / keyboards / staryu / staryu.c
index 6dcaaea0e859b4b57357380c56195cfecbca4fcd..4adadf20156617b3e115f2270c6e20dbc57192d2 100755 (executable)
@@ -15,12 +15,3 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 #include "staryu.h"
-#include "backlight_staryu.h"
-
-// for keyboard subdirectory level init functions
-// @Override
-void matrix_init_kb(void) {
-  // call user level keymaps, if any
-  init_backlight_led();
-  matrix_init_user();
-}