diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-14 00:47:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-14 00:47:42 +0000 |
commit | 50ff52639f9dcaae3153348ca4f363645c2331b2 (patch) | |
tree | bf11c955715de9329fca8e6c5b6522701dbb30b5 /keyboards/0_sixty/config.h | |
parent | b44c3f92ae312f279f1b8e88ddc1d1336786f4d7 (diff) | |
parent | 30796913913c0f6dc0cce317ad8249de2b602294 (diff) | |
download | qmk_firmware-50ff52639f9dcaae3153348ca4f363645c2331b2.tar.gz qmk_firmware-50ff52639f9dcaae3153348ca4f363645c2331b2.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/0_sixty/config.h')
-rw-r--r-- | keyboards/0_sixty/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/0_sixty/config.h b/keyboards/0_sixty/config.h index 04241b3454..2160ba623e 100644 --- a/keyboards/0_sixty/config.h +++ b/keyboards/0_sixty/config.h @@ -18,15 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ - -#define VENDOR_ID 0x7654 -#define PRODUCT_ID 0x0060 -#define DEVICE_VER 0x0001 - -#define MANUFACTURER ven0mtr0n -#define PRODUCT 0-Sixty - /* key matrix size */ // Rows are doubled-up #define MATRIX_ROWS 5 @@ -40,9 +31,6 @@ /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 -/* indicator leds */ -#define LED_CAPS_LOCK_PIN B6 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |