New version compatibility
parent
40aadc97ea
commit
238d32cf77
|
@ -1 +0,0 @@
|
||||||
*.gch
|
|
13
config.h
13
config.h
|
@ -139,16 +139,3 @@
|
||||||
// ZSA says: "fixes space cadet rollover issue"
|
// ZSA says: "fixes space cadet rollover issue"
|
||||||
#define DISABLE_SPACE_CADET_ROLLOVER
|
#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
|
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ void set_layer_color(int layer) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void rgb_matrix_indicators_user(void) {
|
void rgb_matrix_indicators_user(void) {
|
||||||
if (g_suspend_state || keyboard_config.disable_layer_led) {
|
if (keyboard_config.disable_layer_led) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,31 +2,7 @@
|
||||||
|
|
||||||
#include "betalupi_ergodox.h"
|
#include "betalupi_ergodox.h"
|
||||||
#include "version.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_russian.h"
|
||||||
//#include "keymap_uk.h"
|
|
||||||
//#include "keymap_estonian.h"
|
|
||||||
//#include "keymap_belgian.h"
|
|
||||||
#include "keymap_us_international.h"
|
#include "keymap_us_international.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -102,7 +78,6 @@
|
||||||
|
|
||||||
|
|
||||||
extern int current_lang;
|
extern int current_lang;
|
||||||
extern bool g_suspend_state;
|
|
||||||
extern rgb_config_t rgb_matrix_config;
|
extern rgb_config_t rgb_matrix_config;
|
||||||
|
|
||||||
void set_lang(int lang);
|
void set_lang(int lang);
|
||||||
|
|
Loading…
Reference in New Issue