4.1 Creating the layout - axolstudio-ca/Introductory-Guide GitHub Wiki

In this next section we will determine the layout of the macro pad to be produced. In this application we will create a 3x3 keyboard. To create this layout we will be using KLE(http://www.keyboard-layout-editor.com/) to generate the necessary raw data to create the plate for the design.

This is what KLE looks like and the workspace/UI required. We will add keys to create a row of 3 keys first.

Next when we add the 4th key, we will have to change it so that it is in a following row. This can be done by altering the x and y coordinates for the key.

From here we will complete the row and repeate the process to move a key to the following row.

From here we will go and get the raw data for this layout. Open up the raw data tab and copy the data. If you are having issues I will leave the raw data for the file here so you can follow along with the next step.

["","",""],

["","",""],

["","",""]

Next Page