aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* ARM split - Add bootmagic/magic keycodes for setting handedness (#6545)Joel Challis2019-09-243-3/+10
* Generalize Tap Dance Layer functions (#6629)Drashna Jaelre2019-09-212-2/+10
* Add support for 328P hardware backlight on B1/B2 (#6776)fauxpark2019-09-201-0/+16
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-202-8/+10
* DRV2605L Continuous Haptic Feedback Support (#6461)MechMerlin2019-09-191-0/+3
* Smoother Linear Light Table (#6764)XScorpion22019-09-182-10/+44
* Updated split encoders so indexes are based on left hand encoders first (#6382)XScorpion22019-09-181-17/+25
* Add 328P to mcu_selection.mk (#6682)fauxpark2019-09-071-0/+15
* Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)fauxpark2019-09-051-1/+1
* Add Dip Switch as a core feature (#6140)Drashna Jaelre2019-09-034-0/+113
* clang-format changesskullY2019-08-30209-14299/+12201
* Hotfix: Reinstate the KC_DELT aliasskullY2019-08-301-0/+2
* Remove KC_DELT alias in favor of KC_DEL (#6327)Konstantin Đorđević2019-08-301-2/+0
* Update swedish based keymaps with newer keycodesDrashna Jaelre2019-08-301-1/+0
* Language Keymap extras backport from ZSA fork (#6198)Drashna Jaelre2019-08-302-24/+62
* Add 'bootloadHID' flash target (#5587)Joel Challis2019-08-241-30/+5
* Fixup Bootmagic code (#6386)Drashna Jaelre2019-08-222-10/+17
* AVR GPIO macro defines more readable (#5937)Takeshi ISHII2019-08-213-26/+30
* Additional changes for Layer State typedef compatibility (#5906)Drashna Jaelre2019-08-214-9/+10
* Added keycodes for swapping and unswapping the Control and OS keys (#6110)Stephen Wanhella2019-08-214-1/+100
* Add ATmega32U2 to mcu_selection.mk (#6561)fauxpark2019-08-171-1/+1
* Remove backslashes from template keymap (#6548)fauxpark2019-08-171-2/+2
* Add support for different encoder pinout for right half of split keyboard (#6...Danny2019-08-161-0/+14
* Enable PWM Support for Planck EZ Indicator Lights (#6473)Drashna Jaelre2019-08-132-3/+3
* Mask off TD() parameter properly (#6143)fauxpark2019-08-081-1/+1
* Add some defaults for ATmega32A to mcu_selection.mk (#6253)fauxpark2019-08-083-49/+24
* Rename QK_TMK(_MAX) to QK_BASIC (#6509)fauxpark2019-08-081-3/+3
* Improve backlight PWM pin support (#6202)fauxpark2019-08-081-98/+141
* MIDI: Fix basic noteon: send correct velocity (#6476)Zach DeCook2019-08-061-1/+1
* [Split] Add config option for DIRECT_PINS_RIGHT (#6479)Garrett Singer2019-08-031-0/+8
* Fix RGB Matrix Cycle Left-Right Animation (#6421)yrdns2019-07-261-1/+1
* Remove NO_BACKLIGHT_CLOCK (#6418)fauxpark2019-07-271-1/+0
* Fix MATRIX_X_PINS_RIGHT ARM compilation (#6395)Joel Challis2019-07-231-2/+2
* Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272)Wilba2019-07-211-2/+4
* Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)Konstantin Đorđević2019-07-202-2/+2
* Merge pull request #6264 from zvecr/split_master_checkDanny2019-07-201-0/+1
|\
| * Small fix to allow board to override split keyboard master checkzvecr2019-07-051-0/+1
* | Change xprintf() calls in rgblight.c to dprintf() (#6363)Konstantin Đorđević2019-07-191-18/+11
* | Fix Preprocessor check for Leader KeysDrashna Jaelre2019-07-161-3/+1
* | Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre2019-07-162-6/+6
* | Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre2019-07-163-1/+50
* | Store backlight breathing state in EEPROM (#6105)fauxpark2019-07-163-5/+11
* | Adding rgb matrix speed into eeprom storage. (#5965)XScorpion22019-07-162-57/+30
* | Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
* | Add out of bound check for Leader Key sequence array (#5840)Drashna Jaelre2019-07-151-7/+11
* | Add sendstring LUTs for French keymap (#5830)fauxpark2019-07-151-0/+97
* | Sendstring LUT improvements (#5727)fauxpark2019-07-1512-291/+511
* | Remove lock LED example in quantum.c (#5636)fauxpark2019-07-151-17/+0
* | Add user-overridable callback for cancelling UCIS input (#5564)Aapo Saaristo2019-07-151-0/+5
* | Switching rgb_config_t to use HSV structRyan Caltabiano2019-07-1239-114/+122