diff options
author | Joel Challis <git@zvecr.com> | 2024-01-16 01:03:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 01:03:55 +0000 |
commit | a90b45e8320389160ee1a649ccf95d6d820fd277 (patch) | |
tree | 2a7dbc7cdb6dc5d1ffef7511ad2307ea0a10db8c /keyboards/spaceholdings/nebula68b/hs | |
parent | de6ae3408c798ab38ed09b6c91ae1684121f5ca2 (diff) |
Migrate RGB Matrix config to info.json - RS (#22909)
Diffstat (limited to 'keyboards/spaceholdings/nebula68b/hs')
-rwxr-xr-x | keyboards/spaceholdings/nebula68b/hs/config.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/spaceholdings/nebula68b/hs/config.h b/keyboards/spaceholdings/nebula68b/hs/config.h deleted file mode 100755 index 472798f755..0000000000 --- a/keyboards/spaceholdings/nebula68b/hs/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright 2021 Yiancar - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -#undef RGB_MATRIX_LED_COUNT -#define RGB_MATRIX_LED_COUNT 78 |