mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Remove commented out code
This commit is contained in:
parent
999dca3c0b
commit
1952a82da5
@ -23,9 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
//#define USE_MATRIX_I2C
|
||||
|
||||
/* Select hand configuration */
|
||||
|
||||
// #define MASTER_LEFT
|
||||
// #define MASTER_RIGHT
|
||||
#define EE_HANDS
|
||||
|
||||
#define SSD1306OLED
|
||||
@ -40,14 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#undef RGBLED_NUM
|
||||
// #define RGBLIGHT_ANIMATIONS
|
||||
|
||||
// #undef RGBLIGHT_EFFECT_CHRISTMAS
|
||||
// #undef RGBLIGHT_EFFECT_KNIGHT
|
||||
// #undef RGBLIGHT_EFFECT_RGB_TEST
|
||||
// #undef RGBLIGHT_EFFECT_SNAKE
|
||||
|
||||
// #define RGBLIGHT_EFFECT_ALTERNATING
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
@ -75,9 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define OLED_FONT_H "keyboards/crkbd/keymaps/rpbaptist/glcdfont.c"
|
||||
|
||||
// #define LCPO_KEYS KC_LCTL, KC_RSFT, KC_COMM
|
||||
// #define RCPC_KEYS KC_RCTL, KC_RSFT, KC_DOT
|
||||
|
||||
#define NO_ACTION_FUNCTION
|
||||
#define NO_ACTION_MACRO
|
||||
#define NO_ACTION_ONESHOT
|
||||
|
@ -27,11 +27,8 @@ enum layer_names {
|
||||
|
||||
#define KC_FNTAB LT(_FN, KC_TAB)
|
||||
#define KC_SMSPC LT(_SYM, KC_SPC)
|
||||
|
||||
#define KC_GMSPC LT(_GAMING_EXT, KC_SPC)
|
||||
|
||||
#define KC_LCTLT LCTL_T(KC_LT)
|
||||
|
||||
#define KC_CTGUI LCTL_T(KC_LGUI)
|
||||
#define KC_CTENT RCTL_T(KC_ENT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user