Commit Graph

190 Commits (f2c32b3ea452827fe1378d870f519bfa6b7875e3)

Author SHA1 Message Date
Balz Guenat 858c09f370 add example keymap
Balz Guenat 179d64d33c extend macro docs a bit
drashna 3c15c48e6a Add "KC_MAKE" to userspace example
James 309a400b3e Update hand_wire.md
Change "Resin" to "Rosin"
Erin Call 392121b10e Document the Teensy hardware reset problem
skullY 4df4fa7c26 Clarify `KC_PWR` vs `KC_POWER`. Fixes .
skullY 66f13e4972 Move keycodes to their own section
Jack Humbert bb11df6b7a update some docs
Zach Burchill e236f1eba1 Fixed some grammar and typos on the docs ()
* fixed grammar and references

* fixed typo
Fred Silberberg 89357b96d4 333fred layout update ()
* Set up tap dance for layers on the lower button.

* Refactored code to share in the users directory between my two keyboard layouts.

* Small keyboard layout change.

* Updated documentation on oneshot usage in macros/tap dance.
Jeremy Cowgar 245b3376d6 Correct the rules.mk documentation for auto shift.
fixes 
skullY 535c2f60a9 use real greater than and less than chars
skullY 432674781a Document info.json files
skullY 4e41beeaa6 Fix a typo
Jack Humbert 00733f4b87 update contributing guidelines
Jack Humbert d069a42c07
Update getting_started_github.md
Arialdo Martini 32bb8f6b8a Improvements to documentation ()
* Typo: Github => GitHub

* Typo: windows => Windows, docker => Docker, and some punctuations

* "QMK Introduction" links to the right file

* "Unix" rather than "UNIX", which is a trademark

* Directory name is "keyboards", not "keyboard"

* "handwired" is a subdirectory of "keyboards"

* Punctuation and minor fixes

* macOS rather than Mac

* Punctuation and other minor fixes

* Vagrant Guide links to an existing file

* Jun Wako referenced with his name rather than his nickname

* Saxon genitive 's outside the link
Jack Humbert 38261920a9
update hand wiring link
tsankuanglee 04b9b62bdc RETRO_TAPPING ()
* add RETRO_TAP: tap anyway, even after TAP_TERM, if no interruption

* consistent variable name

* add option doc

* change name for consistency

* make RETRO_TAPPING default to off
Zach Burchill 4c1164c469 fixed two typos
I'm almost 100% sure "else if (state->count = 2) {" was a typo (it should have two ='s for a logical operator), and I'm *pretty* sure "if (state->interrupted || state->!pressed) return SINGLE_TAP;" has a typo. At least, it returns an error on my machine saying something about an unexpected '!'.  
I changed it to a slightly longer form (i.e., "state->pressed==0"), and that worked fine.
Jeremy Cowgar 49c32021db Added missing RGB and Auto Shift in main feature list. Also standardized on period at the end of each feature list item.
Jeremy Cowgar 76d807fe7d Fix code example in auto shift docs
Jeremy Cowgar bf1fedc05e Fixed various feature links
Jack Humbert 4d421ee31c adds flashing docs
skullydazed 67cc5cebc0 Restructure the hardware and feature docs to make things easier to find ()
* fix  by documenting more config.h options

* Clean up and organize documentation
Sebastian Kaim 1f43495922 Added a new keycode for cycling through RBG modes which reverses directions when shift is hold.
This commit adds a new keycode `RGB_SMOD` which is the same as `RGB_MOD` (cycle through all modes),
but when it is used in combination with shift it will reverse the direction.
Daniel Gordon 725aa5b820 Update to Tap-Dance Docs for Fast Typists
* Quad function tap dance works as intended when typing fast
    * Example 4 in doc has been updated

Change-Id: If33406299e2eed49152c495da92f4977dfdc1e2f
Jack Humbert 06f196c589 Creates a userspace for keymaps ()
* create a user space

* adds example

* document, add readme.md

* jackhumbert userspace, ergodox keymap
skullY 9bb259b660 Fix the naming for clueboard files
James 3276c4c56a Minor punctuation and grammar edits.
Jason Milkins 78923cb884 Fix code backticks on Frequently Asked Build Questions docs
Jason Milkins a860d9d628 Fix missing code backticks
Daniel Gordon 383e508bc5 Quad Function Tap Dance added to TD Doc
* Added section to example, detailing how to accomplish the
        'quad-function' tap dance.
    * Refactored TD documentation to clearly separate different complex
        examples

Change-Id: Ifc1495d1142849c771418fdabc458c04c48311e6
skullydazed ad49db8cd2 Address by using a formula to define the breathing curve ()
* Address  by using a formula to define the breathing curve and exposing defines to control the shape of the curve.

* Tweak the behavior of breathing for clueboard
Dylan Khor aa660c1eb7 Broken link found in issue
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination ()
* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* start to update readmes and keyboards

* look in keyboard directories for board.mk

* update visualizer rules

* fix up some other keyboards/keymaps

* fix arm board ld includes

* fix board rules

* fix up remaining keyboards

* reset layout variable

* reset keyboard_layouts

* fix remainging keymaps/boards

* update readmes, docs

* add note to makefile error

* update readmes

* remove planck keymap warnings

* update references and docs

* test out tarvis build stages

* don't use stages for now

* don't use stages for now
Jonathan Arnett 4c0ff7b7ea Remove reference to Ergodox subprojects from docs
At one time, "ez" and "infinity" may have been subprojects of a
unified "ergodox" project, but this is not currently the case. Running
`make ergodox-ez-default-teensy` (or similar), as the documentation
currently implies, does not work.
skullY db5afb05cf Fix the presentation of the contribution guide
skullydazed 2db4ad2133 Write a contributing guide. ()
Jesper Brix Rosenkilde 966e2660cf Add option to reverse PS2 mouse axes and scrolling
Snipeye cfd118d158 Added Dichotemy Keyboard, updated docs for Pointing Device ()
* Added Dichotemy Keyboard, updated docs for Pointing Device

* Updated readme

* Updated mouse report pointer in pointing_device.c
lyuts d8c62e4238 Fixed typo in docs. ()
Snipeye ee13228486 Generic Pointing Device ()
Dylan Khor 0cc62459a7 Minor typo
Sebastian Kaim 29bcffb3f3 Edited a minor typo in feature_bootmagic.md.
Daniel Gordon 03de0c8575 Reference to rules.mk in tap dance docs added
Change-Id: I64aa6f95a30ab05f0ed3f499e54b9e125d379fad
Max Riveiro f1451b4b04 Fix HSV Color Wheel image on RGB Light page ()
Signed-off-by: Max Riveiro <kavu13@gmail.com>
Lukas Werling 1ad941e984 Add shell.nix for NixOS users
Zach Burchill 809c9258c1 Fixed typo of "multually" to "mutually"
surlyjake c8d365f5da platform descriptions to match master keycodes.md documentation