summary refs log tree commit diff stats
path: root/src/keymaps/soispha/led/translation.h
blob: 0140b79a8cb539a4f8dd830fd81a36a55ab66ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// clang-format off
const uint8_t translation[RGB_MATRIX_LED_COUNT] = {
    0, 5, 10, 15, 20, 25, 29,           65, 61, 56, 51, 46, 41, 36,
    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,
              32, 33, 34,                   70, 69, 68
};
// clang-format on