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/LowLevel
Dean Camera 3cbdcd3686
Reduce struct name pollution - group typedef struct names by class driver name where appropriate.
15 years ago
..
AudioInput Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 15 years ago
AudioOutput Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 15 years ago
CDC 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. 15 years ago
DualCDC 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. 15 years ago
GenericHID 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. 15 years ago
Joystick 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. 15 years ago
Keyboard 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. 15 years ago
KeyboardMouse 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. 15 years ago
MIDI Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 15 years ago
MassStorage Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset is issued while not processing a command. 15 years ago
Mouse 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. 15 years ago
RNDISEthernet Clean up RNDIS demo type define names. 15 years ago
USBtoSerial Add demos/bootloaders/projects overview to the manual. 15 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