| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ... | alex-ong | 2019-01-26 | 2 | -5/+3 |
| |\ |
|
| | * | Fixed compilation error with debounce_sym_g | Alex Ong | 2019-01-26 | 1 | -2/+2 |
| | * | Bug fix - was using MATRIX_ROWS instead of num_rows | Alex Ong | 2019-01-26 | 1 | -1/+1 |
| | * | Removed #include "matrix.h" from debounce.h | Alex Ong | 2019-01-26 | 1 | -2/+0 |
| * | | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2. | alex-ong | 2019-01-26 | 1 | -2/+5 |
| |/ |
|
| * | Moved debouncing_time variable to inside #if debounce | alex-ong | 2019-01-26 | 1 | -3/+2 |
| * | Restored debounce.h since there wasnt any real change. | alex-ong | 2019-01-26 | 1 | -17/+4 |
| * | Working eager_pk | alex-ong | 2019-01-26 | 1 | -23/+18 |
| * | DO NOT USE Revert back to original API to support split_keyboards. | alex-ong | 2019-01-26 | 3 | -8/+8 |
| * | DO NOT USE - debounce successfully compiled. | alex-ong | 2019-01-26 | 6 | -62/+233 |
| * | DO NOT USE Merge branch 'master' into debounce_refactor | Alex Ong | 2019-01-26 | 37 | -726/+1987 |
| |\ |
|
| * \ | Merge branch 'master' into debounce_refactor | Alex Ong | 2019-01-04 | 70 | -1331/+3146 |
| |\ \ |
|
| * | | | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes. | Alex Ong | 2018-08-29 | 1 | -76/+3 |
* | | | | Fix ARM Audio issues and its EEPROM persistence (#4936) | Drashna Jaelre | 2019-02-14 | 2 | -316/+322 |
* | | | | fix the led_matrix.h naming conflict | skullY | 2019-02-10 | 4 | -3/+3 |
* | | | | Put back an accidentally stripped copyright | skullY | 2019-02-10 | 1 | -1/+2 |
* | | | | cleanup | skullY | 2019-02-10 | 1 | -2/+2 |
* | | | | fix compiling for backlight without led matrix | skullY | 2019-02-10 | 1 | -1/+1 |
* | | | | cleanup | skullY | 2019-02-10 | 1 | -39/+37 |
* | | | | Move the 1 second delay to led_matrix_init | skullY | 2019-02-10 | 1 | -18/+6 |
* | | | | led_matrix works now | skullY | 2019-02-10 | 3 | -28/+25 |
* | | | | compiles, but long delay on startup and problems | skullY | 2019-02-10 | 5 | -59/+63 |
* | | | | revert accidental rgb_matrix.h changes | skullY | 2019-02-10 | 1 | -2/+10 |
* | | | | The beginning of a simple led matrix driver for is31fl3731 | skullY | 2019-02-10 | 4 | -10/+695 |
* | | | | Fix Bootmgic Mod Handling for LM keycodes (#4740) | Drashna Jaelre | 2019-02-06 | 1 | -1/+1 |
* | | | | Improvements to Space Cadet Shift (#3856) | Anthony | 2019-02-05 | 1 | -2/+35 |
* | | | | Fix QWERTZ <> QWERTY issue in sendstring_german.h | Flugschwein | 2019-02-04 | 1 | -2/+2 |
* | | | | Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769) | Rockman18 | 2019-01-28 | 1 | -0/+18 |
* | | | | Practice60 RGB and PWM Backlight (#4929) | Andrew Kannan | 2019-01-28 | 1 | -3/+8 |
* | | | | Prevent wasteful writing to eeprom. | mtei | 2019-01-28 | 1 | -0/+2 |
* | | | | Fix `1<col` instead of `1<<col` typo in matrix_is_on() | James Churchill | 2019-01-27 | 1 | -1/+1 |
* | | | | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) | Konstantin Đorđević | 2019-01-27 | 2 | -2/+2 |
* | | | | Adds a default value for IS_COMMAND for COMMAND feature (#4301) | Drashna Jaelre | 2019-01-26 | 2 | -5/+5 |
| |_|/
|/| | |
|
* | | | move `#include "rgb.h"` from quantum.h to quantum.c | mtei | 2019-01-25 | 2 | -3/+5 |
* | | | Add C(), A() and G() to match already existing S() (#4673) | fauxpark | 2019-01-25 | 1 | -1/+4 |
* | | | Fix process_combo which assign -1 to uint16_t (#3697) | Drashna Jaelre | 2019-01-25 | 2 | -9/+10 |
|\ \ \ |
|
| * | | | Fix process_combo which assign -1 to uint16_t | Shihpin Tseng | 2018-08-20 | 2 | -9/+10 |
* | | | | Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used | MakotoKurauchi | 2019-01-25 | 1 | -1/+1 |
* | | | | Optimize/Update the new_project script (#4920) | MechMerlin | 2019-01-23 | 2 | -42/+1 |
* | | | | Update Templates (stop living in the past, its 2019) (#4897) | MechMerlin | 2019-01-20 | 8 | -8/+8 |
* | | | | Allows Terminal to use ModTap/LayerTap keys (#4586) | Mislav Čakarić | 2019-01-17 | 1 | -0/+6 |
* | | | | Simplify split_common Code significantly (#4772) | James Churchill | 2019-01-17 | 13 | -656/+578 |
* | | | | Changed rest note (#4837) | Jeremy Bernhardt | 2019-01-13 | 1 | -0/+4 |
* | | | | Adds Proton C Conversion (#4661) | Jack Humbert | 2019-01-10 | 6 | -0/+1319 |
* | | | | Tidy up Mod-Tap shortcuts (#4806) | fauxpark | 2019-01-08 | 1 | -15/+16 |
* | | | | Add missing parentheses to some important macros (#4775) | Konstantin Đorđević | 2019-01-08 | 1 | -11/+10 |
* | | | | Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm... | Konstantin Đorđević | 2019-01-07 | 4 | -29/+25 |
| |_|/
|/| | |
|
* | | | Add explicit eeprom include in split_common | James Churchill | 2019-01-03 | 1 | -0/+4 |
* | | | Convert split_common to use generic GPIO api | James Churchill | 2019-01-03 | 2 | -53/+22 |
* | | | Remove redundant, language-specific aliases for KC_ALGR (#4720) | Konstantin Đorđević | 2019-01-03 | 14 | -145/+92 |