| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make Audio Clicky's randomness a float | Drashna Jaelre | 2018-09-27 | 1 | -2/+3 |
* | RGB Matrix refactoring to open up for new drivers (#3913) | James Laird-Wah | 2018-09-27 | 3 | -112/+100 |
* | Moves animation calculation logic out of the for loops | Florian Didron | 2018-09-26 | 1 | -14/+22 |
* | Add new RGB matrix effect digital rain aka The Matrix | Daniel Shields | 2018-09-26 | 2 | -0/+67 |
* | Add On/Off keycodes | Drashna Jaelre | 2018-09-25 | 3 | -7/+16 |
* | Add functions so you can configure programatically | Drashna Jaelre | 2018-09-25 | 3 | -19/+53 |
* | Store Clicky status in EEPROM | Drashna Jaelre | 2018-09-25 | 2 | -11/+11 |
* | Create AG_TOGG code to toggle Alt/Gui swap. | Joe Wasson | 2018-09-17 | 2 | -0/+13 |
* | Make `PREVENT_STUCK_MODIFIERS` the default (#3107) | Joe Wasson | 2018-09-17 | 6 | -125/+5 |
* | Zeal60/Zeal65/M60-A implementation (#3879) | Wilba6582 | 2018-09-13 | 2 | -0/+128 |
* | rgblight.[ch] more configurable (#3582) | Takeshi ISHII | 2018-09-13 | 5 | -101/+317 |
* | Fix typo in keymap_swedish.h (#3877) | Peter Nguyen | 2018-09-09 | 1 | -2/+2 |
* | Add support for a different pinout on Split boards (#3869) | Danny | 2018-09-09 | 1 | -2/+17 |
* | Mask off keycode/layer/mod where possible in LT(), MT(), etc. (#3430) | fauxpark | 2018-08-29 | 1 | -44/+44 |
* | Updated templates for use by new_project.sh (#3783) | noroadsleft | 2018-08-29 | 6 | -44/+65 |
* | ISSI31FL3733 driver (#3679) | yiancar | 2018-08-28 | 3 | -36/+80 |
* | Add a belgian keymap, partially based on keymap_french.h (#3737) | Anthony | 2018-08-25 | 1 | -0/+117 |
* | Rgb matrix arm (#3648) | yiancar | 2018-08-15 | 1 | -10/+10 |
* | Split Common: Serial Backlight LED fix (#3586) | Seth Barberee | 2018-08-11 | 1 | -0/+18 |
* | Update ps2avrgb readme (#3599) | MechMerlin | 2018-08-09 | 2 | -0/+44 |
* | Make sure 'shutdown_user' is called | Drashna Jaelre | 2018-08-04 | 1 | -0/+1 |
* | Fix Audio code when resetting keyboard | Drashna Jaelre | 2018-08-04 | 1 | -3/+5 |
* | Make sure Planck light calls user suspend functions (#3568) | Drashna Jaelre | 2018-08-04 | 1 | -0/+1 |
* | Update templates used for new_project.sh (#3558) | MechMerlin | 2018-08-03 | 3 | -6/+17 |
* | Keymap: Refactor symbols layer with layer tap workaround (#3520) | Kenny Hung | 2018-08-02 | 1 | -0/+19 |
* | Added alternating led underglow pattern (#3498) | Brad | 2018-07-29 | 2 | -2/+27 |
* | Keymap: Bocaj Ergodox Updates (#3364) | Jacob Jerrell | 2018-07-25 | 1 | -1/+1 |
* | Fix for the Split Common I2C code's SCL_CLOCK issue (#3474) | Drashna Jaelre | 2018-07-25 | 1 | -1/+3 |
* | Convert Iris to use SPLIT_KEYBOARD (#3458) | Seth Barberee | 2018-07-22 | 1 | -0/+1 |
* | keymapping for hungarian layout added (#3438) | donfuge | 2018-07-18 | 1 | -0/+140 |
* | Add #include "config_common.h" after #pragma once to config.h templates (#3444) | noroadsleft | 2018-07-18 | 2 | -8/+12 |
* | Song List: Mario Mushroom (#3432) | Paul Davis | 2018-07-18 | 1 | -0/+27 |
* | Split common (#3429) | That-Canadian | 2018-07-17 | 3 | -22/+44 |
* | Lets split eh (#3120) | That-Canadian | 2018-07-16 | 16 | -1/+1306 |
* | Adds support for Planck Rev 6 (#2666) | Jack Humbert | 2018-07-16 | 10 | -99/+339 |
* | Update template config.h with `#pragma once` (#3415) | Evan Travers | 2018-07-16 | 3 | -17/+3 |
* | Integrating Peter Fleury's HD44780 LCD library (#3209) | Max Audron | 2018-07-15 | 4 | -0/+37 |
* | Fix tapdance when one-shot is disabled. | Joe Wasson | 2018-07-15 | 1 | -0/+6 |
* | Added pin C6 to hardware PWM backlight | Wilba6582 | 2018-07-15 | 1 | -13/+27 |
* | Slow down speed of All Star song by factor of 4 (#3383) | Danny | 2018-07-12 | 1 | -8/+8 |
* | Add macro to play All Star chorus and print lyrics, fixes issues #3345, #3346... | Danny | 2018-07-11 | 1 | -0/+10 |
* | Merge pull request #3229 from qmk/hf/shinydox | Erez Zukerman | 2018-07-03 | 3 | -40/+43 |
|\ |
|
| * | refactor, non-working | Jack Humbert | 2018-06-22 | 1 | -7/+2 |
| * | adds timeout to avr i2c | Jack Humbert | 2018-06-12 | 3 | -42/+50 |
* | | Addition of hard brigtness limit for RGB_Matrix (#3299) | yiancar | 2018-07-03 | 1 | -3/+7 |
* | | Clean up SEND_STRING keycodes and add media keys (#3214) | fauxpark | 2018-06-28 | 1 | -162/+201 |
* | | Disable JTAG in keyboard init | Drashna Jaelre | 2018-06-28 | 1 | -6/+0 |
* | | fix issue with rgbinit unused variable (#3165) | Jon Allen | 2018-06-12 | 1 | -2/+0 |
|/ |
|
* | Add rgblight mode 35 (R,G,B test mode) (#3114) | Takeshi ISHII | 2018-06-04 | 4 | -5/+46 |
* | Updated matrix.c for some PS2AVRGB boards and templates for new_project scrip... | Kenneth Aloysius | 2018-05-31 | 1 | -13/+19 |