Skip to content

Commit

Permalink
Fixed wrong assignment of Fast Recon Verhicle
Browse files Browse the repository at this point in the history
  • Loading branch information
unic8s committed Dec 20, 2024
1 parent ce10c09 commit a0cfa36
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions squareline/SquareLine_Project.sll

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions squareline/SquareLine_Project.spj
Original file line number Diff line number Diff line change
Expand Up @@ -35306,7 +35306,7 @@
{
"nid": 1030,
"strtype": "LABEL/Text",
"strval": "A project by\t\t\t\tOliver G.\t\t\t\t@Gore66\\nErik L.\t\t\t\t\t\t@unic8s",
"strval": "A project by\\nOliver G.\t\t\t\t@Gore66\\nErik L.\t\t\t\t\t\t@unic8s",
"InheritedType": 10
},
{
Expand Down Expand Up @@ -36733,7 +36733,7 @@
"uiExportFolderPath": "C:\\Users\\erikl\\Documents\\Arduino\\sketches\\hd2_macropad",
"projectExportFolderPath": "C:/Users/erikl/Documents/Arduino/sketches/hd2_macropad",
"custom_variable_prefix": "uic",
"backup_cnt": 1696,
"backup_cnt": 1698,
"autosave_cnt": 0,
"lvgl_version": "8.3.11",
"callfuncsexport": "C_FILE",
Expand Down
2 changes: 1 addition & 1 deletion src/sequences.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define INPUT_RIGHT HID_KEY_D


uint8_t sequences[60][8] = {
uint8_t sequences[61][8] = {
// 0
// MG-43 Machine Gun
{INPUT_DOWN,
Expand Down
2 changes: 1 addition & 1 deletion src/sounds.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ char *soundFiles[] = {
"S:assets/sound/weap.wav", // 8 advanced weapon
};

int soundMap[60] = {
int soundMap[61] = {
// WEAPONS
8, // 0 MG-43 Machine Gun
8, // 1 AMR
Expand Down

0 comments on commit a0cfa36

Please sign in to comment.