Custom QMK environment.
 
 
 
 
 
Go to file
Mark 741d87e0a8
Minor edits
2024-01-12 10:54:05 -08:00
.vscode Minor cleanup 2023-12-31 10:29:30 -08:00
docker Updated to QMK 0.23.1 2023-12-19 12:04:38 -08:00
keyboards Minor edits 2024-01-12 10:54:05 -08:00
.editorconfig Added editorconfig 2022-07-19 08:45:26 -07:00
.gitignore Meta files 2022-12-27 13:20:23 -08:00
.gitmodules Added docker build environment 2022-12-27 13:15:52 -08:00
Makefile Minor cleanup 2023-12-31 10:29:30 -08:00
README.md Build system cleanup 2023-12-16 11:21:51 -08:00

README.md

Betalupi QMK environment

This repository contains my keyboards' firmware and everything you need to build it. It includes a docker container for building QMK firmware, since QMK installation modifies my computer a bit more than I'd like.

Usage

You do not need a local install of QMK to build this firmware. You'll need docker, but there's a good chance you have that installed anyway.

  1. make docker
  2. make
  3. make upload

Read Makefile for details.