aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bamfk4
diff options
context:
space:
mode:
authorRyan2024-06-17 12:12:26 +0200
committerGitHub2024-06-17 12:12:26 +0200
commit3f44231d2d7889beb87f67035d884daae72eb6f5 (patch)
tree7e3a4e13e4faf53bd8734d3059a777e1042c9477 /keyboards/keebio/bamfk4
parent4864d5afca09cbd4b0bfc7e7cef505ad602b0c9c (diff)
Strip decimals from RGB Matrix layout positions (#23943)
Diffstat (limited to 'keyboards/keebio/bamfk4')
-rw-r--r--keyboards/keebio/bamfk4/bamfk4.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/keebio/bamfk4/bamfk4.c b/keyboards/keebio/bamfk4/bamfk4.c
index 52fe61e39e..757bc03f72 100644
--- a/keyboards/keebio/bamfk4/bamfk4.c
+++ b/keyboards/keebio/bamfk4/bamfk4.c
@@ -10,16 +10,16 @@ led_config_t g_led_config = { {
}, {
// LED Index to Physical Position
//through switch
- { 26.6, 10 }, { 4.3, 10 }, { 3.8, 49.3 }, { 23.3, 49.3 },
- { 69.4, 49.3 }, { 68.9, 10 }, { 90.6, 10 }, { 89.5, 49.3 },
- { 134, 49.3 }, { 132.9, 10 }, { 155.7, 10 }, { 155.1, 49.3 },
- { 199.6, 49.3 }, { 199.6, 10 }, { 219.1, 10 }, { 219.1, 49.3 },
+ { 26, 10 }, { 4, 10 }, { 3, 49 }, { 23, 49 },
+ { 69, 49 }, { 68, 10 }, { 90, 10 }, { 89, 49 },
+ { 134, 49 }, { 132, 10 }, { 155, 10 }, { 155, 49 },
+ { 199, 49 }, { 199, 10 }, { 219, 10 }, { 219, 49 },
//underglow
- { 218, 62.2 }, { 188.7, 62.2 }, { 159.5, 62.2 }, { 123.7, 62.2 }, //bottom right
- { 100.3, 62.2 }, { 59.1, 62.2 }, { 35.3, 62.2 }, { 5.4, 62.2 }, //bottom left
- { 6, 6.4 }, { 35.3, 6.4 }, { 59.1, 6.4 }, { 100.3, 6.4 }, //top left
- { 123.7, 6.4 }, { 159.5, 6.4 }, { 188.7, 6.4 }, { 218, 6.4 } //top right
+ { 218, 62 }, { 188, 62 }, { 159, 62 }, { 123, 62 }, //bottom right
+ { 100, 62 }, { 59, 62 }, { 35, 62 }, { 5, 62 }, //bottom left
+ { 6, 6 }, { 35, 6 }, { 59, 6 }, { 100, 6 }, //top left
+ { 123, 6 }, { 159, 6 }, { 188, 6 }, { 218, 6 } //top right
}, {
// LED Index to Flag
4, 4, 4, 4,