Configuration for my QMK custom keyboards.
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
make <keyboard>
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.