1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
}

View file

@ -14,4 +14,6 @@ Flashing example for this keyboard ([after setting up the bootloadHID flashing e
make percent/canoe:default:flash
Reset Key: Hold down the key located at K11, commonly programmed as Q while plugging in the keyboard.
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).