Code Monkey home page Code Monkey logo

qmk_userspace's Introduction

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

qmk_userspace's People

Contributors

filterpaper avatar neuhalje avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.