noinfo / QMK_corne

Github repo for my corne keymap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My keymap for the CRKBD

Based on the mechboards r2g and mattsennas keymap.

Setup

First clone the qmk firmware repo:

git clone git@github.com:qmk/qmk_firmware.git

And follow the setup instructions on docs.qmk.fm or read up on QMK in general at qmk.fm

Then go into the root directory of the qmk firmware (whereever you just cloned it to) and clone this repo into /keyboards/crkbd/keymaps/noinfo:

git clone git@github.com:noinfo/QMK_corne.git /keyboards/crkbd/keymaps/noinfo

Building

In the root directory of the qmk firmware do:

qmk compile -kb crkbd/r2g -km noinfo

Flashing

In the root directory of the qmk firmware do:

qmk flash -kb crkbd/r2g -km noinfo

...or use the QMK toolbox and the firmware file from the root directory

Keymap JSON

qmk c2json -kb crkbd/r2g -km noinfo -o keymap.json keymap.c

ATTENTION Remove the JSON from the folder before compiling the firmware. Can be safely used for printing purposes.

Layout-Resources

In the folder layout-editor-resources you can find resources from and for keyboard-layout-editor for a single graphic containing info on all layers (work in progress).

Keyboard Layout

About

Github repo for my corne keymap


Languages

Language:C 99.0%Language:Makefile 1.0%