Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-18 | Updated keymaps with second LOWER for the right hand | ||
2017-08-18 | Update Nyquist readme file to new format | ||
2017-08-18 | Fix incorrect name for GeminiPR in docs. | ||
2017-08-18 | adds audio docs to summary | ||
2017-08-18 | Add link to keycodes doc in how_keyboards_work | ||
2017-08-18 | Fix these links, as they appear to be broken (#1595) | ||
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-17 | update favicons | ||
2017-08-17 | Add dvorak/colemak layers | ||
2017-08-17 | bananasplit LED support and keymap add | ||
* added LED pin mapping * adding my keymap | |||
2017-08-16 | Add message to avrdude script that it can't used within WSL currently | ||
2017-08-16 | Make the bulk of our keyboards match the readme.md standard | ||
2017-08-16 | Revert "Moves files from ez/keymaps to ergodox/keymaps" | ||
This reverts commit 5e36f8463adf9231a60bc8d1c657d51c3181d079. | |||
2017-08-16 | Moves files from ez/keymaps to ergodox/keymaps | ||
That directory shouldn't even exist | |||
2017-08-16 | Update ErgoDox readme | ||
Per standard recommended in #1362. | |||
2017-08-16 | Add separate readme.md for ErgoDone | ||
2017-08-16 | Add ErgoDone support to two keymaps that have special config.h | ||
2017-08-16 | Add dummy backlight/LED functions for keymaps that require them | ||
2017-08-16 | Add support for the ErgoDone | ||
2017-08-16 | Update links in the glossary | ||
2017-08-16 | Doc updates from going through every file | ||
2017-08-16 | break up keymaps and quantum keycodes into files by feature | ||
2017-08-16 | take a stab at documenting layers | ||
2017-08-16 | rework key_functions into feature_common_shortcuts | ||
2017-08-16 | Overhaul the Getting Started section and add a FAQ section | ||
2017-08-16 | line endings | ||
2017-08-16 | trigger new travis build | ||
2017-08-16 | Cleanup the clueboard keymaps | ||
2017-08-15 | cleanup usb-usb converter code | ||
2017-08-15 | add RESET to keymap | ||
2017-08-15 | convert keymap into qmk-style | ||
2017-08-15 | wow, it builds! added empty matrix.c and moved custom matrix code to ↵ | ||
custom_matrix.cpp still untested because of hardware availability :( | |||
2017-08-15 | add extern "C" to matrix.cpp | ||
2017-08-15 | some major steps toward making the usb-usb converter work | ||
2017-08-15 | remove unused variables from makefile | ||
2017-08-15 | small changes following Jack's advice. | ||
2017-08-15 | start working on usb-usb converter port | ||
2017-08-15 | Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ↵ | ||
DISABLE_LEADER defined. | |||
2017-08-15 | Remove floating point calculation in mouse move. Saves approx 650 bytes if ↵ | ||
no other floating point used. | |||
2017-08-15 | correct tilde to grave | ||
2017-08-15 | Merge pull request #1571 from BalzGuenat/grave-esc-fix | ||
Fix for issue #1568 | |||
2017-08-14 | Merge pull request #1576 from That-Canadian/minidox | ||
Minidox | |||
2017-08-14 | Add files via upload | ||
2017-08-14 | Fixed so will compile both with and without underglow | ||
2017-08-14 | Add files via upload | ||
2017-08-14 | Create Keymap.c | ||
RGB Underglow mod for layer indication | |||
2017-08-13 | Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵ | ||
it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently. | |||
2017-08-13 | Merge branch 'master' into minidox | ||
2017-08-13 | Merge remote-tracking branch 'upstream/master' | ||
2017-08-12 | fix for issue #1568 | ||
2017-08-12 | Merge remote-tracking branch 'upstream/master' | ||
# Conflicts: # docs/faq_keymap.md |