Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove more legacy config.h options #21709

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions keyboards/latincompass/latin47ble/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT

#define VIA_HAS_BROKEN_KEYCODES
3 changes: 0 additions & 3 deletions keyboards/latincompass/latin64ble/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE


#define VIA_HAS_BROKEN_KEYCODES
2 changes: 0 additions & 2 deletions keyboards/lily58/r2g/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
//#define SERIAL_USE_MULTI_TRANSACTION


#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 74
Expand Down
18 changes: 0 additions & 18 deletions keyboards/spaceman/pancake/rev1/feather/config.h

This file was deleted.

2 changes: 0 additions & 2 deletions keyboards/tokyokeyboard/alix40/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* Bluetooth */
#define BATTERY_LEVEL_PIN B6

#define VIA_HAS_BROKEN_KEYCODES
3 changes: 0 additions & 3 deletions keyboards/yandrstudio/nz64/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
*/
#pragma once

/* Fix VIA RGB_light */
#define VIA_HAS_BROKEN_KEYCODES

/* RGB Matrix */
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 82
Expand Down
Loading