summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-12[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps ↵Konstantin Đorđević
(#6312) * Add missing TD_RSF_RCT tap dance * Use standard QMK HSV and RGB structs, fix Godspeed colors * Move PROGMEM after the type in RGB intervals * Add MODERN_DOLCH_RED color, use it on KBD6X * Use 255 instead of RGBLIGHT_LIMIT_VAL in color definitions * Remove IS_COMMAND override on Whitefox
2019-07-12Documentation: Newbs Flashing: Hightlight that sudo may be needed (#6300)Phil Schalm
* Hightlight that sudo may be needed Also added "dfu-programmer: no device present" in so that anyone searching for that particular error can hopefully find the page. * Use new style of indicating a warning * Indicate that the FAQ should be read instead of blindly using sudo
2019-07-11Switch version incrementing to the command put together by @noroadsleft. (#6310)skullydazed
* Switch version incrementing to the command put together by @noroadsleft. * Update util/travis_compiled_push.sh Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2019-07-11[Keyboard] Adding KeyHive Maypad (#6287)Cody Bender
* added files for KeyHive Maypad * updated maypad files and moved honeycomb inside keyhive dir * fixed file paths, incorporated changes with fauxpark's suggestions, undid honeycomb move * updated with fixes from PR * added new lines to end of honeycomb files to fix compiling * Updated info.json to match the macro name from maypad.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * reordered layout in info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * removed KEYMAP from maypad.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * removed extraneous keymap files * pulled qmk/master for honeycomb * added ortho_5x4 and keymap cleanup * matched identities in maypad.h * added bootmagic functionality to maypad * changed bootmagic to lite
2019-07-11[Keyboard] [runner3680] Fix the number of keys (#6302)omkbd
* Fix the number of keys * add RGBLIGHT_LIMIT_VAL * fix RGBLED_NUM and COLS
2019-07-11[Keyboard] Fix XD96 info.json (#6309)fauxpark
* Fix XD96 info.json * Comma * Another comma Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2019-07-11Display firmware size percentage (#6307)fauxpark
2019-07-11[Keyboard] Update Felix keyboard (#6306)fauxpark
2019-07-11[Docs] Clarify the rules.mk setup for Unicode (#6286)fauxpark
* Clarify the rules.mk setup for Unicode * code point Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Remove "your" Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Undo a line change Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * dot the comma Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Update docs/feature_unicode.md Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>
2019-07-11[Keymap] Balance Twelve / Steno Keymap for Planck (#6283)yttyx
* New keymap. Cursor layer does not work. * Refinements to layout over months of use. * Changes following review. * Changes following review.
2019-07-11[Keyboard] Add handwired Wulkan keyboard (#6282)Napoleon Wulkan
* added handwired keyboard wulkan * added info.json for qmk configurator * fixed spelling * enum dont need to be assigned to zero * removed cflag from readme * updated rules.mk * removed unneeded rows from config * moved unicode to keymap conf * fix adjust layer and comments for keymap
2019-07-11Fixing effects to respect user sat and val levels (#6275)XScorpion2
2019-07-11Add personal KBD67 keymap (#6292)Stevan Milic
* Add kbdfans/kbd67/hotswap:stevanmilic keymap * Change Fn+H, Fn+L to Ctrl+Left, Ctrl+Right * Add keymap comments
2019-07-10Fix typo in Gentoo docstring (#6303)zjp
2019-07-10Fix bug in Mechllama G35 info.json (#6294)noroadsleft
2019-07-10QMK Configurator support for NEK Type A (#6295)noroadsleft
* QMK Configurator support for NEK Type A * Update labels to match default keymap
2019-07-09[Keyboard] Enable LTO on Handwired/Promethium to reduce compiled size (#6227)Drashna Jaelre
2019-07-09Fix parentheses in macros, and in general clean up quantum.h (#5021)Konstantin Đorđević
* Fix up GPIO macros * Fix up send string macros `string` arguments must not be parenthesized * Fix up miscellaneous macros * Make indentation uniform (4 spaces) * Make #ifdef vs #if defined usage consistent * Reorder standard includes * Revert indentation changes as per review comments * Revert #if defined(__AVR__) → #ifdef __AVR__ change * Change 2 space indent to 4 spaces on a couple of lines * Replace include guard with #pragma once
2019-07-09Fix debouncing issue for eager algorithms (#6081)Drashna Jaelre
* Fix debouncing issue for eager algos * Fix up typo issue
2019-07-09Add G35 keyboard (#6263)Kaylyn Bogle
2019-07-09Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)Drashna Jaelre
Using QUANTUM_LIB_SRC prevents the warning when multiple sources add the i2c_master.c file. Boards such as the Ergodox EZ Glow see this warning every time they compile because the board uses the file in general, and because the RGB LED Matrix requires it, as well.
2019-07-09[Keyboard] Espectro: add LAYOUT_split_bs_joined_right data to QMK ↵noroadsleft
Configurator (#6289)
2019-07-09[Keyboard] Omnikeyish: fix LAYOUT_101 macro (#6285)noroadsleft
* Fix LAYOUT_101 macro * Add default_101 keymap to prove the LAYOUT_101 macro works
2019-07-09[Keymap] Add personal Wasdat keymap, update other keymaps (#6290)Konstantin Đorđević
* Add wasdat:konstantin keymap TODO: Move it to layouts/ * Use HHKB arrow arrangement for mouse keys on KBD6X * Move KC_APP from Ctrl to M on all boards * Use RCT_RSF on Melody96 * Set TAP_HOLD_CAPS_DELAY to 50 in userspace * Use RSF_RCT instead of RCT_RSF
2019-07-08Add copyright year placeholders to new keyboard script (#6280)fauxpark
* Add copyright year placeholders to new keyboard script * More copyright header tweaks
2019-07-08[Keymap] Added my own keymap folder (#6261)Jason Krasavage
* added iris rev 3 keymap * stuff * Update config.h * Removed personal mapping folder so that I can branch it * Added personal Iris keymap folder * added enums, removed break after return, and removed line 3 of keymap.c * removed process record function
2019-07-08[Keymap] Add crkbd/vxid keymap (#6281)vxid
2019-07-08Updated OLED Docs with notes about screen timeout. (#6276)XScorpion2
* Updated OLED Docs with notes about screen timeout. * Update docs/feature_oled_driver.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2019-07-08mattly's userspace and iris (#6279)Matthew Lyon
2019-07-07Fix chibios so the dfu-suffix is only applied once. (#6270)skullydazed
2019-07-06Added mod carry over from press to release. (#5866)XScorpion2
Update docs/feature_space_cadet.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-07-06keymap for idobo (#6250)GreenShadowMaker
* greenshadowmaker keymap for idobo xd75 massdrop * remove uneeded config.h * corrected format to match convention instead of xd75 where I accidentally started from * fixed errors and added arrows bottom right to match my other layouts * updated readme * right arrow fix * Update keyboards/idobo/keymaps/greenshadowmaker/keymap.c removing unnecessary part, copied from different keymap Co-Authored-By: fauxpark <fauxpark@gmail.com> * added suggested changes * removed unneded elements
2019-07-06Noxary 268.2 update (#6254)fauxpark
* Fix Noxary 268.2 layout macros & info.json * Update Noxary 268.2 to current QMK code style
2019-07-06My personal keymap for the Iris Rev3 (#6271)Sid Carter
* updates to my iris keymap * some rational updates to the keymap - let's see how this works * updates to my iris keymap * some rational updates to the keymap - let's see how this works * add mouse keys and remove unused keys and some cleanup * a little bit more cleanup * actually enable mousekeys * fix markdown lint complaints * fix capitalization * changes made per suggestions
2019-07-05[Keymap] Adding new Gherkin keymap and configuration with RGB strip (#6252)Michel Gotta
2019-07-05Add makeful rules to .editorconfigDrashna Jaelre
OMFG, why is it not set to tabs??
2019-07-05[Keymap] Fixing keymap DYNAMIC_MACRO_RANGE keycode enumeration (#6248)Gam3cat
2019-07-05[Keyboard] Add TGR x SINGA Unikorn 60 (#6249)MechMerlin
* initial commit, copied from singa * default 60_ansi LAYOUT implemented and tested workin * add rgb underglow support bounded by ifdefs * edit readme to provide information on reset procedure and on rgb underglow support * improve the default keymap to have a second layer with function keys and even a RESET * Add LAYOUT_all macro and discovered that split backspace uses an additional pin on the microcontroller * fix up last line in readme * Add QMK Configurator support
2019-07-05Fix linux_install.sh script for OpenSuse v 15.1 (#6251)Kenny Hung
2019-07-04Move ISO Enter to its proper place in LAYOUT_60_iso (#6240)noroadsleft
2019-07-04[Keyboard] update Wasdat custom matrix (#6247)fauxpark
* Fix unselect_rows() for Wasdat custom matrix * Add fix for matrix_scan() return too (#5984)
2019-07-03[Keyboard] Fix Minivan K32 and K34 inversion (#6221)francislan
2019-07-03fix unselect_rows() in quantum/matrix.c (#6243)Takeshi ISHII
unselect_col() uses setPinInputHigh(), but unselect_cols() uses setPinInput(). This is not correct. unselect_cols() should also use setPinInputHigh().
2019-07-03[Keyboard] fix info.json for omnikeyish keyboards (#6189)henrikosorensen
* fix info.json for omnikeyish keyboards * Omnikey 101 obviously doesn't need a focus style backslash key, it has an ansi backslash already.
2019-07-03[Keyboard] Fixed ISO keymap for Gingham (#6242)yiancar
2019-07-03[Keyboard] Update catalog link in the TheVanKeyboards/Minivan Readme. (#6236)francislan
Previous link was broken.
2019-07-03[Keymap] Add DZ60 layout that supports a hybrid hhkb layout (#6235)Alex Lewis
* adds support for dz60 with 2 function keys * fix images for readme * Update readme.md * block comment and readme cleanup
2019-07-02[Keyboard] GH60 Configurator updates and modernization (#6232)noroadsleft
* Convert gh60.h to #pragma once include guard * Lint gh60.h This commit only changes white space. * Convert info.json to debug linting Making this file easier to read. * Put the label keys first for LAYOUT_60_ansi * Complete and correct key labels in info.json * Duplicate LAYOUT as LAYOUT_all Doing this for backwards compatibility. Has implications for user keymaps. * Update LAYOUT_all to make sense The original macro LAYOUT submitted for the GH60 gets a couple of things wrong: - K49 is placed between Space and Right Alt, when it's actually the right half of a split Backspace - K3C is assigned before K3D, when K3C is the 1u portion of a 1.75u/1u split Right Shift, and therefore K3D is actually to the left of K3C The LAYOUT_all macro corrects these issues, but the LAYOUT macro is unchanged, so as to not break user keymaps that depend on it. This commit also updates the default keymap to use the LAYOUT_all macro, and makes a minor change to the base layer to be more as a user would expect for the corresponding physical layout. * Correct the layout data for the LAYOUT macro in info.json Gives proper Configurator rendering. * Modernize default keymap Update the default keymap to use more modern QMK conventions. * Modernize the LED management code Update the LED management functions to use the GPIO functions, and clean up the led_set_kb() function. * Update key labels in info.json for LAYOUT_60_ansi_split_rshift Makes them consistent with the the rest of the file. * Update Docs links in readme file
2019-07-02[Keymap] Replaced xxxxxxx by XXXXXXX to fix build breakage (#6228)francislan
2019-07-02[Keymap] snowkuma Planck keymap (#6225)Dan Smith
* Snowkuma's planck layout. Heavily influenced by both Planck and SDOTHUMs layouts. I have tried to implement a comfortable layout with a wide stagger and a minimal set of key usage. Still a work in progress, hope it is useful to others. * Adds simple readme file and images of layout * Removes unused experimental definitions * Update readme.md Adds images of layout to readme. * Removes accidentally added test keymap .swn .swo .swp files * Updates config.h replaces include guard As suggested by @noroadsleft replaces the include guard (ifndef, define and endif) with just `#pragma once`. * Replaces two extra KC with inbuilt QMK equivalents custom_keycodes.h Replaces `___f___` with the equivalent QMK alias `_______` KC_TRNS `___x___` with the equivalent QMK alias `XXXXXXX` KC_NO Updates keymap.c to reflect the changes made. * Changes keymap.c to include QMK_KEYBOARD_H Replaces planck.h and action_layer.h includes with the single inclusion of QMK_KEYBOARD_H which includes action_layer.h automatically. * Update keyboards/planck/keymaps/snowkuma/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keymap.c removes unused Coleman key code from enum planck_keycodes * Update keymap.c removes COLEMAK key code logic