Remove commented out code

This commit is contained in:
Richard Baptist 2019-07-18 10:05:54 +02:00
parent 999dca3c0b
commit 1952a82da5
No known key found for this signature in database
GPG Key ID: 115D8B1815981F35
2 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -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)