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
tominabox1 c26faed2b6 [Keymap] Tominabox1 userspace creation (#7014)
* rebaselined the whole fork and added cool matrix animations

* Updated dfu bootloader rules, oleds working on test map

* Moving test branch into main

moving my _test branch files into the main since the repo is now in the dev branch, don't see any reason to keep separate folders.

* Update keymap.c

Adding DOT to number layer

* added LED sleeping

* working on getting matrix rgb to sleep upon usb suspend

uploading to github for qmk staff help

* Added master sleep on usb suspend

Unfortunately the sleep function does not work on the slave side so will probably revert this change later

* bringing hhkb config up to current with other tominabox1 configs

* Update config.h

since master side is the only one that sleeps, going to disable this for now.

* testing oled stuff

* Update rules.mk

* tinkering with oled still

* Finally fixed custom image with corne doug

* Adding keymap to dimple instead of screwing up the upstream references.

* Changed oled image to peepo ggers

* working on oled sleep

* Update keymap.c

* fixes oled wake/sleep issues

* Adding 🅱️ and BEPIS macros

* Update .gitignore

* Cleaning up and improving documentation

* Update keymap.c

* Adding my minivan keymap

* Fixed error on keymap

* fixed OLEDs not turning on and moved tapping term to the keymap file

* Changed tapping term from 200 to 250

* Revised Fkey layers, arrows, question mark locations

* Update keymap.c

* tweaked tapping term and types on CRKBD, revised layout on HHKB

* Update keymap.c

* general code cleanup, keymap displays

* Set up userspace for common keymap elements

* tapping term stuff for shift

* testing

* Fixed new tapdance for accessing number and fkey layers

* Update tominabox1.h

* stuff

* fixing function calls for userspace

* cleaning up crkbd config and moving stuff to userspace

* finally fixed oled lightup issues

* cleaning up a few maps and rules

* Removing permissive hold and returning spacefn to all boards.

* Settting up wrapper keymaps for Dimple, Minivan, and Corne

Wrappers

* small tweaks

* Update wrappers.h

* finishing wrappers on Minivan and Dimple

* Revised tapping term definition

Providing additional tapping term config for CRKBD only.

* Code cleanup and documentation

* Update readme.md

* Update readme.md

* Wrapers and continued code cleanup and documentation

* moved oled py scripts to user folder
* completed wrapper implementation of CRKBD
* added matrix startup mode - not working yet pending upstream changes
* removed unused code in tominabox1.c

* Fixing custom keycodes and tap dance indices

fixed custom keycodes and tap dance indices
Adding beginning of dimple RGB matrix definition
changed oled on corne to scrolling matrix thing
Added copy pasta

* Secondary layer tweaks

Swapping hands of numbers and symbols as well as tweaking tapping terms accordingly

* Update tominabox1.c

Continued refinement of tapping term to support better right hand symbol access.

* Fixes from pr 7014

Removed gitignore data from qmk master
Reverted changes to Drashna's crkbd keymap
Accepted changes to crkbd keymap
Added ignore to hhkb keymap - I think I need this because Teensy. Will revisit another time

* Removing hhkb keymap for rework

* Adding back hhkb keymap

Re-adding hhkb folder with ignores

* Reverting changes to Dimple default

totally did not intend to modify these

* Update keymap.c

Reverting changes to Drashna's corne map

* Accepting recommended changes

* Reduced tap hold caps delay
moved bootmagic enable to general usage
Revised tapping terms
Removed unused keycode defs

* bootmagic

* Update rules.mk

* Fixed permissions (support 7014) and bootmagic addition

Fixed permissions on Drashna's keymap and Dimple default keymap files.
Adding bootmagic to my crkbd config.

* Fixing permissions
6 years ago
.github Tweak issue templates (capitalisation mostly) (#5133) 6 years ago
.vscode Generalize Tap Dance Layer functions (#6629) 6 years ago
bin Configuration system for CLI (#6708) 6 years ago
docs Remove build option firmware size impacts (#6947) 6 years ago
drivers Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926) 6 years ago
keyboards [Keymap] Tominabox1 userspace creation (#7014) 6 years ago
layouts [Keymap] Drashna's Hardware Features Experimentations (#6920) 6 years ago
lib [CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989) 6 years ago
quantum Remove build option firmware size impacts (#6947) 6 years ago
tests clang-format changes 6 years ago
tmk_core Move tmk_core/common/backlight to quantum/backlight (#6710) 6 years ago
users [Keymap] Tominabox1 userspace creation (#7014) 6 years ago
util Remove build option firmware size impacts (#6947) 6 years ago
.clang-format fix indent size 6 years ago
.clang_complete Vim Layout for Ergodox-EZ (mac only) (#2112) 8 years ago
.editorconfig QMK CLI and JSON keymap support (#6176) 6 years ago
.gitattributes Set eep files to binary mode 9 years ago
.gitignore Correct casing for DS_Store in .gitignore (#6787) 6 years ago
.gitmodules add lufa as a submodule 6 years ago
.travis.yml removed deprecated option for Travis (#6896) 6 years ago
CODE_OF_CONDUCT.md updates the coc 6 years ago
Dockerfile Update docker util script and travis to use new base container 6 years ago
Doxyfile Generate API docs from source code comments (#2491) 7 years ago
LICENSE add an explicit lisence file for github to pickup 8 years ago
Makefile Add list-keymaps make target (#5563) 6 years ago
Vagrantfile Configure Vagrant to use qmk_base_container (#6194) 6 years ago
autocomplete.sh Make arguments redo, subproject elimination (#1784) 8 years ago
book.json adds redirects for docs 8 years ago
bootloader.mk Update bootloader.mk (#6698) 6 years ago
build_full_test.mk Add SRC and OPT_DEFS when building tests 8 years ago
build_json.mk Configuration system for CLI (#6708) 6 years ago
build_keyboard.mk add 'objs-size' target into tmk_core/avr.mk (#5490) 6 years ago
build_layout.mk Add a mechanism for force building a particular community layout (#5027) 6 years ago
build_test.mk Split common.mk into common.mk and common_features.mk 8 years ago
common.mk Move Split Common VPATH addition (#4716) 7 years ago
common_features.mk Move tmk_core/common/backlight to quantum/backlight (#6710) 6 years ago
doxygen-todo Generate API docs from source code comments (#2491) 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 Add list-keymaps make target (#5563) 6 years ago
nose2.cfg Setup a python test framework 6 years ago
readme.md [Docs] Fix missing link in readme (#6958) 6 years ago
requirements.txt Configuration system for CLI (#6708) 6 years ago
secrets.tar.enc update building for .hex, secrets moving 8 years ago
setup.cfg QMK CLI and JSON keymap support (#6176) 6 years ago
shell.nix add python3 to shell.nix (#6774) 6 years ago
show_options.mk Add Dip Switch as a core feature (#6140) 6 years ago
testlist.mk Add basic infrastrucure for building full tests 8 years ago

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 powered by Docsify and hosted on GitHub. You can request changes by making a fork and pull request, or by clicking the "Edit Document" 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.