index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update README.md (#5135)
Eduardo Lourenço Pinto Neto
2019-02-15
1
-1
/
+1
*
Update keymap.c (#5136)
Eduardo Lourenço Pinto Neto
2019-02-15
1
-1
/
+1
*
Add support for using ranges for RGB (#4981)
Erovia
2019-02-15
3
-31
/
+79
*
Update KC_GESC documentation (#5053)
Yan-Fa Li
2019-02-15
1
-1
/
+9
*
Add samuel's literate keymap file for planck (#4998)
Samuel Jahnke
2019-02-15
3
-0
/
+677
*
Remove duplication of ssh keys and fix usage on PR builds (#5013)
zvecr
2019-02-15
2
-23
/
+11
*
docker_build.sh: Run container in interactive mode (#5088)
Konstantin Đorđević
2019-02-15
2
-5
/
+6
*
Improve RGB Light code (#4326)
Drashna Jaelre
2019-02-15
2
-2
/
+45
*
Enable custom chibios sub-platform
Shihpin Tseng
2019-02-14
1
-2
/
+6
*
Swap KBD75 caps lock LED pin levels (#5132)
fauxpark
2019-02-14
2
-8
/
+8
*
Improve Encoder documentation (#5130)
Ben
2019-02-14
1
-1
/
+1
*
Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)
Konstantin Đorđević
2019-02-14
6
-8
/
+3
*
Tweak issue templates (capitalisation mostly) (#5133)
fauxpark
2019-02-14
4
-39
/
+42
*
Debounce refactor / API (#3720)
Drashna Jaelre
2019-02-14
10
-100
/
+272
|
\
|
*
Stricter, leaner DEBOUNCE_TYPE section in common_features.mk. Cleanup debounc...
alex-ong
2019-01-27
2
-15
/
+18
|
*
Fix compile error in debounce_eager_pk
alex-ong
2019-01-27
1
-2
/
+2
|
*
Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...
alex-ong
2019-01-26
4
-9
/
+7
|
|
\
|
|
*
Renamed DEBOUNCE_ALGO to DEBOUNCE_TYPE
Alex Ong
2019-01-26
2
-4
/
+4
|
|
*
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
|
|
/
|
*
Removed check for custom_matrix. We can safely include the debounce file for ...
alex-ong
2019-01-26
2
-15
/
+7
|
*
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
|
*
Whitespace cleanup.
alex-ong
2019-01-26
5
-19
/
+12
|
*
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
7
-65
/
+251
|
*
Remove accidental xeal60 commit
alex-ong
2019-01-26
18
-1470
/
+0
|
*
DO NOT USE - Removed debounce from TMK.
alex-ong
2019-01-26
7
-276
/
+4
|
*
DO NOT USE Merge branch 'master' into debounce_refactor
Alex Ong
2019-01-26
1320
-13367
/
+28758
|
|
\
|
|
*
Merge branch 'master' of https://github.com/qmk/qmk_firmware
Alex Ong
2019-01-26
1320
-13415
/
+28757
|
|
|
\
|
*
|
|
Merge branch 'master' into debounce_refactor
Alex Ong
2019-01-04
3599
-33705
/
+229434
|
|
\
|
|
|
|
*
|
Merge branch 'master' of https://github.com/qmk/qmk_firmware
Alex Ong
2019-01-04
4111
-41398
/
+253456
|
|
|
\
\
|
|
*
|
|
Removed NP_STAR and NP_SLSH.
Alex Ong
2018-08-12
1
-7
/
+5
|
|
*
|
|
Basic keymap (no FN). Compiles.
Alex Ong
2018-08-12
8
-429
/
+130
|
|
*
|
|
Delete removed other keymaps
Alex Ong
2018-08-12
97
-7534
/
+0
|
|
*
|
|
Added xeal60 via clone of lets split
alex-ong
2018-08-12
117
-0
/
+9305
|
*
|
|
|
Added bold in a few areas.
Alex Ong
2018-08-29
1
-2
/
+3
|
*
|
|
|
Fixed missing whitespace in debounce documentation
Alex Ong
2018-08-29
1
-0
/
+1
|
*
|
|
|
Changed order of rules in TMK. Documented feature.
Alex Ong
2018-08-29
2
-3
/
+54
|
*
|
|
|
Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.
Alex Ong
2018-08-29
8
-93
/
+279
*
|
|
|
|
Add kb and user level keyboard initialization functions (#3113)
Drashna Jaelre
2019-02-14
7
-29
/
+126
*
|
|
|
|
Add a mechanism for force building a particular community layout (#5027)
zvecr
2019-02-14
3
-0
/
+42
*
|
|
|
|
Fix ARM Audio issues and its EEPROM persistence (#4936)
Drashna Jaelre
2019-02-14
2
-316
/
+322
*
|
|
|
|
Migrate fn_actions for default keymaps (#4935)
fauxpark
2019-02-14
42
-654
/
+373
*
|
|
|
|
Add makefile target 'show_build_options' and 'show_all_features' (#5048)
Takeshi ISHII
2019-02-14
2
-0
/
+137
*
|
|
|
|
Add pin initializiation for KBD75 (#5129)
Drashna Jaelre
2019-02-14
2
-0
/
+10
*
|
|
|
|
[Keymap] Add my personal userspace and update my keymaps (#5128)
Danilo Vulicevic
2019-02-14
12
-146
/
+202
[next]