diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-26 10:00:07 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-26 10:00:24 +0200 |
commit | d4cf3208c10158604b1a4eef66908c9d68573164 (patch) | |
tree | edd4ae2a79fb8df73af63cdc6ebe679dcf18dab3 /src/keymaps/soispha/led/translation.h | |
parent | feat(format): Support formatting the new led-layout files (diff) | |
download | qmk_layout-d4cf3208c10158604b1a4eef66908c9d68573164.zip |
fix(led/translation): Fix duplicated `39` char
Diffstat (limited to 'src/keymaps/soispha/led/translation.h')
-rw-r--r-- | src/keymaps/soispha/led/translation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymaps/soispha/led/translation.h b/src/keymaps/soispha/led/translation.h index 0140b79..25adb88 100644 --- a/src/keymaps/soispha/led/translation.h +++ b/src/keymaps/soispha/led/translation.h @@ -4,7 +4,7 @@ const uint8_t translation[RGB_MATRIX_LED_COUNT] = { 1, 6, 11, 16, 21, 26, 30, 66, 62, 57, 52, 47, 42, 37, 2, 7, 12, 17, 22, 27, 31, 67, 63, 58, 53, 48, 43, 38, 3, 8, 13, 18, 23, 28, 64, 59, 54, 49, 44, 39, - 4, 9, 14, 19, 24, 35, 71, 60, 55, 50, 45, 39, + 4, 9, 14, 19, 24, 35, 71, 60, 55, 50, 45, 40, 32, 33, 34, 70, 69, 68 }; // clang-format on |