summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix for ISO layout in tada68:rys (#4906)Rys Sommefeldt2019-01-211-2/+2
| | |
* | | [Keyboard] Added TGR Alice keyboard support (#4896)Felipe Coury2019-01-219-0/+819
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added TGR Alice keyboard support This keyboard uses ps2avrGB firmware, so I used the same matrix Bootmapper Client was using and was able to flash it appropriately. * Refactor alice to use QMK core * Fixed markdown line breaks on TGR Alice readme
* | | handwired/retro_refit: refactor, Configurator support and readme update (#4899)noroadsleft2019-01-214-96/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * handwired/retro_refit: refactor - retro_refit.h - updated to use #pragma once include guard - refactored layout macro to not auto-prepend KC_ to keycodes - renamed to LAYOUT (from KEYMAP) - aligned for readability - default keymap.c - now uses #include QMK_KEYBOARD_H - removed unused fn_actions and action_get_macro blocks * handwired/retro_refit: Configurator support * handwired/retro_refit: readme update Updated readme to format of current QMK template.
* | | Initial fixes for vagrant (#4900)zvecr2019-01-211-13/+18
| | |
* | | Tidy up IS_{,HOST_}LED_{ON,OFF} macros (#4894)Konstantin Đorđević2019-01-202-29/+15
| | | | | | | | | | | | | | | | | | * Tidy up IS_{,HOST_}LED_{ON,OFF} macros * Tweak LED control docs
* | | [Keyboard] Tmo50 initial commit (#4891)Emīls Delle2019-01-207-0/+433
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create ISO HHKB keymapping for GH60 * Add media controls to Fn layer * Use M(x) instead of F(x), add Copyright text * Create initial firmware for TMO50 * Correct year and author * Fix repos README * Remove unnecessary code * Change include guard in tmo50.h
* | | Update Templates (stop living in the past, its 2019) (#4897)MechMerlin2019-01-208-8/+8
| | |
* | | Plain60 Configurator support and cleanup (#4888)noroadsleft2019-01-203-6/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Plain60: remove redundant include guard from plain60.h Superseded by #pragma once. * Plain60: add Docs links to readme file * Plain60: Configurator support
* | | Add crd's do60 (#4889)Jason Thigpen2019-01-201-0/+33
| | |
* | | Added VIA Configurator support to Snagpad (#4890)Wilba2019-01-203-2/+176
| | |
* | | schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) ↵Daniel Schäfer2019-01-194-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#4883) * new hhkb keymap implementing movement layer + comfort features * Apply suggestions from code review Co-Authored-By: schaefer-dev <schaefer.dev@gmail.com> * removed deprecated function action_get_macro and mousewheel configs that are no longer used
* | | handwired/reddot refactor, Configurator support and readme update (#4886)noroadsleft2019-01-194-56/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * handwired/reddot: refactor - reddot.h - updated to use #pragma once include guard - renamed layout macro KEYMAP to LAYOUT - refactored arguments to more closely resemble physical layout - aligned for readability - keymaps/default/keymap.c - now uses #include QMK_KEYBOARD_H - updated include path for keymap_french.h - refactored to use short keycodes - aligned for readability * handwired/reddot: Configurator support * handwired/reddot: readme update - update readme to current QMK template - add KLE permalink to my best guess at the layout
* | | Add Plain60 support (#4887)Maarten Dekkers2019-01-196-0/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Plain60 support * Delete info.json * Remove definition of KC_TRNS in keymap * Add spaces for proper markdown to readme.md
* | | [Keyboard] Enable RGB Underglow for Idobo Boards (#4885)Stefan Peterson2019-01-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update rules.mk * Update rules.mk * Update rules.mk * Update rules.mk * Update rules.mk
* | | [Keyboard] DC60 layout_all not really layout_all (#4884)MechMerlin2019-01-193-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add k3c and change layout to LAYOUT_all * fix up info.json for the new layout * forgot to add k3c into the physical layout matrix * fix keymaps
* | | [Keyboard] TKC Candybar: Correct info.json (#4882)TerryMathews2019-01-191-1/+4
| | | | | | | | | | | | Inadvertently left a key position out of info.json, keeping it from rendering properly.
* | | [Keyboard] Initial support for TKC Candybar (#4881)TerryMathews2019-01-1814-0/+2579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial support for TKC Candybar * Correct FN layer issue Both shift keys were overloaded. Moved Caps Lock to FN + C. * Update keyboard description in config.h. * Info.json * Update project information * Update keyboards/candybar/readme.md Co-Authored-By: TerryMathews <terry@terrymathews.net>
* | | handwired/qc60: refactor, Configurator update, and readme update (#4878)noroadsleft2019-01-185-65/+606
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * handwired/qc60: refactor and Configurator update - correct layout macro name (LAYOUT_ANSI_DEFAULT to LAYOUT_ansi_default) - add layout data for remaining layout macros - correct ISO layout macros (neither had a split left Shift) - refactor LAYOUT_iso_alt (place KC_NUHS key on home row; consistent with LAYOUT_iso_default) - proto.h refactored to use #pragma once include guard * handwired/qc60: keymap refactor - delete redundant KC_TRNS and KC_NO aliases * handwired/qc60: readme update - update header (made consistent with QMK template) - update Docs links (Newbs Guide; grammar)
* | | [Keyboard] handwired/ortho60 Configurator update, readme update, and rules ↵noroadsleft2019-01-183-5/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tidy (#4877) * handwired/ortho60: Configurator update - correct labels for Up and Right keys - add layout data for LAYOUT_1x2uC * handwired/ortho60: readme update - update readme file to use QMK template * handwired/ortho60: deleted DEFAULT_FOLDER rule Not needed as the keyboard currently has no revisions.
* | | Fix Encoder documentation (#4861)Drashna Jaelre2019-01-182-8/+13
| | |
* | | TKC1800 refactor and Configurator visual fixes (#4870)noroadsleft2019-01-1813-826/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TKC1800: refactor - tkc1800.h - updated to use #pragma once - visual alignment - update config.h files to use #pragma once - update all keymaps to use #include QMK_KEYBOARD_H - delete redundant mod mask, KC_TRNS, and KC_NO definitions - reformat keymap layers for readability - add block comment for Function layer in default keymap - delete commented action_get_macro code blocks (deprecated function) - update files to better conform with QMK coding conventions - update smt keymap to use set_single_persistent_default_layer (instead of persistent_default_layer_set) - replace instances of `?=` with `=` in rules.mk * TKC1800: Configurator visual fixes - correct key sizes and positioning - reformat file so each physical key object has its own line for readability - update and add `label` keys for readability * TKC1800: readme update - fix image gallery link - update Hardware Supported and Hardware Availability lines - update make example (add :default suffix) - update QMK Docs links (Newbs Guide; grammar) * Add missing semicolons to smt keymap
* | | Fixed the build break of helix/rev1:OLED_sample caused by PR #4462. (#4874)Takeshi ISHII2019-01-181-0/+20
| | |
* | | Add cursor keys to top layer (#4876)Kenny Hung2019-01-181-4/+4
| | |
* | | [Keyboard] Fix bootloader size for v60_type_r (#4873)WillyPillow2019-01-171-7/+8
| | |
* | | Flip definitions of macOS brightness aliasJunya Ogura2019-01-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: KC_BRMU - Brightness Down KC_BRMD - Brightness Up After: KC_BRMU - Brightness Up KC_BRMD - Brightness Down
* | | Grammatical fixes for GPIO Control doc (#4869)noroadsleft2019-01-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Grammatical fixes for GPIO Control doc I found the Advanced Settings section to be poorly written. * Commit suggestions from fauxpark * Change first instance of "microcontroller" to match suggestion
* | | handwired/ortho5x13: layout macro refactornoroadsleft2019-01-171-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | Discovered the LAYOUT_compact macro didn't compile in QMK Configurator. Realized the reason for that was that it automatically prepends `KC_` to every keycode received. Renamed the macro to LAYOUT_kc so Configurator will ignore it. Also changed the file to use the #pragma once include guard because I was in here anyway.
* | | Add new brightness aliases to keycodes_basic.mdfauxpark2019-01-172-253/+249
| | |
* | | [Keyboard] update VENDOR_ID, PRODUCT_ID, and DEVICE_VER for Duck boards (#4612)MechMerlin2019-01-175-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | * change VENDOR_ID, PRODUCT_ID, and DEVICE_VER as step one in getting VIA support * fix v1 product id * VIA doesn't use the version, so we need to encode it into PRODUCT_ID
* | | Add Planck rev1 and rev2, clean up rev3-5 config.hJordi Pakey-Rodriguez2019-01-177-18/+11
| | |
* | | Allows Terminal to use ModTap/LayerTap keys (#4586)Mislav Čakarić2019-01-171-0/+6
| | | | | | | | | | | | | | | | | | * fixes #4583 * #4583 - terminal also handles layer tap now
* | | Defined IS_(HOST_)LED_ON/OFF() and improved LED documentation (#4853)DidierLoiseau2019-01-172-8/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Defined IS_(HOST_)LED_ON/OFF() and improved LED documentation * Update docs/custom_quantum_functions.md Co-Authored-By: DidierLoiseau <didierloiseau+github@gmail.com> * Update docs/custom_quantum_functions.md Co-Authored-By: DidierLoiseau <didierloiseau+github@gmail.com> * Integrated @drashna and @fauxpark's PR comments - changed all plurals of "LED" to "LEDs" in the file - rewording of the note about host_keyboard_leds() vs. led_set_user() * Update docs/custom_quantum_functions.md Co-Authored-By: DidierLoiseau <didierloiseau+github@gmail.com>
* | | MacOS Brightness Alias (#4836)Jeremy Bernhardt2019-01-172-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added aliases for OSX brightness * Updated docs for alises * Moved aliases, added docs to Brightness section * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keycode.h * Update keycode.h * Update keycodes.md * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com>
* | | [Keymap] added custom led effect keymap.c (#4856)Valen Cheung2019-01-171-0/+939
| | |
* | | Simplify split_common Code significantly (#4772)James Churchill2019-01-1724-1321/+711
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |