summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-19validates jsonJack Humbert
2017-08-19adds redirects for docsJack Humbert
2017-08-19Merge pull request #1601 from dlaroe/masterJack Humbert
My keymaps only
2017-08-19remove dead links, add troubleshooting sectionBalz Guenat
2017-08-19Update USB-USB converter README according to #1588Balz Guenat
2017-08-19Update readme.mdRyan MacLean
2017-08-19Update readme.mdRyan MacLean
2017-08-19Fixing readme clobberRyan MacLean
2017-08-19Reverting CMD ChangesRyan MacLean
Adding the CMD from @edasque in once more as it allows specifying more than one board via host ENV vars. Currently, the Dockerfile is hard-coded.
2017-08-19Required overridden function for keymaps in EEPROMWilba6582
2017-08-18Added Preonic Makefile and readme.md
2017-08-18Updated keymaps with second LOWER for the right hand
2017-08-18Update Nyquist readme file to new formatDanny Nguyen
2017-08-18Fix incorrect name for GeminiPR in docs.Joe Wasson
2017-08-18adds audio docs to summaryJack Humbert
2017-08-18Add link to keycodes doc in how_keyboards_workBenny Powers
2017-08-18Fix these links, as they appear to be broken (#1595)Roy Wellington Ⅳ
It looks like build_environment_setup.md got renamed to getting_started_build_tools.md in this commit: commit e6c638bed1fa0a48bb6f8697b2a61717c4fd0992 Author: skullY <skullydazed@gmail.com> Date: Sat Aug 5 20:54:34 2017 -0700 Overhaul the Getting Started section and add a FAQ section docs/{build_environment_setup.md => getting_started_build_tools.md} | 132 ++++++++++++++++++++++++++++++++++++------------------------------------- This commit adjusts the links to match the new name.
2017-08-17update faviconsJack Humbert
2017-08-17Add dvorak/colemak layersDrashna Jael're
2017-08-17bananasplit LED support and keymap add0010
* added LED pin mapping * adding my keymap
2017-08-16Add message to avrdude script that it can't used within WSL currentlyDanny Nguyen
2017-08-16Make the bulk of our keyboards match the readme.md standardskullY
2017-08-16Revert "Moves files from ez/keymaps to ergodox/keymaps"Erez Zukerman
This reverts commit 5e36f8463adf9231a60bc8d1c657d51c3181d079.
2017-08-16Moves files from ez/keymaps to ergodox/keymapsErez Zukerman
That directory shouldn't even exist
2017-08-16Update ErgoDox readmeErez Zukerman
Per standard recommended in #1362.
2017-08-16Add separate readme.md for ErgoDoneYu He
2017-08-16Add ErgoDone support to two keymaps that have special config.hYu He
2017-08-16Add dummy backlight/LED functions for keymaps that require themYu He
2017-08-16Add support for the ErgoDoneYu He
2017-08-16Update links in the glossaryskullY
2017-08-16Doc updates from going through every fileskullY
2017-08-16break up keymaps and quantum keycodes into files by featureskullY
2017-08-16take a stab at documenting layersskullY
2017-08-16rework key_functions into feature_common_shortcutsskullY
2017-08-16Overhaul the Getting Started section and add a FAQ sectionskullY
2017-08-16line endingsskullY
2017-08-16trigger new travis buildskullY
2017-08-16Cleanup the clueboard keymapsskullY
2017-08-15cleanup usb-usb converter codeBalz Guenat
2017-08-15add RESET to keymapBalz Guenat
2017-08-15convert keymap into qmk-styleBalz Guenat
2017-08-15wow, it builds! added empty matrix.c and moved custom matrix code to ↵Balz Guenat
custom_matrix.cpp still untested because of hardware availability :(
2017-08-15add extern "C" to matrix.cppBalz Guenat
2017-08-15some major steps toward making the usb-usb converter workBalz Guenat
2017-08-15remove unused variables from makefileBalz Guenat
2017-08-15small changes following Jack's advice.Balz Guenat
2017-08-15start working on usb-usb converter portBalz Guenat
2017-08-15Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ↵Martin Sandiford
DISABLE_LEADER defined.
2017-08-15Remove floating point calculation in mouse move. Saves approx 650 bytes if ↵Martin Sandiford
no other floating point used.
2017-08-15correct tilde to gravediscursivemoth