summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix conflicting types for 'tfp_printf' (#8269)"skullY2020-05-0410-14/+357
| | | | This reverts commit e17b55e33ad5b3dcefcf7b828ac99aeb2daeeae2.
* format code according to conventions [skip ci]QMK Bot2020-05-041-3/+1
|
* Fix conflicting types for 'tfp_printf' (#8269)Joel Challis2020-05-0310-356/+15
| | | | | | | | | | | | | * Refactor to use mpaland/printf * trim firmware size * remove keymap changes * run clang format * Fixup after rebase * fix up git-submodule command for printf
* Disable console and command on TGR 910CE (#9011)Ryan2020-05-031-2/+2
|
* Initial vusb console support (#8559)Joel Challis2020-05-039-48/+256
|
* Add some usages needed for ChromeOS hosts (#8996)Joshua Moses Diamond2020-05-031-0/+2
|
* Provide a mechanism for split keyboards to process key press on both halves ↵Joel Challis2020-05-031-1/+8
| | | | (#9001)
* Add redirect for old getting started links (#8987)Joel Challis2020-05-021-1/+2
|
* Formatting (#8981)buzzlighter12020-05-021-17/+24
|
* Audio_Enable, AVR template update (#8901)JohSchneider2020-05-011-1/+1
| | | | | | | | | | | | | | | | | | | * Branch point for 2020 May 30 Breaking Change * audio-configuration: template: audio_avr.c does NOT default to C6 not on its own, it needs a pin configured per define in config.h for audio to actually work otherwise only parts of the code are included in the firmware, wasting space and possibly breaking builds because auf hitting the firmware-size limits * audio-configuration: strip comment to bare essentials Co-Authored-By: Ryan <fauxpark@gmail.com> * revert future change Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Johannes <you@example.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com>
* Add xd002 support (#8598)Joel Challis2020-05-0117-0/+351
| | | | | | | | | | | | | * Add xd002 support * tidy some whitespace * align filename * Update keyboards/xd002/info.json Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* [Documentation] Added raw hid documentation page (#7640)Ahmed Elshafey2020-05-012-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added raw hid feature documentation page * Update docs/feature_rawhid.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/feature_rawhid.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/feature_rawhid.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/features.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * added feature_rawhid.md to _summary.md in docs * fixed _summary.md order * Update docs/feature_rawhid.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update feature_rawhid.md Removed the useless bit about finding usage page and usage. * Update feature_rawhid.md * Update docs/feature_rawhid.md Co-Authored-By: Nick Brassel <nick@tzarc.org> * Update docs/feature_rawhid.md Co-Authored-By: Nick Brassel <nick@tzarc.org> * Update docs/feature_rawhid.md Co-Authored-By: Nick Brassel <nick@tzarc.org> * Update docs/feature_rawhid.md Co-Authored-By: Nick Brassel <nick@tzarc.org> * Remove teensy client, small origanization fixes * Fixed merge conflicts Removed features.md Updated _summary.md with new format and added RAW HID entry under Software Features * Added rawhid feature page Messy is what you get when you don't do things right the first time Co-authored-by: fauxpark <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add Via Keymap to Blackplum (#8975)Eriq M. Adams2020-05-013-3/+43
|
* [Docs] Japanese translation of docs/feature_key_lock.md (#8948)umi2020-05-011-0/+27
| | | | | | | * add feature_key_lock.md translation * update based on comment * set link as lang dir
* [Docs] Japanese translation of docs/feature_haptic_feedback.md (#8874)umi2020-05-011-0/+163
| | | | | | | * add feature_haptic_feedback.md translation * update based on comment * update based on comment
* QMK-ify some GPIO macros (#8315)Ryan2020-04-3012-94/+34
|
* BACKLIGHT_ON_STATE config.h fixes (#8862)Ryan2020-04-3010-12/+3
|
* format code according to conventions [skip ci]QMK Bot2020-04-291-1/+1
|
* add 'togglePin' convenience function (#8734)JohSchneider2020-04-292-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add 'togglePin' conveniance function for AVR and chibios * drop outmost parantheses Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * toggle pin on avrs toggle a pin configured as output by writing the corresponding bit to the PIN register Co-Authored-By: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * togglepin: add documentation for newly added function * Update docs/internals_gpio_control.md Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * on AVR: use PORTD to toggle the output ... since not all MCUs support toggling through writing to PIN Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: Johannes <you@example.com> Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com> Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Vitamins included VIA support (#8876)Mikkel Jeppesen2020-04-292-0/+86
| | | | | | | | | | | * Added VIA support * added via support to vitamins included * Added VIA support * added via support to vitamins included * Used actual nkro alias
* [Keyboard] id80: Transpose matrix to use faster COL2ROW routines (#8930)Sergey Vlasov2020-04-292-25/+26
| | | | | | | | | | | | | | | | | | * id80: Transpose matrix to use faster COL2ROW routines Even the standard QMK matrix_scan() function can give about 2 times higher scan rate (if compiled with optimizations enabled) if the COL2ROW matrix layout is used instead of ROW2COL. Although the ID80 PCB is wired using the ROW2COL matrix layout, it is possible to transpose the matrix from the QMK standpoint, so that "columns" would correspond to horizontal connections, and "rows" would correspond to (mostly) vertical connections; in this case the matrix could be handled as if it had the COL2ROW layout. The matrix layout change makes the older VIA JSON layout definition incompatible, but the corresponding JSON was not yet accepted to the VIA repository, so it should still be safe to make this change. * id80: Remove obsolete comments
* [Keymap] Add VIA Keymap to RoMac+ Directory (#8966)Garret G2020-04-292-0/+18
|
* format code according to conventions [skip ci]QMK Bot2020-04-291-6/+3
|
* Convert clipping variables in rgblight.c to a structure (#7720)Drashna Jaelre2020-04-294-65/+56
|
* [Keyboard] Add via support for cypher rev5 PCB (#8898)yd-null2020-04-283-1/+38
|
* A few final edits to the keymap and readme. (#8845)Drashna Jaelre2020-04-282-27/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A few final edits to the keymap and readme. * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
| * Update keyboards/xd75/keymaps/buzzlighter1/readme.mdbuzzlighter12020-04-251-0/+2
| | | | | | Co-Authored-By: Joel Challis <git@zvecr.com>
| * Update keyboards/xd75/keymaps/buzzlighter1/readme.mdbuzzlighter12020-04-251-0/+4
| | | | | | Co-Authored-By: Joel Challis <git@zvecr.com>
| * Update keyboards/xd75/keymaps/buzzlighter1/readme.mdbuzzlighter12020-04-251-0/+1
| | | | | | Co-Authored-By: Joel Challis <git@zvecr.com>
| * Update keyboards/xd75/keymaps/buzzlighter1/readme.mdbuzzlighter12020-04-181-1/+1
| | | | | | Co-Authored-By: Joel Challis <git@zvecr.com>
| * A few final edits to the keymap and readme.buzzlighter12020-04-182-27/+28
| |
* | Add SPI master for ChibiOS/ARM. (#8779)Nick Brassel2020-04-295-3/+235
| |
* | fix sick68 space key handwiring location (#8962)Umberto Baldi2020-04-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix space key handwiring location * fix mechmerlin layout * Revert changes from mechmerlin layout Co-Authored-By: Joel Challis <git@zvecr.com> * Update layouts/community/65_ansi/mechmerlin/keymap.c * revert Co-authored-by: Joel Challis <git@zvecr.com>
* | Allow some usbconfig.h overrides at the keyboard level (#8647)Joel Challis2020-04-291-0/+16
| |
* | Edit Unit Testing Documentation (#8961)Alexander Hart2020-04-291-1/+1
| |
* | [Keymap] add chriskopher keymap for usb-usb converter (#8856)Chris Ko2020-04-287-0/+682
| |
* | [Keymap] Added Xd75 and viterbi keymaps,refactored my userspace. (#8776)Eric Gebhart2020-04-2813-621/+1592
| |
* | [Keyboard] latinpad(Original:hasupad,RENAMED latinpad) (#8766)HASU2020-04-2810-0/+584
| | | | | | | | | | | | | | Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com> Co-Authored-By: Ryan <fauxpark@gmail.com> Co-Authored-By: Joel Challis <git@zvecr.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* | format code according to conventions [skip ci]QMK Bot2020-04-281-1/+1
| |
* | Add Romanian keymap and sendstring LUT (#8852)Ryan2020-04-283-0/+290
| |
* | adding info.json for funky40 (#8956)TheFourthCow2020-04-271-0/+12
| |
* | [Keyboard] TGR 910 CE (#8940)MechMerlin2020-04-279-0/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit for TGR 910 CE * got firmware working on the 910 CE * add VIA support * add iso and all layouts * update information about resetting the board * fixup default keymap to have a second layer * fixup default keymap * add VIA enabled keymap * cleanups and adding community layout support * add caps lock led support and backlight * add qmk configurator support * Update keyboards/tgr/910ce/info.json
* | [Keyboard] Add royal directory and add 2 keyboard releases (#8877)Garret G2020-04-2720-0/+929
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add royal project folder and 2 released keyboards * fix iso keymap clarification * Apply suggestions from code review * Update keyboards/the_royal/schwann/schwann.h * Update keyboards/the_royal/liminal/liminal.h * Update keyboards/the_royal/schwann/keymaps/default/keymap.c * Apply suggestions from code review new * Update keymap.c * Update keymap.c * Apply suggestions from code review * Update rules.mk * add rules.mk to schwann default * Apply suggestions from code review * add rules.mk to shwann default
* | [Keyboard] Add Funky40 support (#8942)TheFourthCow2020-04-277-0/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding all relevant files for the Funky40 This should add all proper files for the funky40 a keyboard I designed for myself, /u/TheFourthcow, a 40% ortholinear with split spacebar. * Second attempt to add all relevant files for the funky40, includes all reccomended changes from my previous pull request * Revised most files for Funky40 including reccomenations from my previous pull request * further modifications made to default funky40 board, compiles on my side with no errors hopefully this one works! * Update keyboards/funky40/readme.mk.mk * Update keyboards/funky40/keymaps/default/readme.md.md * Update keyboards/funky40/keymaps/default/keymap.c * Update keyboards/funky40/keymaps/default/keymap.c * Update keyboards/funky40/keymaps/default/keymap.c * Update keyboards/funky40/config.h * updating readmes and keymap * final update to keymap and readmes should function correctly with updates requested * made changes as requested by noroadsleft to config and readme
* | [Keymap] Add personal layout: dz60:mpstewart (#8938)mpstewart2020-04-273-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mpstewart dz60 layout * Remove macro aliases from keymap * Remove macro aliases from keymap * Update keyboards/dz60/keymaps/mpstewart/keymap.c * Remove macro aliases from keymap * use AG_TOGG instead of AG_SWAP Also some commentary changes, and a change to one of the layout graphics
* | [Keymap] Gherkin SuperMicro 28 (#8886)Stefano2020-04-274-0/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Gherkin SuperMicro 28 * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/config.h * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * removed jpegs * removed jpegs * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * removed firmware sizes * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * Update keymap.c
* | Update and try to clarify the CLI installation on Linux (#8783)Erovia2020-04-271-3/+14
| | | | | | | | | | | | | | | | | | | | | | * Update and try to clarify the CLI installation on Linux * Update commands, add note for Debian/Ubuntu * Update docs/newbs_getting_started.md Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | [Keymap] Vitamins_included keymap vitavim (#8864)Daniel Dylewsky2020-04-272-0/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new keymap to vitamins_included, this has four layers. Updated config file to sync rgb between the two halves. * Cleaned up and added documentation for the keymap * Updated the keymaps and documentation. * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/config.h * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c
* | [Keyboard] Aplx2 osu! keyboard (#8847)Aplyard2020-04-276-0/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create test.txt * aplx6 * Delete test.txt * fff * Delete ffff * test compile * Create README.md * edited * requests * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * pins update * update * update pins * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * initial commit * Update aplx2.h * Update keyboards/aplx2/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx2/README.md * folder change * Update keyboards/handwired/aplx2/README.md * Update keyboards/handwired/aplx2/README.md * latest suggestion * Update keyboards/handwired/aplx2/README.md
* | [Docs] Japanese translation of docs/feature_grave_e