index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
Age
Commit message (
Expand
)
Author
2019-03-12
Add new keyboard Plaid and ATMEGA328p support (#5379)
Takuya Urakawa
2019-03-12
Next set of split_common changes (#4974)
James Churchill
2019-03-11
Add 3 new songs and add new note type (#5351)
DDRnJn
2019-03-05
increase size of note counter variable to avoid overflow
Marco Monaco
2019-03-04
Clean up debounce a bit (#5255)
James Churchill
2019-02-28
Added two songs to song_list.h (FF Prelude and To Boldly Go) (#5252)
avatak
2019-02-26
Ask for your name when generating a new keyboard (#5214)
fauxpark
2019-02-24
Fix indentation in quantum_keycodes.h (#5221)
Konstantin Đorđević
2019-02-23
Fix Tx Bolt ghosting second character on key press (#5229)
Tobias Schulte
2019-02-22
fix rgblight_effect_breathing interval time (#5213)
Takeshi ISHII
2019-02-21
Velocikey: Match RGB animation speed to typing speed (#3754)
Chris Lewis
2019-02-18
Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)
Takeshi ISHII
2019-02-18
Stop all notes on startup, if there is no song and audio is disabled to preve...
Drashna Jaelre
2019-02-18
Fix Audio Clicky by adding missing punctuation (#5171)
Drashna Jaelre
2019-02-18
Remove CUSTOM_MATRIX option from diode direction (#5090)
zvecr
2019-02-18
Add UK variant of the SEND_STRING() LUTs
Rys Sommefeldt
2019-02-17
Change Command keycode defaults to match corresponding Bootmagic codes (#5078)
Konstantin Đorđević
2019-02-17
Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)
Konstantin Đorđević
2019-02-16
Haptic feedback generalized - DRV2605 and solenoids (#4939)
ishtob
2019-02-15
Add support for using ranges for RGB (#4981)
Erovia
2019-02-15
Improve RGB Light code (#4326)
Drashna Jaelre
2019-02-14
Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)
Konstantin Đorđević
2019-02-14
Debounce refactor / API (#3720)
Drashna Jaelre
2019-02-14
Fix ARM Audio issues and its EEPROM persistence (#4936)
Drashna Jaelre
2019-02-10
fix the led_matrix.h naming conflict
skullY
2019-02-10
Put back an accidentally stripped copyright
skullY
2019-02-10
cleanup
skullY
2019-02-10
fix compiling for backlight without led matrix
skullY
2019-02-10
cleanup
skullY
2019-02-10
Move the 1 second delay to led_matrix_init
skullY
2019-02-10
led_matrix works now
skullY
2019-02-10
compiles, but long delay on startup and problems
skullY
2019-02-10
revert accidental rgb_matrix.h changes
skullY
2019-02-10
The beginning of a simple led matrix driver for is31fl3731
skullY
2019-02-06
Fix Bootmgic Mod Handling for LM keycodes (#4740)
Drashna Jaelre
2019-02-05
Improvements to Space Cadet Shift (#3856)
Anthony
2019-02-04
Fix QWERTZ <> QWERTY issue in sendstring_german.h
Flugschwein
2019-01-28
Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)
Rockman18
2019-01-28
Practice60 RGB and PWM Backlight (#4929)
Andrew Kannan
2019-01-28
Prevent wasteful writing to eeprom.
mtei
2019-01-27
Fix `1<col` instead of `1<<col` typo in matrix_is_on()
James Churchill
2019-01-27
Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)
Konstantin Đorđević
2019-01-26
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
Drashna Jaelre
2019-01-27
Fix compile error in debounce_eager_pk
alex-ong
2019-01-26
Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...
alex-ong
2019-01-26
Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.
alex-ong
2019-01-26
Fixed compilation error with debounce_sym_g
Alex Ong
2019-01-26
Bug fix - was using MATRIX_ROWS instead of num_rows
Alex Ong
2019-01-26
Removed #include "matrix.h" from debounce.h
Alex Ong
2019-01-26
Moved debouncing_time variable to inside #if debounce
alex-ong
[next]