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-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
2019-01-18
Allows Terminal to use ModTap/LayerTap keys (#4586)
Mislav Čakarić
1
-0
/
+6
2019-01-17
Simplify split_common Code significantly (#4772)
James Churchill
13
-656
/
+578
2019-01-13
Changed rest note (#4837)
Jeremy Bernhardt
1
-0
/
+4
2019-01-10
Adds Proton C Conversion (#4661)
Jack Humbert
6
-0
/
+1319
2019-01-09
Tidy up Mod-Tap shortcuts (#4806)
fauxpark
1
-15
/
+16
2019-01-09
Add missing parentheses to some important macros (#4775)
Konstantin Đorđević
1
-11
/
+10
2019-01-07
Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...
Konstantin Đorđević
4
-29
/
+25
2019-01-04
Merge branch 'master' into debounce_refactor
Alex Ong
70
-1331
/
+3146
2019-01-04
Add explicit eeprom include in split_common
James Churchill
1
-0
/
+4
2019-01-04
Convert split_common to use generic GPIO api
James Churchill
2
-53
/
+22
2019-01-03
Remove redundant, language-specific aliases for KC_ALGR (#4720)
Konstantin Đorđević
14
-145
/
+92
2018-12-31
Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)
David Dai
4
-4
/
+4
2018-12-30
Register the interrupting keycode in the tap dance state struct
Giuseppe Rota
2
-0
/
+3
2018-12-29
Fix leader processing
Giuseppe Rota
1
-2
/
+0
2018-12-28
Fix Split Common Split_util.c typo
Drashna Jaelre
1
-1
/
+1
2018-12-28
Update split keyboard docs (#4735)
Danny
2
-3
/
+2
2018-12-24
Replace serial.c of quantum/split_common/ (#4669)
Takeshi ISHII
7
-159
/
+526
2018-12-21
Fix up process_leader to be a bit more optimized (#4662)
Drashna Jaelre
2
-21
/
+32
2018-12-19
Overhaul Unicode Common functionality (#4325)
Drashna Jaelre
10
-113
/
+216
2018-12-19
Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `...
Danny Nguyen
1
-1
/
+1
2018-12-15
Per Key Leader Timing Option (#4026)
Alexander Kagno
1
-0
/
+6
2018-12-15
Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)
Takeshi ISHII
2
-13
/
+6
2018-12-14
Make quantum/split_common/serial.[ch] configurable (#4419)
Takeshi ISHII
5
-13
/
+82
[prev]
[next]