Skip to main content

GITALLER Firmware Update Guide

Download Firmwareโ€‹

tip

Please fully extract before use. Do not run directly from the compressed package.

Firmware Update Guideโ€‹

  1. Extract the firmware package

    Extract the downloaded firmware compressed package to a local folder.

  2. Make sure USB is disconnected

    Confirm your GITALLER USB cable is unplugged from PC.

  3. 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.

    Push START + SELECT

    Plug USB

  4. Open the firmware update program

    Open GITALLER_firmware_APP.exe.

    Open app

  5. Load firmware file

    Click LoadFile button. Find your download folder, select GITALLER_firmware_V1.0_20200926.bin.

    Click LoadFile

    Select firmware file

  6. Start update

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

    Click Start

    Waiting progress bar

  7. Update complete

    After success, replug your GITALLER USB cable (Very important).

    Update success

    warning

    If 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 BUTTON mode

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.

WAILING XYZ mode

What Problem Does It Solve?โ€‹

  1. At GITADORA trial 1.0, START button is start function, SELECT button is the help function
  2. When you setup DTXmania, please use WAILING BUTTON mode, wailing_up and wailing_down need to be mapped on DTXmania wailing config
  3. 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.

GITADORA trial config

Wailing Config at DTXmaniaโ€‹

At DTXmania, first button is showed as 1, wailing_up is showed as 11, wailing_down is showed as 12.

DTXmania config

Package Manager Install Exampleโ€‹

npm install gitaller-tools
tip

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.

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-start

Cards with cover images, suitable for showcasing game modes or feature modules.

A more compact card variant, suitable for list displays.

Two-column side-by-side image display, ideal for comparisons or showcasing multiple screenshots.

Left: GITADORA trial config / Right: DTXmania config

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โ€‹

Note

This is a note admonition for general information.

Tip

This is a tip admonition for useful suggestions.

Info

This is an info admonition for supplementary information.

Warning

This is a warning admonition for cautions.

Danger

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โ€‹

server.lua
-- This is a Lua script example
local player = Player()
player:SetName("TestPlayer")
print("Hello from nanos world!")
example.js
// 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โ€‹

ButtonGITADORA trialDTXmania
First button01
wailing_up1011
wailing_down1112

Scripting Iconsโ€‹

Availability and type icons used in API documentation:

Server Only Server Only Client Only Client Only Both Both Sides Authority Authority Only


Native Native Type Not Native Non-Native Type