index
:
qmk_firmware
redox-keymap-yushyin
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)
Takeshi ISHII
1
-2
/
+2
2019-02-18
Stop all notes on startup, if there is no song and audio is disabled to preve...
Drashna Jaelre
1
-0
/
+2
2019-02-18
Fix Audio Clicky by adding missing punctuation (#5171)
Drashna Jaelre
1
-1
/
+1
2019-02-18
Remove CUSTOM_MATRIX option from diode direction (#5090)
zvecr
1
-1
/
+1
2019-02-18
Add UK variant of the SEND_STRING() LUTs
Rys Sommefeldt
1
-0
/
+62
2019-02-18
Change Command keycode defaults to match corresponding Bootmagic codes (#5078)
Konstantin Đorđević
1
-5
/
+6
2019-02-18
Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)
Konstantin Đorđević
2
-4
/
+3
2019-02-17
Haptic feedback generalized - DRV2605 and solenoids (#4939)
ishtob
3
-19
/
+50
2019-02-15
Add support for using ranges for RGB (#4981)
Erovia
2
-0
/
+42
2019-02-15
Improve RGB Light code (#4326)
Drashna Jaelre
2
-2
/
+45
2019-02-15
Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)
Konstantin Đorđević
2
-3
/
+2
2019-02-15
Debounce refactor / API (#3720)
Drashna Jaelre
6
-81
/
+210
2019-02-15
Fix ARM Audio issues and its EEPROM persistence (#4936)
Drashna Jaelre
2
-316
/
+322
2019-02-11
fix the led_matrix.h naming conflict
skullY
4
-3
/
+3
2019-02-11
Put back an accidentally stripped copyright
skullY
1
-1
/
+2
2019-02-11
cleanup
skullY
1
-2
/
+2
2019-02-11
fix compiling for backlight without led matrix
skullY
1
-1
/
+1
2019-02-11
cleanup
skullY
1
-39
/
+37
2019-02-11
Move the 1 second delay to led_matrix_init
skullY
1
-18
/
+6
2019-02-11
led_matrix works now
skullY
3
-28
/
+25
2019-02-11
compiles, but long delay on startup and problems
skullY
5
-59
/
+63
2019-02-11
revert accidental rgb_matrix.h changes
skullY
1
-2
/
+10
2019-02-11
The beginning of a simple led matrix driver for is31fl3731
skullY
4
-10
/
+695
2019-02-06
Fix Bootmgic Mod Handling for LM keycodes (#4740)
Drashna Jaelre
1
-1
/
+1
2019-02-05
Improvements to Space Cadet Shift (#3856)
Anthony
1
-2
/
+35
2019-02-05
Fix QWERTZ <> QWERTY issue in sendstring_german.h
Flugschwein
1
-2
/
+2
2019-01-29
Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)
Rockman18
1
-0
/
+18
2019-01-29
Practice60 RGB and PWM Backlight (#4929)
Andrew Kannan
1
-3
/
+8
2019-01-28
Prevent wasteful writing to eeprom.
mtei
1
-0
/
+2
2019-01-27
Fix `1<col` instead of `1<<col` typo in matrix_is_on()
James Churchill
1
-1
/
+1
2019-01-27
Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)
Konstantin Đorđević
2
-2
/
+2
2019-01-27
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
Drashna Jaelre
2
-5
/
+5
2019-01-26
Fix compile error in debounce_eager_pk
alex-ong
1
-2
/
+2
2019-01-26
Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...
alex-ong
2
-5
/
+3
2019-01-26
Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.
alex-ong
1
-2
/
+5
2019-01-26
Fixed compilation error with debounce_sym_g
Alex Ong
1
-2
/
+2
2019-01-26
Bug fix - was using MATRIX_ROWS instead of num_rows
Alex Ong
1
-1
/
+1
2019-01-26
Removed #include "matrix.h" from debounce.h
Alex Ong
1
-2
/
+0
2019-01-26
Moved debouncing_time variable to inside #if debounce
alex-ong
1
-3
/
+2
2019-01-26
Restored debounce.h since there wasnt any real change.
alex-ong
1
-17
/
+4
2019-01-26
Working eager_pk
alex-ong
1
-23
/
+18
2019-01-26
DO NOT USE Revert back to original API to support split_keyboards.
alex-ong
3
-8
/
+8
2019-01-26
DO NOT USE - debounce successfully compiled.
alex-ong
6
-62
/
+233
2019-01-26
DO NOT USE Merge branch 'master' into debounce_refactor
Alex Ong
37
-726
/
+1987
2019-01-25
move `#include "rgb.h"` from quantum.h to quantum.c
mtei
2
-3
/
+5
2019-01-25
Add C(), A() and G() to match already existing S() (#4673)
fauxpark
1
-1
/
+4
2019-01-25
Fix process_combo which assign -1 to uint16_t (#3697)
Drashna Jaelre
2
-9
/
+10
2019-01-25
Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used
MakotoKurauchi
1
-1
/
+1
2019-01-24
Optimize/Update the new_project script (#4920)
MechMerlin
2
-42
/
+1
2019-01-21
Update Templates (stop living in the past, its 2019) (#4897)
MechMerlin
8
-8
/
+8
[next]