summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2018-09-25Add On/Off keycodesDrashna Jaelre
2018-09-25Add functions so you can configure programaticallyDrashna Jaelre
2018-09-25Store Clicky status in EEPROMDrashna Jaelre
2018-09-17Create AG_TOGG code to toggle Alt/Gui swap.Joe Wasson
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson
2018-09-13Zeal60/Zeal65/M60-A implementation (#3879)Wilba6582
2018-09-13rgblight.[ch] more configurable (#3582)Takeshi ISHII
2018-09-09Fix typo in keymap_swedish.h (#3877)Peter Nguyen
2018-09-09Add support for a different pinout on Split boards (#3869)Danny
2018-08-29Mask off keycode/layer/mod where possible in LT(), MT(), etc. (#3430)fauxpark
2018-08-29Updated templates for use by new_project.sh (#3783)noroadsleft
2018-08-28ISSI31FL3733 driver (#3679)yiancar
2018-08-25Add a belgian keymap, partially based on keymap_french.h (#3737)Anthony
2018-08-15Rgb matrix arm (#3648)yiancar
2018-08-11Split Common: Serial Backlight LED fix (#3586)Seth Barberee
2018-08-09Update ps2avrgb readme (#3599)MechMerlin
2018-08-04Make sure 'shutdown_user' is calledDrashna Jaelre
2018-08-04Fix Audio code when resetting keyboardDrashna Jaelre
2018-08-04Make sure Planck light calls user suspend functions (#3568)Drashna Jaelre
2018-08-03Update templates used for new_project.sh (#3558)MechMerlin
2018-08-02Keymap: Refactor symbols layer with layer tap workaround (#3520)Kenny Hung
2018-07-29Added alternating led underglow pattern (#3498)Brad
2018-07-25Keymap: Bocaj Ergodox Updates (#3364)Jacob Jerrell
2018-07-25Fix for the Split Common I2C code's SCL_CLOCK issue (#3474)Drashna Jaelre
2018-07-22Convert Iris to use SPLIT_KEYBOARD (#3458)Seth Barberee
2018-07-18keymapping for hungarian layout added (#3438)donfuge
2018-07-18Add #include "config_common.h" after #pragma once to config.h templates (#3444)noroadsleft
2018-07-18Song List: Mario Mushroom (#3432)Paul Davis
2018-07-17Split common (#3429)That-Canadian
2018-07-16Lets split eh (#3120)That-Canadian
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert
2018-07-16Update template config.h with `#pragma once` (#3415)Evan Travers
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron
2018-07-15Fix tapdance when one-shot is disabled.Joe Wasson
2018-07-15Added pin C6 to hardware PWM backlightWilba6582
2018-07-12Slow down speed of All Star song by factor of 4 (#3383)Danny
2018-07-11Add macro to play All Star chorus and print lyrics, fixes issues #3345, #3346...Danny
2018-07-03Merge pull request #3229 from qmk/hf/shinydoxErez Zukerman
2018-07-03Addition of hard brigtness limit for RGB_Matrix (#3299)yiancar
2018-06-28Clean up SEND_STRING keycodes and add media keys (#3214)fauxpark
2018-06-28Disable JTAG in keyboard initDrashna Jaelre
2018-06-22refactor, non-workingJack Humbert
2018-06-12adds timeout to avr i2cJack Humbert
2018-06-12fix issue with rgbinit unused variable (#3165)Jon Allen
2018-06-04Add rgblight mode 35 (R,G,B test mode) (#3114)Takeshi ISHII
2018-05-31Updated matrix.c for some PS2AVRGB boards and templates for new_project scrip...Kenneth Aloysius
2018-05-30Customizable LED test duration (#3086)Erez Zukerman
2018-05-30Add kuatsure map to preonic board (#3087)Jarrett Drouillard
2018-05-29Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)Drashna Jaelre
2018-05-16Fixed sprintf overflowM1K3L08