diff options
| author | Ryan | 2020-03-03 00:56:46 +0100 |
|---|---|---|
| committer | GitHub | 2020-03-03 00:56:46 +0100 |
| commit | bff56aa46c7c89d0e5363e3bbcae78341c069c14 (patch) | |
| tree | c74aeb864160ed252760f826380ab3baca085d96 /keyboards/at_at | |
| parent | ce30cd2a010b7cad383b34432cc28d808a45266d (diff) | |
Remove "ugly hack in usb_main.c" comments (#8296)
Diffstat (limited to 'keyboards/at_at')
| -rw-r--r-- | keyboards/at_at/660m/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/at_at/660m/config.h b/keyboards/at_at/660m/config.h index f9b19c0181..93b58b30af 100644 --- a/keyboards/at_at/660m/config.h +++ b/keyboards/at_at/660m/config.h @@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0xA22A #define PRODUCT_ID 0x6600 #define DEVICE_VER 0x0001 -/* in python2: list(u"whatever".encode('utf-16-le')) */ -/* at most 32 characters or the ugly hack in usb_main.c borks */ #define MANUFACTURER AT-AT #define PRODUCT 660M #define DESCRIPTION 660M Keyboard |