index
:
avr/qmk/firmware
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
/
quantum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify the quantum license (#1042)
skullydazed
2017-03-28
1
-0
/
+16
*
Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes
Jack Humbert
2017-03-28
1
-3
/
+6
|
\
|
*
Update existing keymaps
Gabriel Young
2017-02-25
1
-2
/
+2
|
*
Factor basic note processing into respective processors
Gabriel Young
2017-02-25
1
-0
/
+3
|
*
Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED
Gabriel Young
2017-02-25
1
-2
/
+2
*
|
Refactor Bluetooth Handling
Travis La Marr
2017-03-24
1
-8
/
+0
*
|
helps to save before committing
Jack Humbert
2017-02-19
1
-3
/
+1
*
|
merging
Jack Humbert
2017-02-19
1
-0
/
+39
|
\
|
|
*
split up unicode systems into different files
Jack Humbert
2017-02-15
1
-0
/
+13
|
*
Add keycodes to turn on, turn off and toggle faux clicky
Priyadi Iman Nurcahyo
2017-02-13
1
-0
/
+24
*
|
adds soft pwm for non-timed ports
Jack Humbert
2017-02-12
1
-14
/
+45
|
/
*
added functionality for just a port
Jack Humbert
2017-02-07
1
-32
/
+62
*
Merge pull request #1057 from priyadi/selectable_output
Jack Humbert
2017-02-07
1
-0
/
+33
|
\
|
*
Restrict outputselect to LUFA only for now
Priyadi Iman Nurcahyo
2017-02-01
1
-2
/
+2
|
*
Limit outputselect to AVR only for now
Priyadi Iman Nurcahyo
2017-02-01
1
-0
/
+4
|
*
Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLE
Priyadi Iman Nurcahyo
2017-02-01
1
-0
/
+29
*
|
Merge pull request #960 from ofples/feature/combos
Jack Humbert
2017-02-06
1
-0
/
+8
|
\
\
|
*
|
Moved combo processing lower down in process logic
Ofer Plesser
2016-12-16
1
-3
/
+3
|
*
|
Added support for timing out combos if a key as been pressed for longer than ...
Ofer Plesser
2016-12-10
1
-0
/
+5
|
*
|
Implemented basic key combination feature
Ofer Plesser
2016-12-10
1
-0
/
+3
*
|
|
registering a weak_mods when using register_code16
SjB
2017-01-29
1
-4
/
+24
*
|
|
speeding up (un)register_code16
SjB
2017-01-23
1
-2
/
+10
|
|
/
|
/
|
*
|
Added check that makes sure a code is a right modifier before considering it ...
Ofer Plesser
2016-12-23
1
-0
/
+2
|
/
*
separated into api files/folder
Jack Humbert
2016-11-26
1
-3
/
+3
*
travis pls
Jack Humbert
2016-11-23
1
-2
/
+7
*
Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7
Jack Humbert
2016-11-21
1
-2
/
+9
|
\
|
*
Fix the Space Cadet timeout code
Gergely Nagy
2016-11-19
1
-0
/
+4
|
*
Add a timeout to space-cadet shift.
Gergely Nagy
2016-11-19
1
-2
/
+5
*
|
cleaning up new code
Jack Humbert
2016-11-21
1
-0
/
+40
*
|
mostly working
Jack Humbert
2016-11-13
1
-0
/
+1
*
|
merging
Jack Humbert
2016-11-12
1
-0
/
+2
|
\
|
|
*
Unicode map framework. Allow unicode up to 0xFFFFF using separate
Priyadi Iman Nurcahyo
2016-10-10
1
-0
/
+3
*
|
working with power limit
Jack Humbert
2016-10-16
1
-0
/
+3
|
/
*
Use keyboard config for nkro (#7)
IBNobody
2016-09-06
1
-56
/
+68
*
Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO
IBNobody
2016-09-06
1
-0
/
+13
*
Add a register/unregister_code16 pair of functions
Gergely Nagy
2016-08-18
1
-0
/
+37
*
Fix the process_record_nocache function
Wojciech Siewierski
2016-08-18
1
-10
/
+12
*
process_unicode: Call process_ucis() automatically
Gergely Nagy
2016-08-15
1
-0
/
+3
*
extract reset keyboard into a function
Pavlos Vinieratos
2016-07-13
1
-10
/
+14
*
Merge pull request #477 from Smilliam/master
Jack Humbert
2016-07-11
1
-0
/
+12
|
\
|
*
Made rollover behavior for space cadet optional
Smilliam
2016-07-10
1
-8
/
+12
|
*
fixed indentation.
Smilliam
2016-07-04
1
-8
/
+8
|
*
Allow Space Cadet state to be canceled by alternate Shift key
Smilliam
2016-07-04
1
-0
/
+8
*
|
Move return out of event if block
TerryMathews
2016-07-08
1
-26
/
+26
*
|
Create keycodes for RGB control functions
TerryMathews
2016-07-07
1
-0
/
+50
*
|
default keymap, reset sorted out for now, added serial to makefile
Jack Humbert
2016-07-06
1
-1
/
+1
|
/
*
Add ChibiOS support for QMK (#465)
fredizzimo
2016-07-01
1
-1
/
+1
*
rand supports other chips
Jack Humbert
2016-06-29
1
-2
/
+5
*
adds random base64 character generator
Jack Humbert
2016-06-29
1
-0
/
+35
*
Moves features to their own files (process_*), adds tap dance feature (#460)
Jack Humbert
2016-06-29
1
-403
/
+22
[next]