diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-08-02 14:02:40 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
| commit | cf4575b94a3c65e6535a159fc71fc885aebc2620 (patch) | |
| tree | 2354f2b7a200e02246a564afefedc32357e62b8e /lib/lufa/Projects/LEDNotifier/LEDMixerApp/Program.cs | |
| parent | 75ee8df19e0f14ba466f41ab673dde2fe2fdae9c (diff) | |
| download | qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.tar.gz qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.zip | |
Fix the LUFA lib to use a submodule instead of just files (#6245)
* Remove LUFA files
* Update descriptions for newer version of LUFA
* Create PR6245.md
* Fix CDC(Serial) type errors
* Fix missed merge conflict for AUDIO_DTYPE_CSInterface
Diffstat (limited to 'lib/lufa/Projects/LEDNotifier/LEDMixerApp/Program.cs')
| -rw-r--r-- | lib/lufa/Projects/LEDNotifier/LEDMixerApp/Program.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/lufa/Projects/LEDNotifier/LEDMixerApp/Program.cs b/lib/lufa/Projects/LEDNotifier/LEDMixerApp/Program.cs deleted file mode 100644 index 8958f86d2..000000000 --- a/lib/lufa/Projects/LEDNotifier/LEDMixerApp/Program.cs +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | using System; | ||
| 2 | using System.Collections.Generic; | ||
| 3 | using System.Linq; | ||
| 4 | using System.Windows.Forms; | ||
| 5 | |||
| 6 | namespace LEDMixer | ||
| 7 | { | ||
| 8 | static class Program | ||
| 9 | { | ||
| 10 | /// <summary> | ||
| 11 | /// The main entry point for the application. | ||
| 12 | /// </summary> | ||
| 13 | [STAThread] | ||
| 14 | static void Main() | ||
| 15 | { | ||
| 16 | Application.EnableVisualStyles(); | ||
| 17 | Application.SetCompatibleTextRenderingDefault(false); | ||
| 18 | Application.Run(new LEDMixer()); | ||
| 19 | } | ||
| 20 | } | ||
| 21 | } | ||
