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

Fix legacy config options within keyboards #17293

Merged
merged 1 commit into from
Jun 2, 2022
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
4 changes: 0 additions & 4 deletions keyboards/fallacy/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
*/
#define LOCKING_RESYNC_ENABLE

/* prevent stuck modifiers
*/
#define PREVENT_STUCK_MODIFIERS

#define RGB_DI_PIN D2
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 14
1 change: 0 additions & 1 deletion keyboards/handwired/brain/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT

//#define PREVENT_STUCK_MODIFIERS
//#define TAPPING_TERM 150
//#define IGNORE_MOD_TAP_INTERRUPT
//#define TAPPING_FORCE_HOLD
Expand Down
3 changes: 0 additions & 3 deletions keyboards/handwired/d48/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
/* Locking resynchronize hack */
// #define LOCKING_RESYNC_ENABLE

/* prevent stuck modifiers */
// #define PREVENT_STUCK_MODIFIERS

/* RGB Underglow */
#ifdef RGBLIGHT_ENABLE
#define RGB_DI_PIN A15
Expand Down
5 changes: 0 additions & 5 deletions keyboards/kapcave/paladinpad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* prevent stuck modifiers */
#define PREVENT_STUCK_MODIFIERS


2 changes: 1 addition & 1 deletion keyboards/shiro/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCING_DELAY 5
#define DEBOUNCE 5

/* define if matrix has ghost (lacks anti-ghosting diodes) */
//#define MATRIX_HAS_GHOST
Expand Down