New version compatibility

master
Mark 2022-07-09 13:35:23 -07:00
parent 40aadc97ea
commit 238d32cf77
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
5 changed files with 2 additions and 41 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*.gch

View File

@ -139,16 +139,3 @@
// ZSA says: "fixes space cadet rollover issue"
#define DISABLE_SPACE_CADET_ROLLOVER
// Disable unnecessary features
//#define NO_DEBUG
//#define NO_PRINT
//#define DEBUG_MATRIX_SCAN_RATE
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION

View File

@ -93,7 +93,7 @@ void set_layer_color(int layer) {
}
void rgb_matrix_indicators_user(void) {
if (g_suspend_state || keyboard_config.disable_layer_led) {
if (keyboard_config.disable_layer_led) {
return;
}

View File

@ -2,31 +2,7 @@
#include "betalupi_ergodox.h"
#include "version.h"
//#include "keymap_german.h"
//#include "keymap_nordic.h"
//#include "keymap_french.h"
//#include "keymap_spanish.h"
//#include "keymap_hungarian.h"
//#include "keymap_swedish.h"
//#include "keymap_br_abnt2.h"
//#include "keymap_canadian_multilingual.h"
//#include "keymap_german_ch.h"
//#include "keymap_jp.h"
//#include "keymap_korean.h"
//#include "keymap_bepo.h"
//#include "keymap_italian.h"
//#include "keymap_slovenian.h"
//#include "keymap_lithuanian_azerty.h"
//#include "keymap_danish.h"
//#include "keymap_norwegian.h"
//#include "keymap_portuguese.h"
//#include "keymap_contributions.h"
//#include "keymap_czech.h"
//#include "keymap_romanian.h"
#include "keymap_russian.h"
//#include "keymap_uk.h"
//#include "keymap_estonian.h"
//#include "keymap_belgian.h"
#include "keymap_us_international.h"
@ -102,7 +78,6 @@
extern int current_lang;
extern bool g_suspend_state;
extern rgb_config_t rgb_matrix_config;
void set_lang(int lang);

View File

@ -33,7 +33,7 @@ API_SYSEX_ENABLE = no
# to save space
MAGIC_ENABLE = no
DEBOUNCE_TYPE = eager_pr
DEBOUNCE_TYPE = sym_eager_pr
SRC += \
matrix.c \