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
/
tmk_core
/
common
/
avr
Age
Commit message (
Expand
)
Author
2019-11-04
Move tmk_core/common/backlight to quantum/backlight (#6710)
Joel Challis
2019-09-26
Banish some more magic numbers (#6662)
fauxpark
2019-09-17
clang-format changes
skullY
2019-09-17
Have clang ignore the code in bootloader_size.c
skullY
2019-07-19
Usbasploader bootloader option addition (#6304)
yiancar
2019-04-22
Make sure NOBITS is set on reset_key
Danny Nguyen
2019-03-12
Next set of split_common changes (#4974)
James Churchill
2019-02-14
Add kb and user level keyboard initialization functions (#3113)
Drashna Jaelre
2019-01-28
Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)
Rockman18
2019-01-25
Fix RGBLIGHT_SLEEP function (#4865)
Drashna Jaelre
2018-09-13
Zeal60/Zeal65/M60-A implementation (#3879)
Wilba6582
2018-09-13
rgblight.[ch] more configurable (#3582)
Takeshi ISHII
2018-09-11
Fix RG Sleep issues for Teensy Controllers
Drashna Jaelre
2018-06-28
Make sure that both RGBLIGHT_ENABLE is defined, for RGBLIGHT_SLEEP
Drashna Jaelre
2018-06-03
Add Suspend functions (#3112)
Drashna Jaelre
2018-05-29
Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)
Drashna Jaelre
2018-05-20
Fix compile issues for atmega328p
Drashna Jaelre
2018-03-28
Fix RGB Sleep code
U-LANDSRAAD\drashna
2018-03-22
Generate API docs from source code comments (#2491)
skullydazed
2018-03-19
[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)
Drashna Jaelre
2017-11-27
Updates bootloader settings, adds file size check (#2029)
Jack Humbert
2017-04-13
Include host.h from suspend.c
Fred Sundvik
2017-01-21
Simplified and polished a bit the code changes on tmk_core
Luiz Ribeiro
2017-01-21
Got ps2avrGB to work with the V-USB protocol
Luiz Ribeiro
2016-11-27
Tidy up atomicity in timer.c and ring_buffer.h
Wez Furlong
2016-11-23
Fixed NO_SUSPEND_POWER_DOWN handling
Wilba6582
2016-11-23
Fixed NO_SUSPEND_POWER_DOWN handling
Wilba6582
2016-09-28
Fix #770, Fix #779
IBNobody
2016-09-07
Added User Print - A "light" console out option (#8)
IBNobody
2016-08-27
Normalize line endings
Fred Sundvik
2016-07-06
default keymap, reset sorted out for now, added serial to makefile
Jack Humbert
2016-07-04
reverts #343 for the most part (#474)
Jack Humbert
2016-07-01
Add ChibiOS support for QMK (#465)
fredizzimo
2016-06-21
reduces rgblight warnings, integrates completely (#428)
Jack Humbert
2016-05-23
Optimize matrix scanning (#343)
Eric Tang
2016-04-21
Update functions used to write to EEPROM
Eric Tang
2016-04-20
start-up sound working, removes tick with some devices
Jack Humbert
2016-04-18
Fixed speaker being on during sleep.
IBNobody
2016-04-15
audio on by default
Jack Humbert
2016-04-15
audio enable stored in eeprom
Jack Humbert
2016-03-28
Added command to turn LED indicators off while sleeping
IBNobody
2016-01-24
Remove led_off() it is not used
Peter Eichinger
2016-01-22
Backlight fix from reddit
Peter Eichinger
2015-05-19
Add keyboard_setup() and matrix_setup()
tmk
2015-05-13
Add description of AVR bootloader and boot section
tmk
2015-04-10
Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
tmk