Coder Social home page Coder Social logo

qmk-layouts's Introduction

Peromage’s QMK Keyboard Layouts

This repo contains my customized layouts for QMK/ZSA forked QMK compatible keyboards.

Previews

planck_ez_glow_prmg01-comfy

Quick start

Setup environment

The QMK official doc is a good start point.

To make it simpler, install QMK tools first through pip.

pip install --user qmk

Then initialize the firmware repo. Located at $HOME/qmk_firmware by default.

# If using ZSA keyboards with their firmware
# e.g. Planck EZ
qmk setup zsa/qmk_firmware -b firmware22

# If using standard QMK firmware
qmk setup

Apply patches (optional)

git apply patches/planck_ez_glow_reduced-power-consumption.patch

Build firmware

Here the planck_ez_glow_prmg01-comfy is used as the example.

# Copy the layout source code
cp -r planck_ez_glow_prmg01-comfy/planck_ez_glow_prmg01-comfy_source $HOME/qmk_firmware/keyboards/planck/ez/glow/keymaps/prmg01-comfy

# Compile
qmk compile -kb planck/ez/glow -km prmg01-comfy

The firmware binary can be found at the root of the firmware repo, e.g. $HOME/qmk_firmware/planck_ez_glow_prmg01-comfy.bin.

Flash firmware

For ZSA keyboards, use Wally (Linux/Windows/MacOS).

For general QMK compatible keyboards, use QMK Toolbox (Windows/MacOS).

The more generic way is to flash through CLI (Linux/Windows/MacOS).

qmk flash -kb planck/ez/glow -km prmg01-comfy

If the bootloader is not automatically detected, check out the QMK doc.

qmk-layouts's People

Contributors

peromage avatar

Watchers

 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.