index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NO_UART defines from config.h for V-USB boards (#8351)
Ryan
2020-03-09
1
-2
/
+0
*
Send string keycode tweaks (#7471)
fauxpark
2019-11-25
1
-1
/
+1
*
[Core] Fix ps2avrgb template (#7412)
Erovia
2019-11-19
1
-1
/
+1
*
Set device version from config.h for V-USB boards (#7316)
fauxpark
2019-11-15
1
-1
/
+1
*
Add support for configurable polling interval and power usage o… (#7336)
fauxpark
2019-11-15
1
-10
/
+0
*
disable deprecated actions (#7211)
Stephen Hogsten
2019-11-12
2
-2
/
+11
*
New and improved lock LED callbacks (#7215)
fauxpark
2019-11-06
2
-4
/
+4
*
Template updates (#7221)
fauxpark
2019-11-01
9
-85
/
+67
*
Refactor ps2avrgb i2c ws2812 to core (#7183)
Joel Challis
2019-10-29
2
-41
/
+1
*
Remove build option firmware size impacts (#6947)
Amber Holly
2019-10-18
1
-7
/
+6
*
Fix broken link to ps2avrgb flashing instructions (#7011)
MechMerlin
2019-10-11
1
-1
/
+1
*
Prevent clang-format messing up placeholder tokens within keyboard templates ...
fauxpark
2019-10-10
7
-22
/
+34
*
Cleanup rules.mk for 32A and 328P keyboards (#6767)
fauxpark
2019-09-20
2
-8
/
+10
*
clang-format changes
skullY
2019-08-30
6
-129
/
+117
*
Add 'bootloadHID' flash target (#5587)
Joel Challis
2019-08-24
1
-30
/
+5
*
Remove backslashes from template keymap (#6548)
fauxpark
2019-08-17
1
-2
/
+2
*
Add some defaults for ATmega32A to mcu_selection.mk (#6253)
fauxpark
2019-08-08
2
-47
/
+0
*
Remove NO_BACKLIGHT_CLOCK (#6418)
fauxpark
2019-07-27
1
-1
/
+0
*
Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)
Konstantin Đorđević
2019-07-20
2
-2
/
+2
*
Store backlight breathing state in EEPROM (#6105)
fauxpark
2019-07-16
2
-3
/
+1
*
Remove commented out MCUs in rules.mk (#5884)
fauxpark
2019-07-16
1
-1
/
+0
*
Add copyright year placeholders to new keyboard script (#6280)
fauxpark
2019-07-08
9
-32
/
+7
*
Fix up Debouncing in AVR Templates (#5964)
Drashna Jaelre
2019-05-23
2
-2
/
+2
*
Fix up ps2avrgb templates (#5606)
MechMerlin
2019-05-03
3
-6
/
+5
*
If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table inste...
Takeshi ISHII
2019-05-02
1
-0
/
+6
*
Update ps2avrgb readme template (#5584)
noroadsleft
2019-04-11
1
-5
/
+5
*
Update ps2avrgb template to use standard matrix/i2c code (#4957)
James Churchill
2019-04-05
7
-270
/
+99
*
Ask for your name when generating a new keyboard (#5214)
fauxpark
2019-02-26
7
-8
/
+8
*
Remove CUSTOM_MATRIX option from diode direction (#5090)
zvecr
2019-02-18
1
-1
/
+1
*
Change Command keycode defaults to match corresponding Bootmagic codes (#5078)
Konstantin Đorđević
2019-02-17
1
-5
/
+6
*
Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)
Konstantin Đorđević
2019-01-27
2
-2
/
+2
*
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
Drashna Jaelre
2019-01-26
2
-5
/
+5
*
Optimize/Update the new_project script (#4920)
MechMerlin
2019-01-23
2
-42
/
+1
*
Update Templates (stop living in the past, its 2019) (#4897)
MechMerlin
2019-01-20
8
-8
/
+8
*
Make quantum/split_common/serial.[ch] configurable (#4419)
Takeshi ISHII
2018-12-14
1
-0
/
+5
*
Turn off Mousekeys for several ps2avrGB keyboards (#4502)
Drashna Jaelre
2018-11-27
1
-2
/
+2
*
modify quantum/template/avr/config.h: add rgblight effect configurations
mtei
2018-11-12
1
-5
/
+18
*
Add Bootmagic Lite to QMK (#4215)
Drashna Jaelre
2018-10-27
2
-0
/
+7
*
Updated templates for use by new_project.sh (#3783)
noroadsleft
2018-08-29
6
-44
/
+65
*
Update ps2avrgb readme (#3599)
MechMerlin
2018-08-09
2
-0
/
+44
*
Update templates used for new_project.sh (#3558)
MechMerlin
2018-08-03
3
-6
/
+17
*
Add #include "config_common.h" after #pragma once to config.h templates (#3444)
noroadsleft
2018-07-18
2
-8
/
+12
*
Update template config.h with `#pragma once` (#3415)
Evan Travers
2018-07-16
3
-17
/
+3
*
Integrating Peter Fleury's HD44780 LCD library (#3209)
Max Audron
2018-07-15
2
-0
/
+29
*
Updated matrix.c for some PS2AVRGB boards and templates for new_project scrip...
Kenneth Aloysius
2018-05-31
1
-13
/
+19
*
update template copyrights to 2018 (#2962)
MechMerlin
2018-05-13
7
-8
/
+8
*
Support both AVR and ps2avrGB targets for new_project script (#2811)
MechMerlin
2018-05-10
17
-0
/
+793
*
Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780)
MechMerlin
2018-04-21
1
-1
/
+1
*
change KEYMAP to LAYOUT for all new keyboards made using this script
mechmerlin
2018-04-05
2
-2
/
+2
*
update template readme
Jack Humbert
2017-11-01
1
-2
/
+2
[next]