From 911cd8837cc9374253e59586e755c4d8ef659f96 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Fri, 9 Apr 2021 13:50:04 +0700 Subject: [PATCH] Nit. --- Controllers/QMKRGBMatrixController/QMKRGBMatrixController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.h b/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.h index cf46b7cca..7439a6877 100644 --- a/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.h +++ b/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.h @@ -141,7 +141,7 @@ private: std::map QMKKeycodeToKeyNameMap { { 0, "" }, - { 1, "" }, + { 1, "Right Fn" }, { 2, "Right Fn" }, { 3, "" }, { 4, "A" },