Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-28 | Add support for different encoder pinout for right half of split keyboard ↵ | Danny | |
(#6521) * Add support for different encoder pinouts for split keyboard * Update documentation for new encoder pinout feature | |||
2019-08-28 | Add an alternative method for keyboard discovery to speed up build (#6073) | Joel Challis | |
* Add an alternative method for keyboard discovery to speed up build * Chain MAKEFLAGS for docker_build.sh * Slight improvement to number of items sent to sort * Remove debug line * Fix line escape | |||
2019-08-28 | Restore brightness | Drashna Jaelre | |
2019-08-28 | use full brightness instead | Drashna Jaelre | |
2019-08-28 | Fix Indicator LEDs brightness | Drashna Jaelre | |
2019-08-17 | chore: move led shutdown logic in rgb_matric.c | Florian Didron | |
2019-08-17 | fix: do not turn off leds when usb suspend is not set | Florian Didron | |
2019-08-15 | chore: set rgb sleep by default for the Shine | Florian Didron | |
2019-08-15 | chore: set rgb suspend to default | Florian Didron | |
2019-08-15 | fix: shutdown all leds before suspend | Florian Didron | |
2019-08-15 | fix: eeconfig init timning issue on the Planck | Florian Didron | |
2019-08-15 | feat: force eeprom reset on flash | Florian Didron | |
2019-08-14 | Fix LT() crashing some ARM keyboards (#6529) | Joel Challis | |
2019-08-13 | Delete PULL_REQUEST_TEMPLATE.md | Drashna Jaelre | |
2019-08-13 | Update spacing in editorconfig file | Drashna Jaelre | |
For sanity's sake | |||
2019-08-13 | Mask off TD() parameter properly (#6143) | fauxpark | |
* Mask off TD() parameter properly * More parentheses | |||
2019-08-13 | Add some defaults for ATmega32A to mcu_selection.mk (#6253) | fauxpark | |
* Add some defaults for ATmega32A to mcu_selection.mk * Remove boilerplate from templates * Relax INTERRUPT_CONTROL_ENDPOINT and PROGRAM_CMD * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> | |||
2019-08-13 | Extend allowed range of tappable keycodes to include modifiers (#5809) | fauxpark | |
* Extend allowed range of tappable keycodes to include modifiers * Get rid of the magic numbers altogether * Remove some more magic numbers * Extract LM() functionality from ACT_LAYER_TAP * Use ACTION() macro everywhere | |||
2019-08-13 | Rename QK_TMK(_MAX) to QK_BASIC (#6509) | fauxpark | |
2019-08-13 | Improve backlight PWM pin support (#6202) | fauxpark | |
* Improve backlight PWM pin support * I accidentally an equals sign * Another typo * Order by pin number * Throw an error if backlight pin is C4 or C5 on 16/32U4 * Use else for clarity * Minor alignment adjustments | |||
2019-08-13 | Use the older `universal_newlines` name instead of `text` (#6506) | skullydazed | |
2019-08-13 | MIDI: Fix basic noteon: send correct velocity (#6476) | Zach DeCook | |
2019-08-13 | Fix qmk_install.sh on Windows dropping to command prompt (#6488) | fauxpark | |
2019-08-13 | [Split] Add config option for DIRECT_PINS_RIGHT (#6479) | Garrett Singer | |
Adds support for different direct pin mappings on the halves of a split keyboard. | |||
2019-08-13 | Removed print call to resolve #6364 (#6413) | Jake Grossman | |
* Change print to dprintf to avoid buffer overflow * Add stdio header for dprintf * Fix included headers | |||
2019-08-13 | (OLED) Added support for CR (#6399) | XScorpion2 | |
Currently OLED Dirver only supports LF (\n) character in a string to clear out the rest of the current line and advance to the next line for writing. This PR adds support for CR (\r) character as well to advance to the next line, however not clear out the rest of the current line. This is extremely useful when you want to display a multi-line logo using a single array without wiping out exiting lines and flagging the OLED as dirty unnecessarily. | |||
2019-08-13 | Change xprintf() calls in rgblight.c to dprintf() (#6363) | Konstantin Đorđević | |
2019-08-13 | Small fix to allow board to override split keyboard master check | zvecr | |
2019-08-13 | Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400) | Drashna Jaelre | |
* Add support for TAP_CODE_DELAY to Hold-Tap keys * Better handling for tap code delay and caps version | |||
2019-08-13 | Fix MATRIX_X_PINS_RIGHT ARM compilation (#6395) | Joel Challis | |
2019-08-13 | Fix RGB Matrix Cycle Left-Right Animation (#6421) | yrdns | |
One-line fix for a typo that could break build if DISABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT was defined but not DISABLE_RGB_MATRIX_CYCLE_ALL | |||
2019-08-08 | Fix isses with toggling | Drashna Jael're | |
2019-08-08 | Update RGB Matrix configuration for Ergodox EZ | Drashna Jael're | |
2019-08-08 | Update RGB Matrix configuration for Planck EZ | Drashna Jael're | |
Use LED Flags for RGB matrix control instead Cleanup | |||
2019-08-06 | Fix bugs introduced into Planck EZ code | Drashna Jael're | |
2019-08-05 | Enable LED Light level control for Ergodox EZ | Drashna Jael're | |
2019-08-05 | Enable PWM support for Planck EZ Indicator LEDs | Drashna Jael're | |
2019-07-29 | Fix/music mask (#123) | Florian Didron | |
* chore: align mod tap and mouse keys timings with the ergodox ez * fix: align planck ez default tapping toggle with ergodox * fix: ignore all layer keys in music mode | |||
2019-07-27 | Optimize RGB Matrix rendering for Ergodox EZ | Drashna Jael're | |
2019-07-27 | Optimize RGB Matrix rendering for Planck EZ | Drashna Jael're | |
2019-07-27 | Remove dynamic_keymap check | Drashna Jaelre | |
2019-07-27 | Fix uGFX reference issue | Drashna Jaelre | |
2019-07-27 | Change additional layer structure code | Drashna Jaelre | |
2019-07-27 | Additional changes for Layer State typedef compatibility | Drashna Jaelre | |
2019-07-27 | Use Layer State Typedef in keymaps | Drashna Jaelre | |
2019-07-27 | Fix bit count calculation for iterating layers | Ryan Caltabiano | |
2019-07-27 | Typedef'ed layer_state_t to uint32_t (#3637) | Alex Ong | |
* Typedef'ed layer_state_t to uint32_t. This enables future work with layer_state_t to uint8_t for optimization purposes. * Removed accidental xeal60 commit * Revert to egyptian brackets, added sizeof(layer_state_t) so when layer_state_t is redefined it will automagically work. * Add additional typedefs * Add checks for setting layer state * Update tmk_core/common/action_layer.h Co-Authored-By: alex-ong <the.onga@gmail.com> * Revert commit. | |||
2019-07-27 | Added mod carry over from press to release. (#5866) | XScorpion2 | |
Co-Authored-By: fauxpark <fauxpark@gmail.com> | |||
2019-07-27 | Added check for event pressed to clear space cadet (#5839) | XScorpion2 | |
* Added check for pressed to clear space cadet * Found some docs to update * Update docs/quantum_keycodes.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Changes from PR | |||
2019-07-22 | Feature/update docker (#121) | Drashna Jaelre | |
* Update docker util script and travis to use new base container * Update docker util script and travis to use new base container |