summaryrefslogtreecommitdiff
path: root/keyboards/hotdox76v2/hotdox76v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hotdox76v2/hotdox76v2.c')
-rw-r--r--keyboards/hotdox76v2/hotdox76v2.c35
1 files changed, 17 insertions, 18 deletions
diff --git a/keyboards/hotdox76v2/hotdox76v2.c b/keyboards/hotdox76v2/hotdox76v2.c
index 15613a36cd..1465e96138 100644
--- a/keyboards/hotdox76v2/hotdox76v2.c
+++ b/keyboards/hotdox76v2/hotdox76v2.c
@@ -29,30 +29,29 @@ led_config_t g_led_config = {
},
{
// LED Index to Physical Position
- {0,0}, {17,0}, {34,0}, {52,0}, {69,0}, {86,0}, {103,0}, \
- {103,13}, {86,13}, {69,13}, {52,13}, {34,13}, {17,13}, {0,13}, \
- {0,26}, {17,26}, {34,26}, {52,26}, {69,26}, {86,26}, \
- {103,38}, {86,38}, {69,38}, {52,38}, {34,38}, {17,38}, {0,38}, \
- {0,51}, {17,51}, {34,51}, {52,51}, {69,51}, \
- {86,64}, {69,64}, {52,64}, {34,64}, {17,64}, {0,64}, \
- {69,64}, {52,64}, {34,64}, {17,64}, {0,64}, \
+ {0,0}, {17,0}, {34,0}, {52,0}, {69,0}, {86,0}, {103,0},
+ {103,13}, {86,13}, {69,13}, {52,13}, {34,13}, {17,13}, {0,13},
+ {0,26}, {17,26}, {34,26}, {52,26}, {69,26}, {86,26},
+ {103,38}, {86,38}, {69,38}, {52,38}, {34,38}, {17,38}, {0,38},
+ {0,51}, {17,51}, {34,51}, {52,51}, {69,51},
+ {86,64}, {69,64}, {52,64}, {34,64}, {17,64}, {0,64},
+ {69,64}, {52,64}, {34,64}, {17,64}, {0,64},
- \
- {224,0}, {207,0}, {190,0}, {172,0}, {155,0}, {138,0}, {121,0}, \
- {121,13}, {138,13}, {155,13}, {172,13}, {190,13}, {207,13}, {224,13}, \
- {224,26}, {207,26}, {190,26}, {172,26}, {155,26}, {138,26}, \
- {121,38}, {138,38}, {155,38}, {172,38}, {190,38}, {207,38}, {224,38}, \
- {224,51}, {207,51}, {190,51}, {172,51}, {155,51}, \
- {138,64}, {155,64}, {172,64}, {190,64}, {207,64}, {224,64}, \
- {155,64}, {172,64}, {190,64}, {207,64}, {224,64}\
+ {224,0}, {207,0}, {190,0}, {172,0}, {155,0}, {138,0}, {121,0},
+ {121,13}, {138,13}, {155,13}, {172,13}, {190,13}, {207,13}, {224,13},
+ {224,26}, {207,26}, {190,26}, {172,26}, {155,26}, {138,26},
+ {121,38}, {138,38}, {155,38}, {172,38}, {190,38}, {207,38}, {224,38},
+ {224,51}, {207,51}, {190,51}, {172,51}, {155,51},
+ {138,64}, {155,64}, {172,64}, {190,64}, {207,64}, {224,64},
+ {155,64}, {172,64}, {190,64}, {207,64}, {224,64}
},
{
// LED Index to Flag
- 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,\
- 2,2,2,2,2,\
- 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,\
+ 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+ 2,2,2,2,2,
+ 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
2,2,2,2,2
}
};