summaryrefslogtreecommitdiff
path: root/keyboards/ymdk/ymd96/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ymdk/ymd96/config.h')
-rw-r--r--keyboards/ymdk/ymd96/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/ymdk/ymd96/config.h b/keyboards/ymdk/ymd96/config.h
index 73c176ab3f..f4fc0a99c3 100644
--- a/keyboards/ymdk/ymd96/config.h
+++ b/keyboards/ymdk/ymd96/config.h
@@ -16,27 +16,15 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
#pragma once
-/* matrix size */
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 15
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5, B6, B7 }
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-#define LED_NUM_LOCK_PIN D0
-#define LED_CAPS_LOCK_PIN D1
-#define LED_PIN_ON_STATE 0
-
-#define BACKLIGHT_PIN D4
-#define BACKLIGHT_LEVELS 12
-#define BACKLIGHT_BREATHING
-
#define TAPPING_TOGGLE 3
#define USB_MAX_POWER_CONSUMPTION 100