aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol
Commit message (Collapse)AuthorAgeFilesLines
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-236-6/+6
| | | | | | | | | | | | | | | | | | | | * redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-213-4/+9
| | | | | | * fixes from tmk's repo * rename keyboard to keyboards
* Warning reductions (#430)Jack Humbert2016-06-212-1/+2
| | | Warning reductions
* updates all config.h and Makefiles to correct references, textJack Humbert2016-06-211-39/+1
|
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-18909-287223/+11
| | | | | | | | | | | | | | | | * sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
* Makefile redo & other features (#395)Jack Humbert2016-06-112-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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
* fix HID_RI_LOGICAL_MAXIMUM value (#388)Masahiro Wakame2016-06-071-1/+1
|
* 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
* Update functions used to write to EEPROMEric Tang2016-04-212-3/+3
|
* Fixed many compiler warnings related to print being disabledIBNobody2016-04-171-11/+7
|
* the spacessssJack Humbert2016-04-151-2/+2
|
* changing up the makefile a bitJack Humbert2016-04-141-2/+2
|
* better integrationsJack Humbert2016-01-201-2/+5
|
* merging tmkJack Humbert2015-10-2723-68/+3179
|
* Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c'Jun Wako2015-09-244-0/+0
|
* core: Fix for disabling NKRO in Boot protocoltmk2015-09-201-5/+3
|
* lufa: Fix endpoint bank mode for ATMega32u2tmk2015-09-201-1/+4
|
* next_usb: Fix next_kbd_set_leds()tmk2015-09-201-4/+12
|
* 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.
* usb_usb: Ignore error usage(0x01-03) reporttmk2015-07-151-9/+18
|
* 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.
* ibm4704_usb: Fix protocol handlingtmk2015-05-191-9/+11
|
* Add keyboard_setup() and matrix_setup()tmk2015-05-192-2/+9
|
* ibm4704_usb: Fix interrupt of clock(rising edge)tmk2015-05-191-21/+18
|
* usb_usb: Change debug LED pin configtmk2015-05-131-10/+0
|
* Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5'tmk2015-05-131862-64024/+422739
|
* Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'tmk2015-04-283-1/+31
|
* Fix debug printtmk2015-04-221-1/+1
|
* Fix ibm4704 protocol with using interrupttmk2015-04-221-57/+78
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-10449-0/+90781