/sweep-layout

My ferris/sweep QMK layout

Primary LanguageCMIT LicenseMIT

ferris/sweep QMK layout

My ferris/sweep keyboard QMK layout.

Layers

Sweep keyboard is a 34-key split keyboard. That is why we need multiple layers:

  • Layer 1 Base
  • Layer 2 Numbers & Navigation
  • Layer 3 Symbols
  • Layer 4 Board control

How to use

Requirements:

Install

Setup

Clone the repository
git clone https://github.com/zahidkizmaz/sweep-layout.git
With just
just create-env
just setup
Without just
# get your qmk home dir
qmk env  # this command will output your qmk env variables including the QMK_HOME

mkdir -p ${QMK_HOME}/keyboards/ferris/keymaps/mylayout
cp sweep-layout/src/* ${QMK_HOME}/keyboards/ferris/keymaps/mylayout
qmk compile -kb ferris/sweep -km mylayout
qmk flash -kb ferris/sweep -km mylayout