mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
This commit is contained in:
@@ -17,8 +17,8 @@ all:
|
||||
make -C Magstripe clean
|
||||
make -C Magstripe all
|
||||
|
||||
make -C MissleLauncher clean
|
||||
make -C MissleLauncher all
|
||||
make -C MissileLauncher clean
|
||||
make -C MissileLauncher all
|
||||
|
||||
%:
|
||||
make -C Magstripe $@
|
||||
|
||||
Reference in New Issue
Block a user