summaryrefslogtreecommitdiff
path: root/keyboards/atomic/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atomic/config.h')
-rw-r--r--keyboards/atomic/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/atomic/config.h b/keyboards/atomic/config.h
index 095cac906c..ed839dab04 100644
--- a/keyboards/atomic/config.h
+++ b/keyboards/atomic/config.h
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0001
-#define MANUFACTURER OLKB
-#define PRODUCT Atomic
-
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
@@ -42,7 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define MATRIX_ROW_PINS { D0, D5, B5, B6, C6 }
#define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7, D3, D2, D1 }
-#define UNUSED_PINS
#define BACKLIGHT_PIN B7