Skip to content

Commit

Permalink
Revert "Toypad is being detected by the game | Merge pull request #1
Browse files Browse the repository at this point in the history
…from SegerEnd/dev"

This reverts commit fa19abc, reversing
changes made to a2ff945.
  • Loading branch information
SegerEnd committed Jan 5, 2025
1 parent 53c8b41 commit f1abe33
Show file tree
Hide file tree
Showing 18 changed files with 617 additions and 1,822 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
dist/*
.vscode
.clang-format
.clangd
.editorconfig
.env
.ufbt
.editorconfig
6 changes: 4 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ App(
name="LEGO Dimensions Toy Pad", # Displayed in menus
apptype=FlipperAppType.EXTERNAL,
entry_point="ldtoypad_app",
stack_size=4 * 1024,
stack_size=2 * 1024,
fap_category="USB",
requires=[
"gui",
"dialogs",
"notifications",
],
# Optional values
order=60,
# fap_version="0.1",
fap_icon="ldtoypad.png", # 10x10 1-bit PNG
fap_description="USB Toy Pad emulator for Lego Dimensions",
fap_author="Seger",
fap_weburl="https://github.com/SegerEnd/Flipper-Zero-LD-Toypad-Emulator",
# fap_weburl="https://github.com/user/ldtoypad",
fap_icon_assets="images", # Image assets to compile for this application
)
25 changes: 0 additions & 25 deletions burtle.c

This file was deleted.

19 changes: 0 additions & 19 deletions burtle.h

This file was deleted.

Loading

0 comments on commit f1abe33

Please sign in to comment.