870 Commits (rgb7seg)

Author SHA1 Message Date
  Marco Monaco 73d8593352 increase size of note counter variable to avoid overflow 5 years ago
  James Churchill c7c4937eef Clean up debounce a bit (#5255) 5 years ago
  avatak 8dd1dab7cb Added two songs to song_list.h (FF Prelude and To Boldly Go) (#5252) 5 years ago
  fauxpark 0d936b2fe6 Ask for your name when generating a new keyboard (#5214) 5 years ago
  Konstantin Đorđević d5dcf54e23 Fix indentation in quantum_keycodes.h (#5221) 5 years ago
  Tobias Schulte a69e4406d4 Fix Tx Bolt ghosting second character on key press (#5229) 5 years ago
  Takeshi ISHII e3621c162c fix rgblight_effect_breathing interval time (#5213) 5 years ago
  Chris Lewis c1c5922aae Velocikey: Match RGB animation speed to typing speed (#3754) 5 years ago
  Takeshi ISHII 030faf951c Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174) 5 years ago
  Drashna Jaelre 100697ebab Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone (#5173) 5 years ago
  Drashna Jaelre feee01192e
Fix Audio Clicky by adding missing punctuation (#5171) 5 years ago
  zvecr fc06986989 Remove CUSTOM_MATRIX option from diode direction (#5090) 5 years ago
  Rys Sommefeldt 0e68b6c1a9 Add UK variant of the SEND_STRING() LUTs 5 years ago
  Konstantin Đorđević 5cb713148d Change Command keycode defaults to match corresponding Bootmagic codes (#5078) 5 years ago
  Konstantin Đorđević 4e2369693f Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167) 5 years ago
  ishtob 2cee371bf1 Haptic feedback generalized - DRV2605 and solenoids (#4939) 5 years ago
  Erovia 642f6cf14f Add support for using ranges for RGB (#4981) 5 years ago
  Drashna Jaelre cc146e32dc Improve RGB Light code (#4326) 5 years ago
  Konstantin Đorđević d7754a19b9 Remove problematic unicode_map stub definition in process_unicodemap.c (#5110) 5 years ago
  Drashna Jaelre 85022f8bb5 Fix ARM Audio issues and its EEPROM persistence (#4936) 5 years ago
  skullY c5221fa1cb fix the led_matrix.h naming conflict 5 years ago
  skullY 5fc2421811 Put back an accidentally stripped copyright 5 years ago
  skullY 1a680c1d6a cleanup 5 years ago
  skullY 84879f28a3 fix compiling for backlight without led matrix 5 years ago
  skullY c080a3e7c4 cleanup 5 years ago
  skullY 32116f1a45 Move the 1 second delay to led_matrix_init 5 years ago
  skullY 6b74dd6de5 led_matrix works now 5 years ago
  skullY bf2670601d compiles, but long delay on startup and problems 5 years ago
  skullY 159191a874 revert accidental rgb_matrix.h changes 5 years ago
  skullY fd698c43d7 The beginning of a simple led matrix driver for is31fl3731 5 years ago
  Drashna Jaelre 35f6919673 Fix Bootmgic Mod Handling for LM keycodes (#4740) 5 years ago
  Anthony 5c7a31eae2 Improvements to Space Cadet Shift (#3856) 5 years ago
  Flugschwein e9c3e04146 Fix QWERTZ <> QWERTY issue in sendstring_german.h 5 years ago
  Rockman18 df251d7a13 Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769) 5 years ago
  Andrew Kannan 0f507f0169 Practice60 RGB and PWM Backlight (#4929) 5 years ago
  mtei 12a2572295 Prevent wasteful writing to eeprom. 5 years ago
  James Churchill 6d2071ad6e Fix `1<col` instead of `1<<col` typo in matrix_is_on() 5 years ago
  Konstantin Đorđević 4d9b11af14 Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) 5 years ago
  Drashna Jaelre b05c0e46c6 Adds a default value for IS_COMMAND for COMMAND feature (#4301) 5 years ago
  alex-ong 562c0d702a Fix compile error in debounce_eager_pk 5 years ago
  alex-ong 10cc423515 Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2. 5 years ago
  Alex Ong 039dde3a51 Fixed compilation error with debounce_sym_g 5 years ago
  Alex Ong 7cb8d3c7a7 Bug fix - was using MATRIX_ROWS instead of num_rows 5 years ago
  Alex Ong b5b119544a Removed #include "matrix.h" from debounce.h 5 years ago
  alex-ong 14ed96aa06 Moved debouncing_time variable to inside #if debounce 5 years ago
  alex-ong 5b7fc758d7 Restored debounce.h since there wasnt any real change. 5 years ago
  alex-ong 4d8733591f Working eager_pk 5 years ago
  alex-ong 123608fb31 DO NOT USE Revert back to original API to support split_keyboards. 5 years ago
  alex-ong d0b691df0e DO NOT USE - debounce successfully compiled. 5 years ago
  mtei 2e8b32b9b5 move `#include "rgb.h"` from quantum.h to quantum.c 5 years ago