GITALLER Firmware Update Guide
Download Firmwareโ
Please fully extract before use. Do not run directly from the compressed package.
Firmware Update Guideโ
Extract the firmware package
Extract the downloaded firmware compressed package to a local folder.
Make sure USB is disconnected
Confirm your GITALLER USB cable is unplugged from PC.
Enter firmware update mode
Push START + SELECT button at same time, do not loosen your hand. Plug GITALLER USB cable to PC with your other hand. Then loosen the START + SELECT button.


Open the firmware update program
Open
GITALLER_firmware_APP.exe.
Load firmware file
Click LoadFile button. Find your download folder, select
GITALLER_firmware_V1.0_20200926.bin.

Start update
Click Start button to begin updating. Wait for the progress bar to complete.


Update complete
After success, replug your GITALLER USB cable (Very important).
warningIf not successful, please retry again from Step 3.
After Updating, What's New?โ
WAILING BUTTON Modeโ
The mode is default when you update the firmware, no need to switch.
Push B1+B2+B3+B4+B5+SELECT at same time for 2 seconds, the gyroscope XYZ stops outputting, wailing_up and wailing_down output as two single button signals.

WAILING XYZ Modeโ
The mode is for advanced players. Beginner players please don't use it.
Push B1+B2+B3+B4+B5+START at same time for 2 seconds, wailing_up and wailing_down buttons stop to output, the gyroscope XYZ outputs normally.

What Problem Does It Solve?โ
- At GITADORA trial 1.0, START button is start function, SELECT button is the help function
- When you setup DTXmania, please use WAILING BUTTON mode, wailing_up and wailing_down need to be mapped on DTXmania wailing config
- When you use S tools or B tools, if map XYZ axis, please switch WAILING XYZ mode; if map wailing_up and wailing_down buttons, please switch WAILING BUTTON mode
Key Config at GITADORA trialโ
At GITADORA trial, first button is showed as 0, wailing_up is showed as 10, wailing_down is showed as 11.

Wailing Config at DTXmaniaโ
At DTXmania, first button is showed as 1, wailing_up is showed as 11, wailing_down is showed as 12.

Package Manager Install Exampleโ
- npm
- yarn
- pnpm
- deno
npm install gitaller-tools
yarn add gitaller-tools
pnpm add gitaller-tools
deno add npm:gitaller-tools
If you can't resolve the issue, please feel free to contact us by email. We will provide more help for you.
Style Components Showcaseโ
Below are the available CSS style components for documentation reference.
Reference Link Cardsโ
Link cards with arrow icon and path hint, ideal for referencing related docs at the bottom of a page.
GITALLER Firmware Update Guidegetting-started/gitaller-firmware-guide Quick Startgetting-started/quick-startImage Card Links (Card Link)โ
Cards with cover images, suitable for showcasing game modes or feature modules.

WAILING BUTTON Mode
Default mode, wailing_up and wailing_down output as button signals.

WAILING XYZ Mode
Advanced mode, gyroscope XYZ outputs normally.
Compact Card Links (Card Link Lean)โ
A more compact card variant, suitable for list displays.
Media Galleryโ
Two-column side-by-side image display, ideal for comparisons or showcasing multiple screenshots.


Left: GITADORA trial config / Right: DTXmania config
Hover Linkโ
Dashed underline links with hover tooltip, suitable for term explanations.
This text contains a GITALLER term โ hover to see the tooltip. Also works as a link: Firmware Update Guide.
Subtle Descriptionโ
This is a subtle description text, suitable for secondary notes below titles or content. Smaller font with reduced opacity.
Admonitionsโ
This is a note admonition for general information.
This is a tip admonition for useful suggestions.
This is an info admonition for supplementary information.
This is a warning admonition for cautions.
This is a danger admonition for critical warnings.
Code Block Stylesโ
Shell Commands (auto $ prefix)โ
cd firmware-folder
./GITALLER_firmware_APP.exe
Standard Code Highlightingโ
-- This is a Lua script example
local player = Player()
player:SetName("TestPlayer")
print("Hello from nanos world!")
// JavaScript example
const config = {
name: "GITALLER",
version: "1.0",
buttons: ["B1", "B2", "B3", "B4", "B5"],
};
console.log(config.name);
Collapsible Section (Details)โ
Click to expand details
This is where you can place longer content, collapsed by default.
- Supports Markdown formatting
- Supports bold and
code - Supports lists
Blockquoteโ
This is a blockquote, suitable for emphasis or citations. Docusaurus customizes the background and border styles of blockquotes.
Table Stylesโ
| Button | GITADORA trial | DTXmania |
|---|---|---|
| First button | 0 | 1 |
| wailing_up | 10 | 11 |
| wailing_down | 11 | 12 |
Scripting Iconsโ
Availability and type icons used in API documentation:
Server Only Client Only Both Sides Authority Only
Native Type
Non-Native Type


