Skip to content

Configuration for my QMK custom keyboards

License

Notifications You must be signed in to change notification settings

danieldirks/qmk-keymaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.