You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Burathar 9578bf56bc Add README.MD 4 years ago
Calculator Initial commit 4 years ago
ChromaController Initial commit 4 years ago
NumpadMonitor Initial commit 4 years ago
.gitignore Initial commit 4 years ago
Keyboard Calculator.sln Initial commit 4 years ago
LICENSE.txt Initial commit 4 years ago
README.md Add README.MD 4 years ago

README.md

Keyboard-Calculator

On-board calculator for Razer (Blackwidow Chroma V2) keyboards. Accepts input from the numpad, and displays the result on the DNumber keys. This project is made to be used with a specific Razer Synapse3 layout(and chromaeffects). An export of these is included in this repository. If you want the calculator to work without special remaps, go to ChromaController\MonitorManager.cs and change line 20 to:

monitor = NumpadMonitor.Program.Initiate(false, false, false);

Usage

Input your calculation using numpad 0-9, numpad /,*,-,+,., and enter. Reset the calculator memory with the delete key. Exit the application using the end key.