Userspace for the open-source QMK keyboard firmware.
Find a file
2024-10-18 10:09:28 +03:00
docs Update README.md 2024-10-14 23:34:53 +03:00
keyboards/keebio/iris_ce/keymaps/chzerv Revert "feat: Make my Ctrl/Esc mod-tap an one-shot modifier" 2024-10-18 10:09:28 +03:00
.clang-format Initial structure. 2023-11-22 15:22:43 +11:00
.clangd Replicate qmk/qmk_firmware#23310 2024-05-02 20:11:50 +10:00
.gitignore Add clangd-related entries to .gitignore (#31) 2024-09-05 18:51:35 +10:00
LICENSE Initial structure. 2023-11-22 15:22:43 +11:00
Makefile Initial structure. 2023-11-22 15:22:43 +11:00
qmk.json Cleanup the forked template repo 2024-10-11 23:41:58 +03:00
README.md Update README.md 2024-10-16 00:20:31 +03:00

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:

  1. QMK setup locally. See QMK Docs for details

  2. Clone this repository and add it as an overlay:

     qmk config user.overlay_dir="/home/chzerv/qmk_keymap/"
    
  3. To build the firmware:

    qmk flash -kb keebio/iris_ce/rev1 -km chzerv
    

TODO

  • My symbol layer needs a bit more tweaking
  • Make my Control/Escape mod-tap send a one-shot Ctrl when held

Credits