diff options
author | Joel Challis <git@zvecr.com> | 2024-01-04 06:00:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 06:00:28 +0000 |
commit | c412b7fc423892e16280435387a645fc6e3b2c8a (patch) | |
tree | 7233451ca7f4843a161963f31bb33707e85b9475 /keyboards/boardsource/lulu | |
parent | 5267329caa6ce08a5497d774bae0c8f386220a16 (diff) |
Migrate RGB Matrix config to info.json - B (#22806)
Diffstat (limited to 'keyboards/boardsource/lulu')
-rw-r--r-- | keyboards/boardsource/lulu/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/boardsource/lulu/config.h b/keyboards/boardsource/lulu/config.h deleted file mode 100644 index 537bf0da1c..0000000000 --- a/keyboards/boardsource/lulu/config.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2022 Cole Smith <cole@boadsource.xyz> -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once -#define RGB_MATRIX_LED_COUNT 70 |