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
|
5 years ago | |
---|---|---|
Calculator | 5 years ago | |
ChromaController | 5 years ago | |
NumpadMonitor | 5 years ago | |
.gitignore | 5 years ago | |
Keyboard Calculator.sln | 5 years ago | |
LICENSE.txt | 5 years ago | |
README.md | 5 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.