Overview
The Lamzu Atlantis OG V2 is a wireless gaming mouse developed by Lamzu, a company established in 2022 with a focus on high-performance gaming peripherals Lamzu About Us page. This mouse is positioned for competitive gamers and esports professionals who require a lightweight, responsive, and precise input device. Its design emphasizes a symmetrical shape, which can accommodate various grip styles, including claw and fingertip grips, preferred by many competitive FPS players ProSettings mouse grip styles guide. The OG V2 iteration refines the original Atlantis model, incorporating updated internal components and firmware to improve overall performance metrics such as click latency and sensor accuracy.
Key specifications include a PixArt PAW3395 optical sensor, known for its tracking precision and high maximum DPI settings, typically up to 26,000 DPI RTINGS Lamzu Atlantis OG V2 review. The mouse supports a polling rate of up to 4000 Hz when paired with a compatible 4K wireless dongle, which is sold separately. This high polling rate aims to reduce input lag, providing more frequent data updates to the system, a critical factor for competitive gaming where milliseconds can impact reaction times. The weight of the Atlantis OG V2 is approximately 55 grams, contributing to its maneuverability and reducing fatigue during extended gaming sessions. This low weight is achieved through a combination of internal design optimizations and shell construction.
Lamzu's development philosophy for the Atlantis OG V2 centers on hardware optimization. The company focuses on manufacturing the physical product and providing necessary drivers and configuration software for user customization. This approach means that while the mouse offers high-end performance, it does not feature an extensive ecosystem of developer APIs or SDKs beyond standard peripheral integration. Users primarily interact with the device through its onboard controls and a dedicated software utility for DPI adjustments, button remapping, and polling rate settings.
The Atlantis OG V2 is suitable for users transitioning from wired setups who seek the freedom of wireless connectivity without compromising on performance. Its focus on core gaming metrics like sensor accuracy, low latency, and lightweight design makes it a contender in the high-performance wireless gaming mouse market. The product is typically priced in the range of $100-$130, reflecting its premium component selection and target audience of serious gamers.
Key features
- PixArt PAW3395 Sensor: Features a high-performance optical sensor capable of up to 26,000 DPI, offering precise tracking and minimal deviation for competitive play RTINGS Lamzu Atlantis OG V2 sensor analysis.
- Lightweight Design: Weighs approximately 55 grams, contributing to rapid movements and reduced wrist fatigue during extended gaming sessions.
- 4000 Hz Polling Rate Support: Compatible with an optional 4K wireless dongle to achieve a 4000 Hz polling rate, reducing input lag and providing more responsive cursor control.
- Symmetrical Ergonomics: Designed with a symmetrical shape to accommodate various grip styles, particularly claw and fingertip grips, which are common among competitive FPS players.
- Huano Mechanical Switches: Equipped with Huano mechanical switches for the main left and right clicks, known for their tactile feedback and durability.
- Wireless 2.4 GHz Connectivity: Utilizes a stable 2.4 GHz wireless connection for low-latency performance, minimizing the perceived delay between mouse movement and on-screen action.
- Customizable Software: Accompanied by a downloadable software utility for adjusting DPI settings, remapping buttons, configuring polling rates, and managing macros.
Pricing
Lamzu products, including the Atlantis OG V2, are sold directly and through authorized retailers. Pricing is product-based, with the Atlantis OG V2 typically positioned in the premium segment of gaming mice.
| Product | Price (USD) | As-of Date | Source |
|---|---|---|---|
| Lamzu Atlantis OG V2 | $100 - $130 | 2026-05-07 | Lamzu Atlantis Series pricing |
| Lamzu 4K Dongle (optional) | ~$15 - $20 | 2026-05-07 | Lamzu Accessories pricing |
Common integrations
Lamzu gaming mice, including the Atlantis OG V2, primarily integrate at the operating system level as standard HID (Human Interface Device) peripherals. While Lamzu does not provide public APIs or SDKs for developers, its products are compatible with:
- Windows Operating System: Functions as a plug-and-play device with full driver support for customization software.
- macOS: Basic functionality is typically available without additional drivers; customization software may have limited or no support depending on the specific model and software version.
- Linux: Basic functionality is generally supported through generic HID drivers; specific customization software is usually not available.
- Third-party Macro Software: Compatible with general-purpose macro recording and playback software, though often superseded by the mouse's native software for basic remapping.
- Game Engines (e.g., Unreal Engine, Unity): Recognized as a standard input device for in-game controls without requiring specific engine-level integrations.
Alternatives
The competitive gaming mouse market includes several manufacturers offering high-performance wireless options:
- Logitech G: Offers the G Pro X Superlight series, known for its lightweight design and reliable wireless technology.
- Razer: Provides mice like the Viper V2 Pro, featuring high polling rates and lightweight construction.
- Finalmouse: Specializes in ultralightweight mice, often with unique designs and limited releases.
- Pulsar: Produces mice such as the X2V2, which also emphasizes lightweight design and competitive performance.
- Endgame Gear: Offers models like the XM2we, focusing on competitive features and robust build quality.
Getting started
Integrating the Lamzu Atlantis OG V2 into a gaming setup involves connecting the wireless dongle and optionally installing the customization software. There are no developer-specific APIs or SDKs for this hardware.
# Basic setup for Lamzu Atlantis OG V2 (Windows Example)
# 1. Connect the wireless dongle to an available USB port on your PC.
# The mouse should connect automatically. Windows will install generic HID drivers.
# 2. Power on the Lamzu Atlantis OG V2 mouse.
# Ensure the mouse is charged or has sufficient battery life.
# 3. (Optional) Download the Lamzu Atlantis OG V2 software for customization.
# Visit the official Lamzu support page:
# https://www.lamzu.com/pages/download
# Locate and download the "Lamzu Atlantis OG V2 Software" for your operating system.
# Example command (conceptual, as direct download via terminal is uncommon for mouse software):
# # curl -o "Lamzu_Atlantis_OG_V2_Software_Setup.exe" "https://www.lamzu.com/downloads/Atlantis_OG_V2_Software.exe"
# 4. Install the downloaded software.
# Follow the on-screen prompts to complete the installation.
# 5. Launch the software to customize settings.
# Adjust DPI, polling rate (if 4K dongle is used), button assignments, and lift-off distance.
# Example settings adjustment within software (pseudo-code):
# # LamzuSoftware.open()
# # LamzuSoftware.setDPI(800)
# # LamzuSoftware.setPollingRate(1000) # Or 4000 if 4K dongle is connected
# # LamzuSoftware.assignButton(MouseButton.SIDE_FORWARD, Keybind.GAMES_MACRO_1)
# The mouse is now ready for use in games and applications.