Commit Graph

996 Commits (61b5914a80a7945952dd259cbe70d1e6752259c2)

Author SHA1 Message Date
Drashna Jaelre 547fbe769c
Enable PWM Support for Planck EZ Indicator Lights () 6 years ago
fauxpark 406f03bb0c Mask off TD() parameter properly () 6 years ago
fauxpark 405dea01be Add some defaults for ATmega32A to mcu_selection.mk () 6 years ago
fauxpark 2a534e87ac Rename QK_TMK(_MAX) to QK_BASIC () 6 years ago
fauxpark 4d72aa428f Improve backlight PWM pin support () 6 years ago
Zach DeCook 009d45d4d7 MIDI: Fix basic noteon: send correct velocity () 6 years ago
Garrett Singer f644db042c [Split] Add config option for DIRECT_PINS_RIGHT () 6 years ago
yrdns 22a8992d1b Fix RGB Matrix Cycle Left-Right Animation () 6 years ago
fauxpark 0bd03150e5 Remove NO_BACKLIGHT_CLOCK () 6 years ago
Joel Challis b1691ba696 Fix MATRIX_X_PINS_RIGHT ARM compilation () 6 years ago
Wilba bffbb4b42d Refactoring wilba.tech PCBs, updating Rama Works U80-A () 6 years ago
Konstantin Đorđević a2e91ebec9 Update IS_COMMAND definitions to use MOD_MASK_SHIFT () 6 years ago
Danny a40dbf94e8
Merge pull request from zvecr/split_master_check 6 years ago
Konstantin Đorđević e040028f1b Change xprintf() calls in rgblight.c to dprintf() () 6 years ago
Drashna Jaelre e5d2cb8f98 Fix Preprocessor check for Leader Keys 6 years ago
Drashna Jaelre f6c7e11426 Remove the need to specify NUM_OF_ENCODERS for the Encoder feature () 6 years ago
Drashna Jaelre c44fc68297 Allow Combo feature to be enabled/disabled live () 6 years ago
fauxpark a32f7e1a25 Store backlight breathing state in EEPROM () 6 years ago
XScorpion2 e2dfb787da Adding rgb matrix speed into eeprom storage. () 6 years ago
fauxpark ba42a5ae68 Remove commented out MCUs in rules.mk () 6 years ago
Drashna Jaelre 09f5767072 Add out of bound check for Leader Key sequence array () 6 years ago
fauxpark ed6a872911 Add sendstring LUTs for French keymap () 6 years ago
fauxpark a5ecf14608 Sendstring LUT improvements () 6 years ago
fauxpark 26bbf6a66a Remove lock LED example in quantum.c () 6 years ago
Aapo Saaristo 2a231457bd Add user-overridable callback for cancelling UCIS input () 6 years ago
Ryan Caltabiano cf215487ba Switching rgb_config_t to use HSV struct 6 years ago
XScorpion2 3ee062222a Fixing effects to respect user sat and val levels () 6 years ago
Konstantin Đorđević c69060465e Fix parentheses in macros, and in general clean up quantum.h () 6 years ago
Drashna Jaelre 37be1cb513
Fix debouncing issue for eager algorithms () 6 years ago
fauxpark 8b1cdd1e3d Add copyright year placeholders to new keyboard script () 6 years ago
XScorpion2 d16db69367 Added mod carry over from press to release. () 6 years ago
zvecr 05990c9bda Small fix to allow board to override split keyboard master check 6 years ago
Takeshi ISHII f268993760 fix unselect_rows() in quantum/matrix.c () 6 years ago
Michael F. Lamb b802c0c8df [Keymap] mitosis:datagrok: use non-copyrighted songs, add workman ditty () 6 years ago
fauxpark 8c1900a658 Remove one more copyrighted song () 6 years ago
fauxpark 317b809564 Fix breathing always on for soft PWM () 6 years ago
Danny 810c8db770 Set default I2C clock speed to 100kHz for split_common () 6 years ago
fauxpark 6bdcbfb25a Fix backlight breathing on C6 () 6 years ago
Drashna Jaelre 06975aa0dd Remove all Copyrighted Sounds and Songs () 6 years ago
XScorpion2 e7711b3b66 Moving rgb typedefs into a single location () 6 years ago
Danny Nguyen 2c8149aa55 Fix compilation error when I2C and encoder is enabled for split code 6 years ago
zvecr c393d3afde Add additional pins for Teensy 3.x and LC 6 years ago
Kimat Boven 4d97f35230 Add belgian layout for sendstring () 6 years ago
Ryan Caltabiano 6d6646de04 Fixing matrix_scan so it properly returns changed status 6 years ago
Drashna Jaelre 83afae31ed Fix up Debouncing in AVR Templates () 6 years ago
Ryan Caltabiano c9a7161d93 Reduce rgb matrix firmware size 6 years ago
fauxpark e0ecc53f4e Make DEBUG keycode disable as well as enable () 6 years ago
Ryan Caltabiano 5c7b37bbbd Added custom center point to rgb matrix 6 years ago
XScorpion2 270b39b2eb Spirals, Pinwheels, and Documentation....Oh My! RGB Matrix Effects () 6 years ago
XScorpion2 f11fde9bf5 Fixing hsv_to_rgb where s = 0 and v < 255 () 6 years ago