From 72afe7c9841fbd2356fed3c76486a47c02636071 Mon Sep 17 00:00:00 2001 From: honorless <86894501+lesshonor@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:36:23 -0500 Subject: [PATCH] fix(mechwild/sugarglider): correct custom keycode shortNames --- keyboards/mechwild/puckbuddy/keymaps/vial/vial.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/mechwild/puckbuddy/keymaps/vial/vial.json b/keyboards/mechwild/puckbuddy/keymaps/vial/vial.json index 984bf9ab4a..4a29b3cfdd 100644 --- a/keyboards/mechwild/puckbuddy/keymaps/vial/vial.json +++ b/keyboards/mechwild/puckbuddy/keymaps/vial/vial.json @@ -5,12 +5,12 @@ { "name": "DPI_UP", "title": "Increase the DPI of the touchpad.", - "shortName": "DPI\nDown" + "shortName": "DPI\nUp" }, { "name": "DPI_DN", "title": "Decrease the DPI of the touchpad.", - "shortName": "DPI\nUp" + "shortName": "DPI\nDown" }, { "name": "DPI_FINE",