This website is a simple tool to help Kinesis Advantage2 owners with visualization of their remap files.
You can write your key remaps and macros into the input file textarea. The tool will show updated keybindings and list out all of the macros that it could parse. You can toggle between layers with button in lower right corner.
This tool is a simple React application bootstrapped with Next.js.
To start development you need to clone the repository
git clone [email protected]:kijowski/kinesis.gitAnd then execute following commands
npm install
npm run devThis will start the development server with live reload enabled.
libfolder contains files related to Advantage2 keyboard layout and remapping parserpages/index.tsxis the main file with React components responsible for displaying the keyboard
MIT