summaryrefslogtreecommitdiff
path: root/keyboards/jian/rev2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jian/rev2/config.h')
-rw-r--r--keyboards/jian/rev2/config.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/jian/rev2/config.h b/keyboards/jian/rev2/config.h
index c142100610..37e8f0458d 100644
--- a/keyboards/jian/rev2/config.h
+++ b/keyboards/jian/rev2/config.h
@@ -17,39 +17,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 6
#define DIODE_DIRECTION COL2ROW
// wiring of each half
#define MATRIX_ROW_PINS { F4, F5, B1, B3 }
#define MATRIX_COL_PINS { D3, D2, B4, F6, F7, B2 }
-#define SOFT_SERIAL_PIN D1
-
//#define EE_HANDS
#define SPLIT_HAND_PIN E6
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
-#define QMK_ESC_OUTPUT D3
-#define QMK_ESC_INPUT B1
-
#define PHYSICAL_LEDS_ENABLE
#define IOS_DEVICE_ENABLE
-#ifdef BACKLIGHT_ENABLE
-#define BACKLIGHT_PIN C6
-#define BACKLIGHT_LEVELS 5
-// #define BACKLIGHT_BREATHING //not working with splits right now
-#define BREATHING_PERIOD 6
-#endif
-
/* ws2812 RGB LED */
#define RGB_DI_PIN D4
#define RGBLIGHT_TIMER