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.

674 B

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.