Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 862 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 862 Bytes

QMK Keymaps

Configuration for my QMK custom keyboards.

Devices

Usage

Setup

Requirements: qmk and make. I use WinCompose for German unicode characters.

git clone https://github.com/danieldirks/qmk-keymaps.git
cd qmk-keymaps

make setup

Build

make <keyboard>

Flash

Set keyboard to bootloader mode and run build with $FLASH set to a non-empty string, e.g.

make <keyboard> FLASH=yes

On Windows, use QMK Toolbox to flash build/<keyboard_name>_<keymap_name>.bin onto the corresponding board.