Spacehuhn
|
ab64ca7453
|
Added product to preferences
|
2023-06-28 13:22:13 +02:00 |
Spacehuhn
|
0bc8e28ec1
|
Added manufacturer to preferences
|
2023-06-28 11:07:37 +02:00 |
Spacehuhn
|
113d8f9d1c
|
Added serial to preferences
|
2023-06-28 11:05:50 +02:00 |
Spacehuhn
|
5a7ddd5845
|
Removed msc_vid, msc_pid, msc_rev
Because it had no affect anyway. There's only one VID and PID used anyway.
|
2023-06-28 10:39:15 +02:00 |
Spacehuhn
|
92c4089d6d
|
Fixed bug with LOOP function
|
2023-06-28 00:01:25 +02:00 |
Spacehuhn
|
8db0a6e881
|
RP2040 Support
|
2023-06-27 16:37:04 +02:00 |
Spacehuhn
|
ef4e77edd5
|
Set poll interval to 2ms
Because why not
|
2023-06-21 16:48:18 +02:00 |
Spacehuhn
|
623820a7b4
|
Fix boot keyboard bug
Some BIOS/UEFI wouldn't allow USB Nova
|
2023-06-20 17:02:20 +02:00 |
Spacehuhn
|
cdac257eba
|
Improved preferences reading
|
2022-11-25 21:11:25 +01:00 |
Spacehuhn
|
6ebea9db50
|
Updated version num
|
2022-11-22 20:36:45 +01:00 |
Spacehuhn
|
ebc363dbea
|
Added JSON schema
|
2022-11-22 20:34:46 +01:00 |
Spacehuhn
|
a67e9f864a
|
Fix preferences load bug
|
2022-11-22 20:23:26 +01:00 |
Spacehuhn
|
9e20e027b7
|
Updated README
|
2022-11-16 18:32:55 +01:00 |
Spacehuhn
|
59a246ed28
|
Print version in script
|
2022-11-16 16:07:36 +01:00 |
Spacehuhn
|
a009f4792a
|
Fix boards.txt filename
|
2022-11-16 15:52:07 +01:00 |
Spacehuhn
|
f27ca20332
|
Readme update
|
2022-11-16 15:51:24 +01:00 |
Spacehuhn
|
02b8943b67
|
Added COMMAND key
|
2022-11-16 13:23:47 +01:00 |
Spacehuhn
|
a875f153a2
|
Add STRINGLN
|
2022-11-16 13:23:39 +01:00 |
Spacehuhn
|
9f662947fd
|
Fix locale names
|
2022-11-16 13:23:26 +01:00 |
Spacehuhn
|
6472b69d50
|
Updated version
|
2022-11-11 12:28:11 +01:00 |
Spacehuhn
|
fca22b6b10
|
Boards.txt for USB Nova
|
2022-11-11 12:26:37 +01:00 |
Spacehuhn
|
b6e60b8fba
|
Delay when run on indicator
|
2022-11-11 12:22:09 +01:00 |
Spacehuhn
|
68f66e1f2a
|
Update default delay and layout before running a script
|
2022-11-11 12:21:33 +01:00 |
Spacehuhn
|
6bd4a56d3e
|
Disabled DEBUG
|
2022-11-11 12:20:15 +01:00 |
Spacehuhn
|
6ace6b9b69
|
Auto create main_script if it doesn't exist
|
2022-11-11 12:19:36 +01:00 |
Spacehuhn
|
aa546e9ca0
|
Setting to disable HID in setup mode
|
2022-11-11 12:13:44 +01:00 |
Spacehuhn
|
64b1b86047
|
Fix bug where preferences.json was never closed
|
2022-11-01 14:26:49 +01:00 |
Spacehuhn
|
2532230c39
|
Fixed run-on-indicator feature
|
2022-10-31 20:53:17 +01:00 |
Stefan Kremser
|
2f79b506a5
|
Fixed issue with DEFAULTDELAY not being recognized
|
2022-10-22 22:11:17 +02:00 |
Spacehuhn
|
e4c5a45014
|
New USB IDs
|
2022-10-07 18:54:45 +02:00 |
Spacehuhn
|
c6e3f89a53
|
Fixed attack crashed on debug
|
2022-07-24 12:57:09 +02:00 |
Spacehuhn
|
f823e92a41
|
Added CLI yoooo
|
2022-07-23 18:14:15 +02:00 |
Spacehuhn
|
ca824905d2
|
Accept BadUSB script via Serial
|
2022-07-21 00:11:14 +02:00 |
Spacehuhn
|
826bb449ff
|
Increased switch debounce
|
2022-07-20 23:32:21 +02:00 |
Spacehuhn
|
e2fe5400f5
|
Added mouse support \o/
|
2022-07-20 23:32:13 +02:00 |
Spacehuhn
|
2a9740d627
|
Task update optimisation
|
2022-07-17 01:21:26 +02:00 |
Spacehuhn
|
8b018f1930
|
Tested last changes, here are needed fixes
|
2022-07-17 00:39:48 +02:00 |
Spacehuhn
|
dff933b16b
|
Initial Delay setting
|
2022-07-17 01:43:15 +02:00 |
Spacehuhn
|
9c0f0a2a35
|
Added blink interval parameter to LED command
|
2022-07-16 16:09:54 +02:00 |
Spacehuhn
|
aece22f9a8
|
Helper functions for color arrays
|
2022-07-16 12:57:53 +02:00 |
Spacehuhn
|
7514380bcd
|
Refactored things
|
2022-07-16 12:44:41 +02:00 |
Spacehuhn
|
4bb7270d81
|
Moved format into msc
|
2022-07-16 11:53:03 +02:00 |
Spacehuhn
|
47342ea053
|
Namespaced parser so it wouldn't collide with SimpleCLI
Stupid compiler. I tried this before but it didn't work because it would have the parser.c file cached without a way to clear the cache.
|
2022-07-16 11:26:03 +02:00 |
Spacehuhn
|
fc751a261f
|
Set attack color in attack start
|
2022-07-16 01:06:39 +02:00 |
Spacehuhn
|
c2a5e47ad2
|
Moved mode into selector module
|
2022-07-16 00:36:31 +02:00 |
Spacehuhn
|
78d5595769
|
Split keyboard module into hid, keyboard and mouse
|
2022-07-15 23:43:51 +02:00 |
Spacehuhn
|
56367c77e0
|
Fixing LSTRING command
|
2022-07-15 00:38:04 +02:00 |
Spacehuhn
|
3dd284d5cb
|
Extending LED command
|
2022-07-15 00:37:55 +02:00 |
Spacehuhn
|
30727bbebb
|
Run script on keyboard indicator led change
|
2022-07-14 22:58:56 +02:00 |
Spacehuhn
|
9c59a2a770
|
Turn off caps lock on start
|
2022-07-14 22:30:00 +02:00 |