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 git@github.com:kijowski/kinesis.git
And then execute following commands
npm install
npm run dev
This will start the development server with live reload enabled.
lib
folder contains files related to Advantage2 keyboard layout and remapping parserpages/index.tsx
is the main file with React components responsible for displaying the keyboard
MIT