summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/handwired_binaryplease/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-02-22 11:49:13 +1100
committerGitHub <noreply@github.com>2021-02-22 00:49:13 +0000
commit316dcf49605be88b24e81ed61e6a7659a6c3892f (patch)
treec95b2dcddf088630ac43ae1da86f736ec9b107b2 /keyboards/planck/keymaps/handwired_binaryplease/config.h
parentc1e6febef74936584bf0e3a7ab17480ced13419c (diff)
Clean up some user keymaps specifying MCU (#11966)
Diffstat (limited to 'keyboards/planck/keymaps/handwired_binaryplease/config.h')
-rw-r--r--keyboards/planck/keymaps/handwired_binaryplease/config.h36
1 files changed, 5 insertions, 31 deletions
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/config.h b/keyboards/planck/keymaps/handwired_binaryplease/config.h
index 8cd4fe40a9..abf9f5771f 100644
--- a/keyboards/planck/keymaps/handwired_binaryplease/config.h
+++ b/keyboards/planck/keymaps/handwired_binaryplease/config.h
@@ -1,37 +1,11 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
-#include "../../config.h"
-
-/* USB Device descriptor parameter */
-
-
-
-#undef VENDOR_ID
-#undef PRODUCT_ID
#undef MANUFACTURER
+#define MANUFACTURER binaryplease
#undef PRODUCT
-#undef MATRIX_ROW_PINS
-#undef MATRIX_COL_PINS
-#undef UNUSED_PINS
-#undef BACKLIGHT_PIN
-#undef BACKLIGHT_LEVELS
-
-
-
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6060
-#define MANUFACTURER binaryplease
-#define PRODUCT Teensy_Planck
+#define PRODUCT Teensy_Planck
+#undef MATRIX_ROW_PINS
#define MATRIX_ROW_PINS { D3, D2, D1, D0 }
+#undef MATRIX_COL_PINS
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 }
-#define UNUSED_PINS
-
-#define BACKLIGHT_PIN B7
-
-/* number of backlight levels */
-#define BACKLIGHT_LEVELS 0
-
-
-#endif