My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
qmk_firmware/Demos/Device/ClassDriver
Dean Camera 3cbdcd3686 Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
..
AudioInput Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
AudioOutput Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
CDC Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. 16 years ago
DualCDC Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. 16 years ago
GenericHID Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
Joystick Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
Keyboard Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
KeyboardMouse Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
MIDI Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
MassStorage Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. 16 years ago
Mouse Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
RNDISEthernet Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. 16 years ago
USBtoSerial Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. 16 years ago
makefile Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory. 16 years ago