Overview

The Glorious Model O Wireless is a gaming mouse from Glorious Gaming, a company founded in 2014 and known for its focus on enthusiast-grade peripherals [1]. Launched as a wireless iteration of the original Model O, this peripheral targets competitive gamers and esports professionals who require a lightweight, cable-free input device. Its design emphasizes an ambidextrous form factor, distinguishing it from ergonomically contoured right-handed mice, allowing for comfortable use by both left and right-handed players, although side buttons are typically positioned for right-hand thumb access. The mouse incorporates a honeycomb shell structure, which contributes to its low weight of 69 grams, a factor that can reduce fatigue during extended gaming sessions and allow for quicker, less obstructed movements [2]. This design choice also improves airflow, which can mitigate palm sweat.

Connectivity is managed via 2.4 GHz wireless technology, aiming to provide a low-latency connection comparable to wired alternatives. Glorious states that this implementation minimizes input lag, a critical parameter in competitive gaming scenarios where milliseconds can influence outcomes. The internal Glorious BAMF sensor, co-developed with PixArt, offers a maximum tracking speed of 400 IPS and a maximum DPI of 19,000 [3]. This sensor capability is designed to ensure precise tracking across a range of surfaces and sensitivity settings. The mouse also features customizable RGB lighting zones, allowing users to personalize aesthetics through software, and includes G-Skates feet, which are PTFE material designed for low friction glide on mousepads.

The Model O Wireless is positioned within the broader category of lightweight gaming mice, competing with products like the Logitech G Pro X Superlight and Razer Viper Ultimate. Its target audience values both the freedom of wireless operation and the responsiveness necessary for genres such as first-person shooters (FPS) and real-time strategy (RTS). The emphasis on a flexible, lightweight chassis and a reliable wireless connection is central to its utility in demanding gaming environments. Battery life is rated up to 71 hours without RGB lighting, providing extended usage between charges. The mouse also features a braided USB-C charging cable, which can be used for wired play if preferred or when charging.

Key features

  • Glorious BAMF Sensor: Co-developed with PixArt, this optical sensor offers up to 19,000 DPI, 400 IPS tracking speed, and 50G acceleration, designed for precision and responsiveness in competitive gaming [3].
  • 2.4 GHz Wireless Connectivity: Utilizes a dedicated USB dongle for low-latency wireless communication, aiming to provide a stable connection without perceptible lag for professional use [2].
  • Ultra-Lightweight Honeycomb Design: Weighing 69 grams, the perforated shell reduces mass, facilitating quicker mouse movements and reducing user fatigue [2].
  • Ambidextrous Form Factor: Designed to accommodate both left and right-handed users, providing a symmetrical shape for various grip styles.
  • Customizable RGB Lighting: Features three distinct RGB zones that can be configured through Glorious Core software, allowing for aesthetic personalization and synchronization with other Glorious peripherals.
  • G-Skates Feet: Made from 100% pure PTFE, these mouse feet are engineered for minimal friction, providing a smooth glide across various mousepad surfaces [3].
  • Up to 71-Hour Battery Life: Advertised battery performance without active RGB illumination, supporting extended usage sessions [3].
  • Ascended Cord USB-C Cable: A lightweight, flexible braided cable provided for charging and optional wired use, designed to minimize snagging and drag.
  • Omron Mechanical Switches: Equipped with switches rated for 20 million clicks, providing tactile feedback and durability [2].

Pricing

The Glorious Model O Wireless is available at a consistent price point across its distribution channels, reflecting its positioning as a mid-to-high-tier wireless gaming mouse. Pricing may vary slightly by region due to local taxes and shipping.

Model Price (USD) as of 2026-05-07 Source
Glorious Model O Wireless $79.99 - $84.99 Glorious Gaming Product Page

Common integrations

  • Glorious Core Software: This proprietary software suite from Glorious Gaming allows users to customize DPI settings, polling rates, button assignments, RGB lighting effects, and create profiles for different applications or games. It is the primary interface for managing the mouse's advanced features [4].
  • PC Gaming Platforms (e.g., Steam, Epic Games Store): The mouse functions as a standard USB HID device, compatible with any PC gaming platform without specific software integration, relying on its internal memory for stored profiles when Glorious Core is not running.
  • Operating Systems (Windows, macOS, Linux): The Model O Wireless is plug-and-play compatible with modern operating systems, requiring Glorious Core for advanced customizations but functioning with default drivers for basic input.

Alternatives

  • Logitech G Pro X Superlight: A popular choice in esports, known for its extremely low weight (under 63g), long battery life, and Logitech's HERO sensor technology. It's often cited for its minimalist design and performance [5].
  • Razer Viper Ultimate: Features an ambidextrous design, Razer's Focus+ Optical Sensor, and optical mouse switches for fast actuation. It also includes a charging dock for convenience [6].
  • SteelSeries Aerox 3 Wireless: Another lightweight option with a perforated shell, designed for speed and responsiveness, featuring SteelSeries' TrueMove Air sensor and AquaBarrier protection against dust and water [7].
  • Corsair Sabre RGB Pro Wireless: Offers a more traditional ergonomic shape with a high polling rate (up to 2,000 Hz) and Slipstream Wireless technology, targeting users who prefer a slightly heavier mouse with high performance.
  • Pulsar X2V2 Wireless: A lightweight symmetrical mouse that has gained traction in the competitive scene, known for its M4 sensor and focus on raw performance and build quality.

Getting started

The Glorious Model O Wireless is a plug-and-play device for basic functionality. To unlock its full customization potential, including DPI adjustments, RGB effects, and button remapping, the Glorious Core software is required. Below is a conceptual representation of initializing mouse settings via a configuration script, though actual configuration is handled through the graphical Glorious Core application.

# This is illustrative. Actual configuration is done via Glorious Core GUI.
# Example pseudo-code for a configuration profile setup.

# Initialize Glorious Mouse Configuration Profile
function setup_model_o_wireless_profile(profile_name):
    print(f"Setting up profile: {profile_name}")

    # DPI settings
    set_dpi_stage(1, 400)   # Stage 1: 400 DPI
    set_dpi_stage(2, 800)   # Stage 2: 800 DPI (common for FPS)
    set_dpi_stage(3, 1600)  # Stage 3: 1600 DPI (general use)
    set_dpi_stage(4, 3200)  # Stage 4: 3200 DPI
    set_active_dpi_stage(2)

    # Polling Rate
    set_polling_rate("1000Hz")

    # RGB Lighting Effects
    set_rgb_mode("Glorious Mode")
    set_rgb_brightness(75) # 75% brightness
    set_rgb_speed("medium")

    # Button Assignments (example: remap side buttons)
    map_button("side_button_forward", "keyboard_key_G")
    map_button("side_button_backward", "keyboard_key_H")

    # Lift Off Distance (LOD)
    set_lift_off_distance("1mm") # Low LOD for competitive play

    print(f"Profile '{profile_name}' configured successfully.")

# Call the function to set up a gaming profile
setup_model_o_wireless_profile("Esports_FPS_Profile")

Users should download the Glorious Core software from the official Glorious Gaming website, install it, and then connect their Model O Wireless to begin customization. The software provides a graphical user interface for all adjustable parameters.