Burathar
5 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
# 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. |
Loading…
Reference in new issue