aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/lufa.c
Commit message (Collapse)AuthorAgeFilesLines
* travis plsJack Humbert2016-11-231-47/+2
|
* converted to new formatJack Humbert2016-11-231-110/+181
|
* converted to 8bit messagesJack Humbert2016-11-231-51/+68
|
* cleaning up mididJack Humbert2016-11-211-1/+1
|
* cleaning up new codeJack Humbert2016-11-211-63/+27
|
* working with helper, qmk_helper_windows@05b0105Jack Humbert2016-11-211-0/+6
|
* more structure to the packageJack Humbert2016-11-211-19/+88
|
* midi back and forthJack Humbert2016-11-181-17/+45
|
* rgb light through midiJack Humbert2016-11-171-0/+96
|
* animations, midi, etcJack Humbert2016-11-151-2/+3
|
* mostly workingJack Humbert2016-11-131-3/+30
|
* Use keyboard config for nkro (#7)IBNobody2016-09-061-1/+8
| | | | | | * removing nkro references - wip * changed NKRO to be defined by keymap_config
* move to ergodox-ez onlyJason Green2016-08-231-1/+1
|
* Added USB Virtual Serial supportJason Green2016-08-231-0/+107
|
* Makefile redo & other features (#395)Jack Humbert2016-06-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .build containment implemented * no destructive variable setting - builds in either folder * make from 3 places * cleans before each build * make from root with keyboard=keyboard, keymap=keymap * make from keyboard/keyboard with keymap=keymap * make from keymaps/keymap * only implemented on planck * adds color diag to avr-gcc * makefiles for all plancks, clean-up * quick build-all makefile for plancks * reformatting of make output (colors) * color toggle, tmk path corrections * correct if statement for color * move config.h to main makefile, updates preonic, atomic * format update, all keyboards targets * makefile optional for build all target, alps and arrow_pad updated * alps updated * make planck default, trying out travis recipe for all-keyboards * all-keymaps target, different travis recipe * updates alps64 * updates keyboards to new format * updates clue* projects * all projects updated, specialise EZ .hex, let .hex through * updates travis * automatically find root, keyboard, keymap * silent echo, cleaned-up mass make output * updates all keyboards' .hex files except EZ * Rename Bantam44.c to bantam44.c * Rename Bantam44.h to bantam44.h * nananana * adds six key keyboard * does same to ez as rest * updates send_string example * brings ergodox_ez up to date * updates template/new project script * adds sixkeyboard * adds readme for sixkeyboard * adds sixkeyboard to travis * filenames, gitignore mess * define clock prescaler stuff manually * make quick, size test example * documentation and dfu-no-build
* updates midi in play_note to better octaveJack Humbert2016-05-231-2/+2
|
* updates midi functionality (#331)Jack Humbert2016-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * moves midi stuff to quantum.c * adds additional scales for midi
* Fixed many compiler warnings related to print being disabledIBNobody2016-04-171-11/+7
|
* better integrationsJack Humbert2016-01-201-2/+5
|
* merging tmkJack Humbert2015-10-271-7/+350
|
* core: Fix for disabling NKRO in Boot protocoltmk2015-09-201-5/+3
|
* lufa: Fix endpoint bank mode for ATMega32u2tmk2015-09-201-1/+4
|
* core: Fix lufa suspend callback(#234)tmk2015-07-231-1/+0
| | | | | With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason. It is unneeded in actual and removed.
* lufa: Fix console flush #223tmk2015-05-221-1/+23
| | | | | Old console sent unneeded empty data every one milli sencond. After this fix console flushes endpoint data bank every 50ms only when needed.
* Add keyboard_setup() and matrix_setup()tmk2015-05-191-2/+7
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+605