Razer Viper Ultimate on Windows battery percentage
Go to file
2024-05-18 12:51:11 +02:00
.vscode ide stuff 2024-04-03 12:57:17 +02:00
includes minor changes 2024-04-03 14:06:18 +02:00
src do not FILE_FLAG_OVERLAPPED 2024-05-18 12:51:11 +02:00
.clangd use same target in clangd that in the makefile 2024-04-03 13:41:37 +02:00
.gitignore basic makefile and gitignore 2024-04-03 12:59:24 +02:00
Makefile fix makefile 2024-04-03 15:36:15 +02:00
README.md fix typo 2024-04-03 14:36:53 +02:00

Razer Viper Ultimate on Windows

Without insanely bad Razer software.

Roadmap

  • Find the percentage of the battery
  • Find the status of the battery

Features

  • Run in background
  • Icon in Taskbar
    • Labels who show status and percentage
    • Checkbox for running at boot
    • Button to close the app

Acknowledgment

Thanks openrazer for all the knowledge.


Developer documentation

Build

I'm using WSL + MinGW, running make should work.

Development

I'm using VSCode with clangd. It should work out of the box, see .vscode directory.