10 lines
192 B
C
10 lines
192 B
C
/*
|
|
* Copyright (c) 2024 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#define RGB(com, r, g, b) (com + r)(com + g)(com + b)
|
|
|
|
#define SW(n) ((n - 1) * 18)
|
|
#define CS(n) (n - 1)
|