Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | Updates send_string functionality, adds terminal feature (#1657) | ||
* implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs | |||
2017-09-08 | Remove all Makefiles from the keyboards directory. (#1660) | ||
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard | |||
2017-09-06 | RGB improvements (#1684) | ||
* Allow the knight animation to be restricted to a portion of the LED strip * Add keys for jumping directly to particular animation modes * Remove orphaned break statements * Tweak the `RGB_MODE` buttons so they cycle through the same mode. * small indentation fix | |||
2017-09-06 | Update mac guide (#1665) | ||
`avr-libc` is no longer, and it's called `avr-gcc` now. https://github.com/osx-cross/homebrew-avr Also you need `gcc-arc-none-eabi` to be able to compile in my experience. | |||
2017-09-05 | Update feature_common_shortcuts.md | ||
2017-08-30 | add UC_OSX_RALT to make unicode use the Right Alt key on OSX | ||
2017-08-23 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | ||
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches | |||
2017-08-20 | Add compile error if too many endpoints are defined for the ATmega32U4. | ||
2017-08-19 | validates json | ||
2017-08-19 | adds redirects for docs | ||
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-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-15 | correct tilde to grave | ||
2017-08-12 | Merge remote-tracking branch 'upstream/master' | ||
# Conflicts: # docs/faq_keymap.md | |||
2017-08-11 | fix code block formatting | ||
2017-08-11 | add description of new option to docs and add option (commented out) into ↵ | ||
template. | |||
2017-08-11 | add description of new option to docs and add option (commented out) into ↵ | ||
template. | |||
2017-08-08 | Change installation of avr-libc to avr-gcc, now that avr-libc is integrated ↵ | ||
into the avr-gcc build | |||
2017-08-08 | Added support for locking One Shot modifiers. | ||
2017-08-08 | Added initial key lock documentation. | ||
2017-08-06 | Merge pull request #1554 from qmk/docs | ||
Updates some remaining doc stuff | |||
2017-08-03 | add short name for locking mods to docs. | ||
2017-08-02 | fix section in porting guide that refered to Makefile instead of rules.mk | ||
2017-07-27 | Fix typo in docs. | ||
2017-07-27 | Link to steno docs from summary page. | ||
2017-07-27 | Add documentation for Steno. | ||
2017-07-24 | adds option for alt pitch standards | ||
2017-07-23 | Fix minor formatting issue. | ||
2017-07-23 | update audio/music documentation | ||
2017-07-23 | update audio documentation | ||
2017-07-23 | remove unneccesary headers | ||
2017-07-23 | start updating audio docs | ||
2017-07-17 | Update _summary.md | ||
2017-07-17 | Rename docs/features/README.md to docs/features.md | ||
2017-07-10 | Invites contributions | ||
2017-07-08 | Add terminal examples to doc best practices | ||
2017-07-08 | Rearrange the faq a bit | ||
2017-07-08 | Flesh out the glossary | ||
2017-07-07 | comment out unformatted audio/midi sections | ||
2017-07-06 | Merge branch 'master' into docs | ||
2017-07-06 | Update mouse_keys.md | ||
fix typo |