You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sergey Vlasov a1866a962c
Update the nix-shell environment (#13316)
* Nix: Allow calls to `bin/qmk` even when the build was started by `qmk`

The `$PATH` modifications performed by the Nix wrapper for the `qmk`
executable prevent `bin/qmk` from working properly (the changed `$PATH`
contains a wrong `python3` executable which does not have the needed
Python modules in its module path).  As a workaround, disable the
generation of that wrapper for the `qmk` Python package (there is yet
another wrapper generated while building the Python environment, which
would still set the Python module path properly when running `qmk`).

Although `bin/qmk` is officially deprecated, QMK CLI still invokes it in
some cases (at least `qmk doctor` and `qmk pytest`), therefore keeping
these invocations working is useful.

* Nix: Update `util/nix/pyproject.toml` to match `requirements*.txt`

Update the Python dependency information used by Poetry to match the
current state of the qmk_firmware code.

* Nix: Bump QMK CLI dependency to 1.0.0; bump other Python deps

Update Python dependencies for nix-shell to the most recent releases:

 - dotty-dict: 1.3.0 -> no longer used
 - milc: 1.4.2 -> 1.6.2
 - pep8-naming: 0.11.1 -> 0.12.1
 - pygments: 2.9.0 -> 2.10.0
 - pyrsistent: 0.17.3 -> 0.18.0
 - pyusb: 1.1.1 -> 1.2.1
 - setuptools-scm: 6.0.1 -> no longer used
 - qmk: 0.1.0 -> 1.0.0
 - qmk-dotty-dict: not used -> 1.3.0.post1
 - yapf: 0.30.0 -> 0.31.0

Note to self: The command to update Python dependencies changed to:

    ( cd util/nix && nix run 'nixpkgs#poetry' -- update --lock )
4 years ago
.github
.vscode
api_data
bin
data 2021Q3 pre-merge `develop` changelog, keyboard aliases (#14198) 4 years ago
docs Bootmagic lite docs clarity. (#14204) 4 years ago
drivers [Core] Refactor OLED to allow easy addition of other types (#13454) 4 years ago
keyboards [Keyboard] Add Viktus SP Mini (#14069) 4 years ago
layouts [Keyboard] Corrected layout for np24 by YMDK (#14096) 4 years ago
lib 2021Q3 pre-merge `develop` changelog, keyboard aliases (#14198) 4 years ago
platforms Move to correct location (#14171) 4 years ago
quantum Revert 14083 && 14144 (#14150) 4 years ago
tests
tmk_core add wait_cpuclock() macro for AVR and CPU_CLOCK macro (#12755) 4 years ago
users [Keymap] Drashna keymap fixups (#14140) 4 years ago
util Update the nix-shell environment (#13316) 4 years ago
.clang-format
.editorconfig
.gitattributes
.gitignore Align some quantum sub-directories (#14134) 4 years ago
.gitmodules
Dockerfile
Doxyfile
LICENSE
Makefile
Vagrantfile
book.json
bootloader.mk
build_full_test.mk
build_json.mk
build_keyboard.mk Fix issues with recent keymap.json changes (#14089) 4 years ago
build_layout.mk
build_test.mk eeprom_stm32: implement high density wear leveling (#12567) 4 years ago
common.mk
common_features.mk [Core] Refactor OLED to allow easy addition of other types (#13454) 4 years ago
disable_features.mk
doxygen-todo
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk
nose2.cfg
readme.md [Core] [Docs] Remove travis-ci references (#13916) 4 years ago
requirements-dev.txt
requirements.txt
setup.cfg
shell.nix Update the nix-shell environment (#13316) 4 years ago
show_options.mk [Core] Refactor OLED to allow easy addition of other types (#13454) 4 years ago
testlist.mk eeprom_stm32: implement high density wear leveling (#12567) 4 years ago

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by Docsify and hosted on GitHub. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request, or by clicking the "Edit this page" link at the bottom of any page.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.