aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/percent/canoe/keymaps/dhertz/keymap.c2
-rw-r--r--keyboards/percent/canoe/readme.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/percent/canoe/keymaps/dhertz/keymap.c b/keyboards/percent/canoe/keymaps/dhertz/keymap.c
index bc8a4bca2..7e8170aef 100644
--- a/keyboards/percent/canoe/keymaps/dhertz/keymap.c
+++ b/keyboards/percent/canoe/keymaps/dhertz/keymap.c
@@ -44,7 +44,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
44 ), 44 ),
45}; 45};
46 46
47void matrix_init_keymap(void) { 47void keyboard_post_init_user(void) {
48 rgblight_enable_noeeprom(); 48 rgblight_enable_noeeprom();
49 rgblight_sethsv_teal(); 49 rgblight_sethsv_teal();
50} 50}
diff --git a/keyboards/percent/canoe/readme.md b/keyboards/percent/canoe/readme.md
index d8a496f26..a4a409393 100644
--- a/keyboards/percent/canoe/readme.md
+++ b/keyboards/percent/canoe/readme.md
@@ -14,4 +14,6 @@ Flashing example for this keyboard ([after setting up the bootloadHID flashing e
14 14
15 make percent/canoe:default:flash 15 make percent/canoe:default:flash
16 16
17Reset Key: Hold down the key located at K11, commonly programmed as Q while plugging in the keyboard.
18
17See 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). 19See 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).