You cannot 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/quantum/process_keycode
fredizzimo 53ff8a31b6 Merge ChibiOS and LUFA descriptor support (#2362)
* Move lufa descriptor to protocol/usb_descriptor

* Try to compile usb_descriptor on ChibiOS

* Add lufa_utils for ChibiOS

Lufa USB descriptors for ChibiOS

* More lufa_util compatibility fixes

* First compiling version of shared USB descriptor

* Send the usb descriptors

* Fix the CONSOLE output on ChibiOS

* Add errors for unsupported interfaces

* Enable support for vitual serial port USB descriptors

* Implement virtual serial port for ChibiOS

* Cleanup the lufa_utils

Use the default lufa header files

* Add raw hid support for ChibiOS

This is completely untested

* Enable midi compilation on ChibiOS

* Move midi functionality out of lufa.c

* Don't register sysex callback when not needed

* ChibiOS compilation fixes

* Update ChibiOS submodule

* Fix the Midi USB descriptor

It didn't work properly when both Midi and Virtual serial port was enabled.

* Add MIDI support for ChibiOS

* Fix USB descriptor strings on ChibiOS

* Use serial usb driver for raw hid

* Generalize the ChibiOS stream like drivers

This makes the initialization much more simple and eliminates a lot of
the code duplication.

* Convert console output to chibios stream driver

* Fixes for ChibiOS update

* Update the ChibiOS contrib submodule

To include the usb data toggle synchronization fixes

* Fix duplicate reset enumeration on ChibiOS

* Add missing include

* Add number of endpoints check for ChibiOS

* Enable serial USB driver on all keyboards

* Add missing includes when API is enabled withot midi

* Add another missing inlcude
7 years ago
..
process_audio.c adds option for alt pitch standards 7 years ago
process_audio.h fix 'stop_all_notes' naming to be more consistent 8 years ago
process_auto_shift.c Add on/off/toggle keycodes for Auto Shift 7 years ago
process_auto_shift.h Add on/off/toggle keycodes for Auto Shift 7 years ago
process_chording.c Clarify the quantum license (#1042) 8 years ago
process_chording.h Clarify the quantum license (#1042) 8 years ago
process_combo.c Fix process_combo.c compile warning 7 years ago
process_combo.h Clarify the quantum license (#1042) 8 years ago
process_key_lock.c Fix for issue https://github.com/qmk/qmk_firmware/issues/1751 7 years ago
process_key_lock.h Added support for locking One Shot modifiers. 7 years ago
process_leader.c Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with DISABLE_LEADER defined. 7 years ago
process_leader.h Clarify the quantum license (#1042) 8 years ago
process_midi.c Merge ChibiOS and LUFA descriptor support (#2362) 7 years ago
process_midi.h Merge ChibiOS and LUFA descriptor support (#2362) 7 years ago
process_music.c fixes midi compile error 7 years ago
process_music.h fix up midi stuff w/music mode 7 years ago
process_printer.c Fix warnings in process_printer 8 years ago
process_printer.h Fix warnings in process_printer 8 years ago
process_printer_bb.c Fix warnings in process_printer 8 years ago
process_steno.c Allow steno to build when NKRO is not defined. 7 years ago
process_steno.h Add copyright to steno files. 7 years ago
process_tap_dance.c Fixes to get tap dance to fire at proper places (#2272) 7 years ago
process_tap_dance.h Fixes to get tap dance to fire at proper places (#2272) 7 years ago
process_terminal.c Updates send_string functionality, adds terminal feature (#1657) 7 years ago
process_terminal.h Updates send_string functionality, adds terminal feature (#1657) 7 years ago
process_terminal_nop.h Updates send_string functionality, adds terminal feature (#1657) 7 years ago
process_ucis.c Clarify the quantum license (#1042) 8 years ago
process_ucis.h Clarify the quantum license (#1042) 8 years ago
process_unicode.c Fix undefined eeprom warnings in unicode processing 8 years ago
process_unicode.h Clarify the quantum license (#1042) 8 years ago
process_unicode_common.c add UC_OSX_RALT to make unicode use the Right Alt key on OSX 7 years ago
process_unicode_common.h add UC_OSX_RALT to make unicode use the Right Alt key on OSX 7 years ago
process_unicodemap.c add UC_OSX_RALT to make unicode use the Right Alt key on OSX 7 years ago
process_unicodemap.h Clarify the quantum license (#1042) 8 years ago