aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core
Commit message (Expand)AuthorAgeFilesLines
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-154-42/+729
* Tabs to spaces in usb_descriptor.hfauxpark2018-04-111-17/+17
* Update whitefox to use the K-Type teensy workaroundKaleb Elwert2018-04-031-0/+3
* Properly always copy firmwareU-LANDSRAAD\drashna2018-03-291-9/+9
* Fix RGB Sleep codeU-LANDSRAAD\drashna2018-03-281-1/+1
* Better non-Linux support (#2524)dankm2018-03-262-13/+14
* add syscalls.c if autoshift is enabled, to fix compile issue on ChibiOSU-LANDSRAAD\drashna2018-03-251-0/+3
* Generate API docs from source code comments (#2491)skullydazed2018-03-2225-70/+732
* [Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Drashna Jaelre2018-03-191-1/+15
* Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark2018-03-161-0/+5
* Fix swap-hands tapping.Joe Wasson2018-03-164-9/+50
* Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2018-03-163-6/+9
* fix generate Keyboard.huplus2018-03-161-9/+9
* Fixed dead links (#2451)Brian Choromanski2018-03-013-8/+8
* Remap msys2 usb, fix USB port detection (#2301)Danny2018-02-281-0/+4
* Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32Fred Sundvik2018-02-121-1/+1
* Fix reset for STM32 devicesFred Sundvik2018-02-101-17/+17
* add conditional to perform check-size only for supported architecturesMichael F. Lamb2018-02-081-0/+5
* make check_size work across platformsMichael F. Lamb2018-02-081-1/+1
* Switch from echo to printf for output without newlinesDanny Nguyen2018-02-081-2/+2
* Only search through newly detected devices and discard ones that disappearedDanny Nguyen2018-02-081-2/+3
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-0818-1161/+676
* ARM audio fixes, stack size increase (#2365)Jack Humbert2018-02-081-1/+1
* Send usb wakeup through ChibiOSFred Sundvik2018-02-073-26/+2
* Update ChibiOS to 17.6.3Fred Sundvik2018-02-071-6/+5
* Update personal layouts, free up matrix_scan_user for JJ40 (#2319)Kenneth Aloysius2018-02-021-1/+1
* Use perl directly instead of grep -PErin Call2018-02-021-1/+1
* Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed2018-01-283-6/+6
* Revert back to normal sleeping wait behaviour for STM32Fred Sundvik2018-01-211-7/+2
* Fix compiler settings for MCUs with floating pointFred Sundvik2018-01-211-9/+25
* Backlighting for JJ40 and underglow initialisation code (#2260)Kenneth Aloysius2018-01-181-1/+1
* Add -e to enable interpretation of escape charactersDanny Nguyen2018-01-121-2/+2
* backlight breathing overhaul (#2187)Balz Guenat2018-01-013-5/+14
* Unsign key argument in add_key_to_reportfauxpark2017-12-192-3/+3
* make 'layer_state_set' visible to user codeColin T.A. Gray2017-12-152-6/+13
* fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)Colin T.A. Gray2017-12-151-2/+2
* helper to compare current layer_state to user layerColin T.A. Gray2017-12-082-0/+12
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-274-104/+145
* I found a typo!Colin T.A. Gray2017-11-221-1/+1
* Allow multiple process_record() calls per scanSeebs2017-11-211-0/+11
* Adds serial number string to USB descriptors (#1996)Jack Humbert2017-11-171-1/+17
* QMK DFU bootloader generation (#2009)Jack Humbert2017-11-141-0/+20
* add pgm_read_dword for Infinity ErgoDoxTakayuki Matsubara2017-11-061-0/+1
* adds per-layer rgb color option to ezJack Humbert2017-11-062-1/+8
* Adds .qmk file type as a target for QMK Toolbox (#1084)Jack Humbert2017-11-012-0/+48
* Fix pointing device featureRob Rogers2017-10-312-1/+6
* RETRO_TAPPING (#1922)tsankuanglee2017-10-312-3/+38
* fix Logical Maximum to be recognized as 255 instead of -1Takayuki Matsubara2017-10-311-1/+1
* Fix avrdude message to not mention any specific device model.Phil Hagelberg2017-10-161-3/+3
* Added BLE support for USB-USB converter. (#1824)Benjamin Dengler2017-10-151-0/+3