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.
 
 
 
 
ishtob 2cee371bf1 Haptic feedback generalized - DRV2605 and solenoids (#4939)
* initial work to add eeprom to haptic feedback and decouple the feedback process from keyboards

* Haptic feedback enhancements: on/off toggle working, feedback order working
todo:
-work on modes switching
-get modes switching to save to eeprom

* haptic enhancement - eeprom and modes added

* Added set and get functions for haptic feedback

* initial implementation of solenoids under haptic feedback

* changed eeprom to 32 bits to reserve blocks for future features

* start documentation of haptic feedback

* change keycode per comment from reviewers

* typo fixes

* added eeprom for solenoid configs

* added solenoid and docs

* Add/fix default parameters configs, improve docs

* more doc cleanup

* add in solenoid buzz toggle, clean up doc

* some fixes for error in compiling solenoid

* fix a chibios specific i2c read function and added one for AVR controllers in DRV2605L.c

* fixes for avr side issues

* update keymap

* fix keymap compile error

* fix bugs found during solenoid testing

* set pin that is not powered during bootloader

* added warning about certain pins on the MCU may trip solenoid during DFU/bootloader
7 years ago
.github Tweak issue templates (capitalisation mostly) (#5133) 7 years ago
.vscode Xton's first keymap! (#2941) 8 years ago
docs Haptic feedback generalized - DRV2605 and solenoids (#4939) 7 years ago
drivers Haptic feedback generalized - DRV2605 and solenoids (#4939) 7 years ago
keyboards Haptic feedback generalized - DRV2605 and solenoids (#4939) 7 years ago
layouts Add numpad_5x6 layout support for Prime M keyboard (#5149) 7 years ago
lib Revert changes to chibiOS-contrib (#4176) 7 years ago
quantum Haptic feedback generalized - DRV2605 and solenoids (#4939) 7 years ago
tests Remove empty action_function() 7 years ago
tmk_core Haptic feedback generalized - DRV2605 and solenoids (#4939) 7 years ago
users Update Drashna user space code to support keyboard_init functions (#5138) 7 years ago
util Remove duplication of ssh keys and fix usage on PR builds (#5013) 7 years ago
.clang_complete
.editorconfig Fix .editorconfig to not mess with line endings 8 years ago
.gitattributes
.gitignore Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 7 years ago
.gitmodules
.travis.yml Remove AUTOGEN and fix Travis Compiled Push scripts (#5077) 7 years ago
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 7 years ago
Dockerfile Add a better Docker build script + update Dockerfile (#4222) 7 years ago
Doxyfile Generate API docs from source code comments (#2491) 8 years ago
LICENSE
Makefile Add distclean target instead 7 years ago
Vagrantfile Initial fixes for vagrant (#4900) 7 years ago
autocomplete.sh
book.json
bootloader.mk Add Teensy ++ 2.0 bootloader support 8 years ago
build_full_test.mk
build_keyboard.mk Add a mechanism for force building a particular community layout (#5027) 7 years ago
build_layout.mk Add a mechanism for force building a particular community layout (#5027) 7 years ago
build_test.mk
common.mk Move Split Common VPATH addition (#4716) 7 years ago
common_features.mk Haptic feedback generalized - DRV2605 and solenoids (#4939) 7 years ago
doxygen-todo Generate API docs from source code comments (#2491) 8 years ago
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk Treat too-large firmwares as an error, not a warning (#3956) 7 years ago
readme.md Add Atreus as an official board. 7 years ago
secrets.tar.enc
shell.nix shell.nix: Packages relocated in upstream cleanup 7 years ago
show_options.mk Add makefile target 'show_build_options' and 'show_all_features' (#5048) 7 years ago
testlist.mk

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Build Status 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 hosted on Gitbook and GitHub (they are synced). You can request changes by making a fork and pull request, or by clicking the "suggest an edit" link on any page of the docs.

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 Erez Zukerman, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official website

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