Update canoe:dhertz to use new post-init functions (#9257)

* Update to use new post-init functions

* Update readme so I don't forget reset key again
This commit is contained in:
Dan Hertz
2020-06-02 13:38:56 -07:00
committed by GitHub
parent f1e09dd388
commit eefc05e078
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
};
void matrix_init_keymap(void) {
void keyboard_post_init_user(void) {
rgblight_enable_noeeprom();
rgblight_sethsv_teal();
}