summaryrefslogtreecommitdiff
path: root/keyboards/at_at/660m/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/at_at/660m/config.h')
-rw-r--r--keyboards/at_at/660m/config.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/at_at/660m/config.h b/keyboards/at_at/660m/config.h
index 5a53e8c38a..cdb9b81967 100644
--- a/keyboards/at_at/660m/config.h
+++ b/keyboards/at_at/660m/config.h
@@ -17,19 +17,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-/* Ensure we jump to bootloader if the RESET keycode was pressed */
+/* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
/* LSE clock */
#define STM32_LSECLK 32768
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xA22A
-#define PRODUCT_ID 0x6600
-#define DEVICE_VER 0x0001
-#define MANUFACTURER AT-AT
-#define PRODUCT 660M
-
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 16