[Keyboard]Remove RGB light implementation of ID67, revert the file structure changes by #15558 (#15854)

This commit is contained in:
peepeetee
2022-04-22 17:36:08 +10:00
committed by GitHub
parent 912e24ba9a
commit ba8b236727
26 changed files with 565 additions and 332 deletions
@@ -0,0 +1,26 @@
/* Copyright 2021 thewerther
*
* 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/>.
*/
/**
* NB! THIS VARIANT DISABLES THE UNDERGLOW LEDs
* FOR BOARDS WITH A SOLID (NON-ACRILIC) BOTTOM
*/
#pragma once
#if defined(RGB_MATRIX_ENABLE)
#define ID67_DISABLE_UNDERGLOW
#endif