Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 512 Bytes

Keymaps

A user repository with my keymaps for QMK keyboards.

Keyboards:

  • BastardKB Skeletyl / 62g Zilent V2 (Silent)
  • BastardKB Dilemma / Kailh Sunset 40-50g
  • Keyboardio Atreus

Project setup based on Post@Medium

Compile the keyboard firmwares

To compile all firmwares for all keyboards:

$ make all

To compile a specific keyboard:

$ make <keyboard>

To flash the keyboard:

$ make <keyboard> CMD=flash