summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c')
-rw-r--r--keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c b/keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c
index 6931b91a61..44753644b1 100644
--- a/keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c
+++ b/keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c
@@ -50,13 +50,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ,------+------.
* | 8 | 9 |
* ,------+------+------.
- * | 0 | FUNC | RESET|
+ * | 0 | FUNC | QK_BOOT|
* `--------------------'
*/
[_FUNC] = LAYOUT(
BACKLIT,
KC_8, KC_9,
- KC_0, _______, RESET
+ KC_0, _______, QK_BOOT
)