diff options
| author | Ryan | 2023-06-18 06:39:07 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-18 06:39:07 +0200 |
| commit | b1783db4eacacaf8181cfbce13146db1941486ba (patch) | |
| tree | d464d835a882fa7b2c205eb0b2d73f7ddf0b7145 /keyboards/1k/config.h | |
| parent | 7178645be79510eb623098bccbf1724ff9970edc (diff) | |
Move `RGBLED_NUM` to data driven (#21278)
Diffstat (limited to 'keyboards/1k/config.h')
| -rw-r--r-- | keyboards/1k/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/1k/config.h b/keyboards/1k/config.h index afdc6d4baa..0d0cd3712a 100644 --- a/keyboards/1k/config.h +++ b/keyboards/1k/config.h @@ -15,8 +15,6 @@ */ #pragma once -#define RGBLED_NUM 1 - // Save as much space as we can... #define LAYER_STATE_8BIT #define NO_ACTION_LAYER |