jbarr21 / kinesis-layout-preview

Home Page:https://kinesis.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinesis Advantage2 remapping helper

What is it?

This website is a simple tool to help Kinesis Advantage2 owners with visualization of their remap files.

How to use?

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.

How to extend?

This tool is a simple React application bootstrapped with Next.js.

Setup

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.

Where to start?

  • lib folder contains files related to Advantage2 keyboard layout and remapping parser
  • pages/index.tsx is the main file with React components responsible for displaying the keyboard

License

MIT

About

https://kinesis.vercel.app


Languages

Language:TypeScript 94.0%Language:CSS 4.0%Language:JavaScript 2.0%