keyboard controller firmware for Atmel AVR and ARM USB families
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.
 
 
 
 
 
 
Go to file
MechMerlin cbc5de67be Duck Eagle/Viper V2 support (#2216)
* Preliminary support for Duck Eagle/Viper V2 60% board. This is a copy of the octagon/v2 with things changed to reach a compiling state

* Get a 60% keymap compiling, this might not be what the eagle/viper
really supports

* Update readme to point to correct GeekHack link

* Get keymap working on a Duck Eagle

* Add code submitted by profanum429

- Add HHKB style top row to v2.h
- Modify read_rows function to take into accout the caps lock firmware key
- Modify default keymap to match the new v2.h
- Adjust readmes

* Fix bug related to col 0 not working

* Add keymap for mechmerlin

* Add profanum429's viper hhkb layout

* Add visual representation for mechmerlin layout
Add navigation keys to keymap

* Add a better visual representation to the mechmerlin keymap

* Add profanum429's Viper layout!

* Updated profanum429 keymap to match a full HHKB
Enabled media keys in rules.mk

* Revert "Updated profanum429 keymap to match a full HHKB"

This reverts commit ed914160d7e27e6412d2c7c5c1c4fa0a04838667.

* Fix default keymap for Eagle

* Enable extra keys for audio control support

* Modified timings in indicator_leds to accomodate the WS2811S chips on the Eagle/Viper2 PCBs at 800kHz with a 16mHz clock
Modified the backlight settings to not interfere with the default RGB underglow code from QMK
Modified the order of the LEDs in the LED status bar at the top of the Eagle/Viper2 PCBs (3,2,1,6,5,4,8,7 order)

* Cleaned up indicator code to remove unused functions as the RGB underglow uses the
default driver provided by QMK

Commented out backlighting code in v2.c

* update readmes to reflect profanum's awesome contributions and fix typo in make instructions

* Remove custom RGB logic and just rely on QMK RGB underglow. We'll leave the backlighting in place for now
7 years ago
.vscode Add EditorConfig file (#1930) 7 years ago
docs ADD RGBLIGHT_LIMIT_VAL (#2214) 7 years ago
drivers update to driver separation 7 years ago
keyboards Duck Eagle/Viper V2 support (#2216) 7 years ago
layouts Zweihander: remove app keys, etc. (#2167) 7 years ago
lib update chibios 7 years ago
quantum ADD RGBLIGHT_LIMIT_VAL (#2214) 7 years ago
tests add tests for action_layer.c and reset layer state after tests 7 years ago
tmk_core backlight breathing overhaul (#2187) 7 years ago
users Clean up and tweaks of drashna keymaps and userspace (#2200) 7 years ago
util Marked util/atmega32a_program.py as executable so that programming script works. 7 years ago
.clang_complete Vim Layout for Ergodox-EZ (mac only) (#2112) 7 years ago
.editorconfig Add EditorConfig file (#1930) 7 years ago
.gitattributes Set eep files to binary mode 8 years ago
.gitignore 333fred layout update (#1971) 7 years ago
.gitmodules Update .gitmodules 7 years ago
.travis.yml update avr url 7 years ago
CODE_OF_CONDUCT.md create initial code of conduct 7 years ago
Dockerfile Reverting CMD Changes 7 years ago
LICENSE add an explicit lisence file for github to pickup 7 years ago
Makefile update version silencing 7 years ago
Vagrantfile Update some obsolete references 8 years ago
autocomplete.sh Make arguments redo, subproject elimination (#1784) 7 years ago
book.json adds redirects for docs 7 years ago
bootloader.mk Updates bootloader settings, adds file size check (#2029) 7 years ago
build_full_test.mk Add SRC and OPT_DEFS when building tests 7 years ago
build_keyboard.mk Updates bootloader settings, adds file size check (#2029) 7 years ago
build_layout.mk Creates a layouts/ folder for keymaps shared between keyboards (#1609) 7 years ago
build_test.mk Split common.mk into common.mk and common_features.mk 8 years ago
common.mk Start mvoing hardware drivers to /drivers/ (#1433) 7 years ago
common_features.mk Fix pointing device feature 7 years ago
license_GPLv2.md Clarify the quantum license (#1042) 8 years ago
license_GPLv3.md Clarify the quantum license (#1042) 8 years ago
license_Modified_BSD.md Clarify the quantum license (#1042) 8 years ago
message.mk Change awk detector to work with mawk; fixes #2073 7 years ago
readme.md Found some broken links while looking up ARM keyboard support 7 years ago
secrets.tar.enc update building for .hex, secrets moving 7 years ago
shell.nix shell.nix: add teensy loader 7 years ago
testlist.mk Add basic infrastrucure for building full tests 8 years ago

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Build Status Gitter 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.

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.

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, and the Clueboard by Zach White.

Documentation

https://docs.qmk.fm is 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.