diff options
| author | Álvaro A. Volpato <alvaro.volpato@usp.br> | 2020-12-31 09:58:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-31 12:58:59 +0000 |
| commit | 9f690c94b85ce98019e18eba7f079eb0188a8735 (patch) | |
| tree | ca80f802a8a52440a916b8cb60778eeb6789e4a1 /keyboards/mode/eighty/config.h | |
| parent | 6169b47e82b475c629f9a957f8c36ea39e47ea50 (diff) | |
| download | qmk_firmware-9f690c94b85ce98019e18eba7f079eb0188a8735.tar.gz qmk_firmware-9f690c94b85ce98019e18eba7f079eb0188a8735.zip | |
Change PRODUCT_ID descriptors for M80S and M80H (#11371)
* Change PRODUCT_ID descriptors for M80S and M80H
* Update config.h
* Update config.h
* Update config.h
* Remove PRODUCT_ID from root config.h
Diffstat (limited to 'keyboards/mode/eighty/config.h')
| -rw-r--r-- | keyboards/mode/eighty/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/mode/eighty/config.h b/keyboards/mode/eighty/config.h index 99b29de58..d0c61d119 100644 --- a/keyboards/mode/eighty/config.h +++ b/keyboards/mode/eighty/config.h | |||
| @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | /* USB Device descriptor parameter */ | 19 | /* USB Device descriptor parameter */ |
| 20 | #define VENDOR_ID 0x00DE | 20 | #define VENDOR_ID 0x00DE |
| 21 | #define PRODUCT_ID 0x0080 | ||
| 22 | #define MANUFACTURER Mode | 21 | #define MANUFACTURER Mode |
| 23 | #define PRODUCT Eighty | 22 | #define PRODUCT Eighty |
| 24 | 23 | ||
