Skip to content

Commit

Permalink
Remove includes of config.h (#23760)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored May 21, 2024
1 parent 3400908 commit 1c650aa
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 60 deletions.
3 changes: 0 additions & 3 deletions keyboards/converter/hp_46010a/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "timer.h"
#include <LUFA/Drivers/Peripheral/SPI.h>

#include "config.h"


#ifndef DEBOUNCE
# define DEBOUNCE 5
#endif
Expand Down
7 changes: 1 addition & 6 deletions keyboards/gh60/satan/keymaps/iso_split_rshift/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include "../../config.h"
#pragma once

// only change
#undef WS2812_DI_PIN
#define WS2812_DI_PIN B2

#endif
1 change: 0 additions & 1 deletion keyboards/handwired/owlet60/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "debug.h"
#include "util.h"
#include "matrix.h"
#include "config.h"
#include "timer.h"

#if (MATRIX_COLS <= 8)
Expand Down
1 change: 0 additions & 1 deletion keyboards/handwired/xealous/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "util.h"
#include "matrix.h"
#include "split_util.h"
#include "config.h"
#include "timer.h"

// Copy this code to split_common/matrix.c,
Expand Down
1 change: 0 additions & 1 deletion keyboards/kinesis/alvicstep/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "util.h"
#include "matrix.h"
#include "led.h"
#include "config.h"

#ifndef DEBOUNCE
# define DEBOUNCE 5
Expand Down
24 changes: 0 additions & 24 deletions keyboards/knops/mini/keymaps/default-gsm-newbs/config.h

This file was deleted.

24 changes: 0 additions & 24 deletions keyboards/wilba_tech/rama_works_m6_a/keymaps/naut/config.h

This file was deleted.

0 comments on commit 1c650aa

Please sign in to comment.