summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-27[Keymap] Layout added for stanrc85 (#4944)stanrc854-0/+91
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill17-32/+32
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević33-127/+122
2019-01-27[Keymap] Small improvements to Maxr1998's Contra keymap (#4952)Max Rumpf1-3/+3
2019-01-27[Keymap] Minor updates to my dz60 keymap (#4943)MechMerlin1-1/+1
2019-01-27[Keyboard] UniGo66 keyboard added (#4913)Daniel H Klein14-0/+1309
2019-01-27[Keymap] Move Iris via support to Via keymap (#4893)Drashna Jaelre5-22/+158
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre362-1960/+47
2019-01-26Stricter, leaner DEBOUNCE_TYPE section in common_features.mk. Cleanup debounc...alex-ong2-15/+18
2019-01-26[Keyboard] drop unused i2c files (#4948)seebs2-386/+0
2019-01-26[Keymap] Add Maxim keymap for Fourier (#4534)Danny3-0/+80
2019-01-26use built-in arm stuffJack Humbert10-2552/+12
2019-01-26[Keymap] Add userspace files for vosechu (#4912)Chuck Lauer Vose5-0/+135
2019-01-26Fix compile error in debounce_eager_pkalex-ong1-2/+2
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong4-9/+7
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong1-2/+5
2019-01-26Renamed DEBOUNCE_ALGO to DEBOUNCE_TYPEAlex Ong2-4/+4
2019-01-26Fixed compilation error with debounce_sym_gAlex Ong1-2/+2
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong1-1/+1
2019-01-26Removed #include "matrix.h" from debounce.hAlex Ong1-2/+0
2019-01-26Removed check for custom_matrix. We can safely include the debounce file for ...alex-ong2-15/+7
2019-01-26Moved debouncing_time variable to inside #if debouncealex-ong1-3/+2
2019-01-26Restored debounce.h since there wasnt any real change.alex-ong1-17/+4
2019-01-26Whitespace cleanup.alex-ong5-19/+12
2019-01-26Working eager_pkalex-ong1-23/+18
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong3-8/+8
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong7-65/+251
2019-01-26Remove accidental xeal60 commitalex-ong18-1470/+0
2019-01-26DO NOT USE - Removed debounce from TMK.alex-ong7-276/+4
2019-01-26DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong1320-13367/+28758
2019-01-26Fix RGBLIGHT_SLEEP function (#4865)Drashna Jaelre1-17/+30
2019-01-26Revert Commit 1d3b9eea940908d02b6c2deda5d744a73cd838da (#4942)Drashna Jaelre8-207/+0
2019-01-26Merge branch 'master' of https://github.com/qmk/qmk_firmwareAlex Ong1320-13415/+28757
2019-01-26Circular animation (#4796)Drashna Jaelre2-6/+18
2019-01-26[Keyboard] Support for Wheat Field Peripherals blocked 65% PCB (#4763)walkerstop8-0/+207
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.cmtei2-3/+5
2019-01-25Add C(), A() and G() to match already existing S() (#4673)fauxpark12-62/+64
2019-01-25Add MOD_MASK_* macros to core code (#4337)Konstantin Đorđević1-0/+16
2019-01-25rs: code friendly keymap for preonic, iris and my preonic clone (#4303)Olivier Poitrey20-0/+1030
2019-01-25Fix process_combo which assign -1 to uint16_t (#3697)Drashna Jaelre2-9/+10
2019-01-25Fix oneshot_time wrong type (#3696)Shihpin Tseng1-2/+2
2019-01-25Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi1-1/+1
2019-01-25Adding documentation for the LM layer modifier. (#3617)Dave Brown1-1/+1
2019-01-25Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura2-1/+10
2019-01-25[Keymap] New kbd67/hotswap keymap for writing both code and math (#4933)zunger-humu4-0/+227
2019-01-25Add support for Clueboard 66% rev4skullY8-0/+1465
2019-01-25Fix a typo in link to the Pro Micro ISP firmwareBalz Guenat1-1/+1
2019-01-24[Keyboard] Remove hadron ver0 as it is no longer required (#4921)zvecr4-40/+0
2019-01-24Remove unused fn_actions[] and action_function() in default keymaps (#4829)fauxpark18-153/+18
2019-01-24[Keyboard] KBD67: enable bootmagic lite by default (#4931)MechMerlin3-7/+14