skullY
db5afb05cf
Fix the presentation of the contribution guide
2017-10-11 12:18:53 -07:00
skullydazed and GitHub
2db4ad2133
Write a contributing guide. ( #1827 )
2017-10-11 12:07:15 -07:00
Jesper Brix Rosenkilde and Jack Humbert
966e2660cf
Add option to reverse PS2 mouse axes and scrolling
2017-10-10 07:20:17 -10:00
Snipeye and Jack Humbert
cfd118d158
Added Dichotemy Keyboard, updated docs for Pointing Device ( #1817 )
...
* Added Dichotemy Keyboard, updated docs for Pointing Device
* Updated readme
* Updated mouse report pointer in pointing_device.c
2017-10-10 07:07:59 -10:00
lyuts and skullydazed
d8c62e4238
Fixed typo in docs. ( #1818 )
2017-10-06 20:15:55 -07:00
Snipeye and Jack Humbert
ee13228486
Generic Pointing Device ( #1767 )
2017-10-06 07:13:08 -10:00
Dylan Khor and Jack Humbert
0cc62459a7
Minor typo
2017-10-05 07:22:25 -10:00
Sebastian Kaim and Jack Humbert
29bcffb3f3
Edited a minor typo in feature_bootmagic.md.
2017-10-05 06:17:34 -10:00
Daniel Gordon and Jack Humbert
03de0c8575
Reference to rules.mk in tap dance docs added
...
Change-Id: I64aa6f95a30ab05f0ed3f499e54b9e125d379fad
2017-10-03 09:04:31 -10:00
Max Riveiro and skullydazed
f1451b4b04
Fix HSV Color Wheel image on RGB Light page ( #1773 )
...
Signed-off-by: Max Riveiro <kavu13@gmail.com >
2017-09-29 16:19:15 -07:00
Lukas Werling and Jack Humbert
1ad941e984
Add shell.nix for NixOS users
2017-09-25 13:14:20 -04:00
Zach Burchill and Jack Humbert
809c9258c1
Fixed typo of "multually" to "mutually"
2017-09-25 13:08:06 -04:00
surlyjake and Jack Humbert
c8d365f5da
platform descriptions to match master keycodes.md documentation
2017-09-25 13:07:46 -04:00
surlyjake and Jack Humbert
957e44231a
updated keycodes media descriptions
...
Platform compatibility descriptions added for mute, volume up/down
2017-09-25 13:07:46 -04:00
Jeremy Cowgar and Jack Humbert
a89183591c
Fixed a few typos and spelling errors in auto shift feature document
2017-09-18 17:08:18 -04:00
Jeremy Cowgar and Jack Humbert
abba393f57
Added Auto Shift, tap key = normal, hold key = shifted state.
2017-09-18 17:08:18 -04:00
Jack Humbert and GitHub
7ad924bae5
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-12 00:43:10 -04:00
skullydazed and Jack Humbert
4cdcbdb861
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-08 13:47:50 -04:00
skullydazed and GitHub
4580d3a730
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 14:49:19 -07:00
Will Jiang and skullydazed
0ce45eb0b7
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-06 10:36:47 -07:00
Jack Humbert and GitHub
5f154f0a00
Update feature_common_shortcuts.md
2017-09-05 13:11:43 -04:00
Marco Fontani and Jack Humbert
da83f04a30
add UC_OSX_RALT to make unicode use the Right Alt key on OSX
2017-08-30 11:38:03 -04:00
Jack Humbert and GitHub
d2ff66a985
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-23 22:29:07 -04:00
Joe Wasson and Jack Humbert
bdc0880ca5
Add compile error if too many endpoints are defined for the ATmega32U4.
2017-08-20 11:51:57 -04:00
Jack Humbert
5cab5e4a4e
validates json
2017-08-19 08:35:14 -04:00
Jack Humbert
d8145c8464
adds redirects for docs
2017-08-19 08:31:54 -04:00
Joe Wasson and Jack Humbert
94ca84d271
Fix incorrect name for GeminiPR in docs.
2017-08-18 14:43:24 -04:00
Jack Humbert and GitHub
52f2f6d8ea
adds audio docs to summary
2017-08-18 13:57:57 -04:00
Benny Powers and Jack Humbert
9fed4f7948
Add link to keycodes doc in how_keyboards_work
2017-08-18 12:49:55 -04:00
Roy Wellington Ⅳ and skullydazed
c0a6935fb3
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 e6c638bed1
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-18 00:18:04 -07:00
Jack Humbert
b483a90a90
update favicons
2017-08-17 17:13:44 -04:00
skullY and Jack Humbert
f02430b131
Update links in the glossary
2017-08-16 15:47:20 -04:00
skullY and Jack Humbert
9d1a08e38a
Doc updates from going through every file
2017-08-16 15:47:20 -04:00
skullY and Jack Humbert
9b879b1267
break up keymaps and quantum keycodes into files by feature
2017-08-16 15:47:20 -04:00
skullY and Jack Humbert
2709744cdd
take a stab at documenting layers
2017-08-16 15:47:20 -04:00
skullY and Jack Humbert
207bcd788a
rework key_functions into feature_common_shortcuts
2017-08-16 15:47:20 -04:00
skullY and Jack Humbert
e6c638bed1
Overhaul the Getting Started section and add a FAQ section
2017-08-16 15:47:20 -04:00
discursivemoth and Jack Humbert
b7d43ee253
correct tilde to grave
2017-08-15 19:48:58 -04:00
Balz Guenat
430151dd51
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# docs/faq_keymap.md
2017-08-12 12:14:33 +02:00
Balz Guenat
175db1a549
fix code block formatting
2017-08-11 23:13:50 +02:00
Balz Guenat and Jack Humbert
5ad103fa51
add description of new option to docs and add option (commented out) into template.
2017-08-11 16:54:10 -04:00
Balz Guenat
3e67cc9c80
add description of new option to docs and add option (commented out) into template.
2017-08-11 22:20:36 +02:00
Danny Nguyen and Jack Humbert
f1536a3f54
Change installation of avr-libc to avr-gcc, now that avr-libc is integrated into the avr-gcc build
2017-08-08 10:03:19 -04:00
Fredric Silberberg and Jack Humbert
a3e1d9a8cc
Added support for locking One Shot modifiers.
2017-08-08 10:02:53 -04:00
Fredric Silberberg and Jack Humbert
5fc4a664dc
Added initial key lock documentation.
2017-08-08 10:02:53 -04:00
Jack Humbert and GitHub
9e79bb1491
Merge pull request #1554 from qmk/docs
...
Updates some remaining doc stuff
2017-08-06 22:29:59 -04:00
Balz Guenat and Jack Humbert
525b3deadf
add short name for locking mods to docs.
2017-08-03 23:10:31 -04:00
Balz Guenat and Jack Humbert
07ba06d0b6
fix section in porting guide that refered to Makefile instead of rules.mk
2017-08-02 22:00:49 -04:00
Joe Wasson and Jack Humbert
c5780647d8
Fix typo in docs.
2017-07-27 16:10:36 -04:00
Joe Wasson and Jack Humbert
26fb063be3
Link to steno docs from summary page.
2017-07-27 16:10:36 -04:00