Browse Source

Add README.MD

master
Burathar 4 years ago
parent
commit
9578bf56bc
  1. 8
      README.md

8
README.md

@ -0,0 +1,8 @@ @@ -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…
Cancel
Save