index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common_features.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
RN42 Bluetooth typo fix (#14421)
Ryan
2021-09-13
1
-1
/
+1
*
Move Bluetooth config to common_features.mk (#14404)
Ryan
2021-09-12
1
-0
/
+23
*
Bugfix for Joystick and JSON schema (#14295)
Ryan
2021-09-09
1
-9
/
+13
*
[Core] Refactor OLED to allow easy addition of other types (#13454)
Xelus22
2021-08-24
1
-5
/
+15
*
Fix Mouse Shared EP functionality (#14136)
Drashna Jaelre
2021-08-24
1
-2
/
+2
*
Various fixes from reorg of files (#14051)
Joel Challis
2021-08-18
1
-1
/
+1
*
Migrate platform independent code from tmk_core -> quantum (#13673)
Joel Challis
2021-08-18
1
-0
/
+7
*
Relocate platform specific drivers (#13894)
Joel Challis
2021-08-17
1
-0
/
+1
*
Digitizer HID interface : absolute coordinates for mouse cursor (#12851)
a-chol
2021-08-18
1
-0
/
+5
*
Remove backwards compatibility of debounce names (#13877)
Joel Challis
2021-08-09
1
-14
/
+2
*
Remove Full Bootmagic (#13846)
James Young
2021-08-06
1
-5
/
+2
*
Move print/debug files to quantum (#12069)
Joel Challis
2021-08-03
1
-1
/
+9
*
Move some led drivers to common folder (#13749)
Joel Challis
2021-07-31
1
-7
/
+7
*
Minor tidy up of key overrides (#13747)
Joel Challis
2021-07-28
1
-5
/
+5
*
Remove legacy BACKLIGHT_CUSTOM_DRIVER option (#13731)
Joel Challis
2021-07-27
1
-5
/
+0
*
Haptic: driver-> feature (#13713)
Joel Challis
2021-07-25
1
-1
/
+2
*
Include lib8tion.c into RGB/LED matrix build list (#12699)
Albert Y
2021-07-22
1
-0
/
+2
*
Revert "Add rgblight to RGB Matrix VPATH" (#13559)
Ryan
2021-07-17
1
-3
/
+0
*
[Feature] Key Overrides (#11422)
Jonas Gessner
2021-07-13
1
-0
/
+5
*
Unify matrix for split common and regular matrix (#13330)
Drashna Jaelre
2021-07-11
1
-5
/
+1
*
Add rgblight to RGB Matrix VPATH (#13371)
Ryan
2021-07-02
1
-0
/
+3
*
Move RGBLight code into its own folder (#13312)
Ryan
2021-06-28
1
-2
/
+3
*
Fix CRC for AVR and enable again. (#13253)
Dasky
2021-06-25
1
-1
/
+2
*
Fix linker error when rgblight and RGB Matrix are both enabled (#13304)
Ryan
2021-06-23
1
-6
/
+6
*
Move LED/RGB Matrix code into their own directories (#13257)
Ryan
2021-06-22
1
-6
/
+12
*
Temporary disable of CRC (#13252)
Joel Challis
2021-06-20
1
-1
/
+0
*
Extensible split data sync (#11930)
Nick Brassel
2021-06-18
1
-1
/
+5
*
Add CRC8 calculation subsystem to quantum (#12641)
Stefan Kerkmann
2021-06-18
1
-0
/
+6
*
Add ST7565 LCD driver (#13089)
Ryan
2021-06-10
1
-0
/
+8
*
GMMK Pro RGB Support (#13147)
Gigahawk
2021-06-10
1
-1
/
+8
*
Do not hard set config in CPTC files (#11864)
Drashna Jaelre
2021-05-22
1
-1
/
+5
*
Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172)
James Young
2021-04-12
1
-2
/
+2
*
LED Matrix: Implement CIE1931 curve (#12417)
Ryan
2021-04-07
1
-0
/
+1
*
LED Matrix: Additional common_features.mk tweaks (#12187)
Ryan
2021-03-20
1
-5
/
+8
*
LED Matrix: decouple from Backlight (#12054)
Ryan
2021-03-08
1
-3
/
+2
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-02-28
1
-0
/
+1
|
\
|
*
Extract sendstring into its own compilation unit (#12060)
Ryan
2021-03-01
1
-0
/
+1
*
|
Overhaul bootmagic logic to have single entrypoint (#8532)
Joel Challis
2021-02-28
1
-4
/
+17
|
/
*
Merge branch 'master' into develop
Joshua Diamond
2021-02-14
1
-1
/
+0
|
\
|
*
LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)
Ryan
2021-02-15
1
-1
/
+0
*
|
Audio system overhaul (#11820)
Drashna Jaelre
2021-02-15
1
-1
/
+20
*
|
Add support for analog USBPD on STM32G4xx. (#11824)
Nick Brassel
2021-02-15
1
-0
/
+24
*
|
Remove FAUXCLICKY feature (deprecated) (#11829)
Drashna Jaelre
2021-02-09
1
-5
/
+0
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-02-07
1
-0
/
+6
|
\
|
|
*
Migrate some tmk_core files to quantum (#11791)
Joel Challis
2021-02-07
1
-0
/
+6
*
|
Migrate mousekey to quantum (#11804)
Joel Challis
2021-02-07
1
-0
/
+6
*
|
Move transport.c to QUANTUM_LIB_SRC (#11751)
Drashna Jaelre
2021-02-01
1
-2
/
+2
*
|
Adds AT90USB162 support (#11570)
Dasky
2021-01-29
1
-1
/
+1
*
|
Merge remote-tracking branch 'upstream/master' into develop
Nick Brassel
2021-01-28
1
-0
/
+2
|
\
|
|
*
add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)
Takeshi ISHII
2021-01-28
1
-0
/
+2
[next]