mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-02 05:34:17 -04:00
Userspace for the open-source QMK keyboard firmware.
docs | ||
keyboards/keebio/iris_ce/keymaps/chzerv | ||
.clang-format | ||
.clangd | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
qmk.json | ||
README.md |
QMK Keymap for the Iris CE
How to use
This repository is a valid QMK external userspace as documented here. To use it, you need:
-
QMK setup locally. See QMK Docs for details.
qmk setup
-
Clone this repository locally.
git clone https://github.com/chzerv/qmk_keymap
-
Add the cloned repository as an overlay (replace
path/to/qmk_keymap
with the path of the cloned repo).qmk config user.overlay_dir="$(realpath path/to/qmk_keymap)"
-
(optional) set a default keyboard and keymap.
qmk config user.keyboard=keebio/iris_ce/rev1 qmk config user.keymap=chzerv
-
Build and flash.
qmk compile -kb keebio/iris_ce/rev1 -km chzerv qmk flash -kb keebio/iris_ce/rev1 -km chzerv # Or, if you followed step #4 qmk compile qmk flash
TODO
- My symbol layer needs a bit more tweaking
Make myControl/Escape
mod-tap send a one-shotCtrl
when held- Turns out this causes more trouble than it solves:
Ctrl + Mouse
doesn't workCtrl
only applies to the first key, which makes shortcuts like deleting backwards in the shell usingCtrl+h
feel very awkward, as you have to keep pressingCtrl
- Turns out this causes more trouble than it solves: