Skip to content

The keymap files for my keyboards running the QMK firmware

License

Notifications You must be signed in to change notification settings

lassebn/qmk-keymaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMK Keymaps

The keymap files for my keyboards running the QMK firmware

The repository structure is taken from here 🙌 kudos to @noahfrederick 🙌

Current daily driver

My current daily driver is the Atreus

Repo structure

.
├── LICENSE
├── README.md
├── Rakefile      # Tasks for managing QMK source
├── atreus        # Keyboard/keymap-specific files
│   └── keymap.c  # Keymap implementation
│   └── rules.mk  # Keymap make rules
├── ...
└── user          # Keyboard/keymap-agnostic files
    └── lassebn.h # Global header file

Building

The Rakefile manages the QMK firmware source code:

rake ci           # Build all keymaps for CI
rake clean        # Remove build artifacts
rake install      # Symlink keymap files into QMK source tree
rake qmk:install  # Install QMK dependencies
rake qmk:update   # Update QMK firmware
rake uninstall    # Remove symlinks from QMK source tree

About

The keymap files for my keyboards running the QMK firmware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published