From b67ec74b30d043629e6ef4703c0eb946853158e4 Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Thu, 6 Jan 2022 12:21:42 -0500 Subject: [PATCH] select all key on nav layer --- config/boards/shields/hummingbird/hummingbird.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/shields/hummingbird/hummingbird.keymap b/config/boards/shields/hummingbird/hummingbird.keymap index adb1f65..4835e72 100644 --- a/config/boards/shields/hummingbird/hummingbird.keymap +++ b/config/boards/shields/hummingbird/hummingbird.keymap @@ -89,7 +89,7 @@ /* Convenience */ COMBO(esc, &kp ESC, 3 4, DEF_L) COMBO(del, &kp DEL, 13 14, DEF_L) - COMBO(select_all, &kp LC(A), 20 21, NAV_L) + COMBO(select_all, &kp LC(A), 5 6, NAV_L) };