Skip to content

neuhalje/qmk_userspace

 
 

Repository files navigation

I used filterpaper/qmk_userspace as a template and heavily stripped it down for my needs.

Summary

This is my personal userspace for QMK Firmware. It is setup as a self-contained folder that avoids placing keymap.c files inside keyboard sub-directories.

This keyboard layout supports a German ColemakDH layout with Linux (windows) & MacOS Support.

Layout

Using on a Mac

Switch to the Mac base layout using the action in the Function layer.

Building Userspace

This repository can be built as QMK's userspace in a users folder by running qmk compile for the JSON files. Actions can also be leveraged to do likewise on a GitHub container with build.yml workflow.

git clone https://github.com/qmk/qmk_firmware.git ~/.qmk_firmware

git clone [email protected]:neuhalje/qmk_userspace.git ~/qmk_firmware/users/neuhalje

Modular Corne (CRKBD) Build

You need to build for left and right separately. The command will automatically flash. Add the cable to the left halve and run with SIDE=left, then with SIDE=right on the right side.

SIDE=right  # or left

qmk flash \
    -kb crkbd  \
    -bl avrdude-split-${SIDE} \
    -e OLED=VERSION \
    ~/qmk_firmware/users/neuhalje/keymaps/corne_colemak.json

Code Features

Minimal build

Minimal firmware with no OLED and RGB support will be compiled with -e TINY=yes:

qmk compile -e TINY=yes corne.json

Logo file

Images in oledfont.c can be viewed and edited with:

Useful Links

About

Personal user space for QMK firmware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Makefile 1.2%