Skip to content

TriangleLab/AL1-Firmware

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AL1 QMK Firmware

Building Guide

  • Step 1: Follow the tutorial here and install all the dependencies.
  • Step 2: Run make al1 under the AL1-Firmware directory. You will find the .hex files in the same directory.

Flashing Firmware

  • Follow the instructions here

Making Changes on the Layout/Keymap

  • There are two keymaps in AL1-Firmware/keyboards/al1/keymaps/. The default layouts are:

Default kaymaps

  • In order to make changes base for the default layout, you need to edit the keymap.c files.

  • Example: If you want to change the Insert key to Page Up key in the default kemap, you can do it by changing KC_INS to KC_PGUP in line 5.

  • Find all the keycodes here.

About

No description, website, or topics provided.

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published