aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorKOBAYASHI Daisuke <daisuke.koba@gmail.com>2020-06-02 05:29:28 +0900
committerGitHub <noreply@github.com>2020-06-02 06:29:28 +1000
commit5f5a6fff8bf18c85add37cfc303c7116e2753792 (patch)
treed612f20debf11c976f9a796b95d8e48e957e8f23 /layouts
parentf1c33423b07886355c7a06c2bc785dcd22c4e10d (diff)
downloadfirmware-5f5a6fff8bf18c85add37cfc303c7116e2753792.tar.gz
firmware-5f5a6fff8bf18c85add37cfc303c7116e2753792.tar.bz2
firmware-5f5a6fff8bf18c85add37cfc303c7116e2753792.zip
Remove the extra comma in the macro in the community keymap (#9175)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/65_ansi/mechmerlin/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/65_ansi/mechmerlin/keymap.c b/layouts/community/65_ansi/mechmerlin/keymap.c
index 57a1f0116..df75b11f3 100644
--- a/layouts/community/65_ansi/mechmerlin/keymap.c
+++ b/layouts/community/65_ansi/mechmerlin/keymap.c
@@ -51,7 +51,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, EEP_RST, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
),
};