Commit Graph

970 Commits (e2f2d8b22e6bf14ea8e2bd21c1929c38584e8b8e)

Author SHA1 Message Date
Marco Monaco 73d8593352 increase size of note counter variable to avoid overflow 6 years ago
James Churchill c7c4937eef Clean up debounce a bit () 6 years ago
avatak 8dd1dab7cb Added two songs to song_list.h (FF Prelude and To Boldly Go) () 6 years ago
fauxpark 0d936b2fe6 Ask for your name when generating a new keyboard () 6 years ago
Konstantin Đorđević d5dcf54e23 Fix indentation in quantum_keycodes.h () 6 years ago
Tobias Schulte a69e4406d4 Fix Tx Bolt ghosting second character on key press () 6 years ago
Takeshi ISHII e3621c162c fix rgblight_effect_breathing interval time () 6 years ago
Chris Lewis c1c5922aae Velocikey: Match RGB animation speed to typing speed () 6 years ago
Takeshi ISHII 030faf951c Fix `quantum/split_common/matrix.c: select_col()/select_row()` () 6 years ago
Drashna Jaelre 100697ebab Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone () 6 years ago
Drashna Jaelre feee01192e
Fix Audio Clicky by adding missing punctuation () 6 years ago
zvecr fc06986989 Remove CUSTOM_MATRIX option from diode direction () 6 years ago
Rys Sommefeldt 0e68b6c1a9 Add UK variant of the SEND_STRING() LUTs 6 years ago
Konstantin Đorđević 5cb713148d Change Command keycode defaults to match corresponding Bootmagic codes () 6 years ago
Konstantin Đorđević 4e2369693f Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h () 6 years ago
ishtob 2cee371bf1 Haptic feedback generalized - DRV2605 and solenoids () 6 years ago
Erovia 642f6cf14f Add support for using ranges for RGB () 6 years ago
Drashna Jaelre cc146e32dc Improve RGB Light code () 6 years ago
Konstantin Đorđević d7754a19b9 Remove problematic unicode_map stub definition in process_unicodemap.c () 6 years ago
Drashna Jaelre c22f3ba3a2
Debounce refactor / API () 6 years ago
Drashna Jaelre 85022f8bb5 Fix ARM Audio issues and its EEPROM persistence () 6 years ago
skullY c5221fa1cb fix the led_matrix.h naming conflict 6 years ago
skullY 5fc2421811 Put back an accidentally stripped copyright 6 years ago
skullY 1a680c1d6a cleanup 6 years ago
skullY 84879f28a3 fix compiling for backlight without led matrix 6 years ago
skullY c080a3e7c4 cleanup 6 years ago
skullY 32116f1a45 Move the 1 second delay to led_matrix_init 6 years ago
skullY 6b74dd6de5 led_matrix works now 6 years ago
skullY bf2670601d compiles, but long delay on startup and problems 6 years ago
skullY 159191a874 revert accidental rgb_matrix.h changes 6 years ago
skullY fd698c43d7 The beginning of a simple led matrix driver for is31fl3731 6 years ago
Drashna Jaelre 35f6919673 Fix Bootmgic Mod Handling for LM keycodes () 6 years ago
Anthony 5c7a31eae2 Improvements to Space Cadet Shift () 6 years ago
Flugschwein e9c3e04146 Fix QWERTZ <> QWERTY issue in sendstring_german.h 6 years ago
Rockman18 df251d7a13 Backlight - New option : BACKLIGHT_CAPS_LOCK () 6 years ago
Andrew Kannan 0f507f0169 Practice60 RGB and PWM Backlight () 6 years ago
mtei 12a2572295 Prevent wasteful writing to eeprom. 6 years ago
James Churchill 6d2071ad6e Fix `1<col` instead of `1<<col` typo in matrix_is_on() 6 years ago
Konstantin Đorđević 4d9b11af14 Fix Command feature: use get_mods() instead of keyboard_report->mods () 6 years ago
Drashna Jaelre b05c0e46c6 Adds a default value for IS_COMMAND for COMMAND feature () 6 years ago
alex-ong 562c0d702a Fix compile error in debounce_eager_pk 6 years ago
alex-ong 503e02db79 Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware into debounce_refactor 6 years ago
alex-ong 10cc423515 Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2. 6 years ago
Alex Ong 039dde3a51 Fixed compilation error with debounce_sym_g 6 years ago
Alex Ong 7cb8d3c7a7 Bug fix - was using MATRIX_ROWS instead of num_rows 6 years ago
Alex Ong b5b119544a Removed #include "matrix.h" from debounce.h 6 years ago
alex-ong 14ed96aa06 Moved debouncing_time variable to inside #if debounce 6 years ago
alex-ong 5b7fc758d7 Restored debounce.h since there wasnt any real change. 6 years ago
alex-ong 4d8733591f Working eager_pk 6 years ago
alex-ong 123608fb31 DO NOT USE Revert back to original API to support split_keyboards. 6 years ago
alex-ong d0b691df0e DO NOT USE - debounce successfully compiled. 6 years ago
Alex Ong c9ba618654 DO NOT USE Merge branch 'master' into debounce_refactor 6 years ago
mtei 2e8b32b9b5 move `#include "rgb.h"` from quantum.h to quantum.c 6 years ago
fauxpark 79b58937f4 Add C(), A() and G() to match already existing S() () 6 years ago
Drashna Jaelre 3542e573c8
Fix process_combo which assign -1 to uint16_t () 6 years ago
MakotoKurauchi 3c0c432836 Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used 6 years ago
MechMerlin 465559e166 Optimize/Update the new_project script () 6 years ago
MechMerlin b0d308eea1 Update Templates (stop living in the past, its 2019) () 6 years ago
Mislav Čakarić cd819a7f7e Allows Terminal to use ModTap/LayerTap keys () 6 years ago
James Churchill 28929ad017 Simplify split_common Code significantly () 6 years ago
Jeremy Bernhardt 246c3e4ef4 Changed rest note () 6 years ago
Jack Humbert 3cf179be61 Adds Proton C Conversion () 6 years ago
fauxpark 3bd30085d8 Tidy up Mod-Tap shortcuts () 6 years ago
Konstantin Đorđević 64c957d907 Add missing parentheses to some important macros () 6 years ago
Konstantin Đorđević cd9262d7b2 Improve consistency in UNICODEMAP code and docs, update docs/understanding_qmk () 6 years ago
Alex Ong 2bb2977c13 Merge branch 'master' into debounce_refactor 6 years ago
James Churchill 563ce3f225 Add explicit eeprom include in split_common 6 years ago
James Churchill 38e01a7480 Convert split_common to use generic GPIO api 6 years ago
Konstantin Đorđević e76bf17d36 Remove redundant, language-specific aliases for KC_ALGR () 6 years ago
David Dai b7688590b8 Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. () 6 years ago
Giuseppe Rota 3ddec14eb8 Register the interrupting keycode in the tap dance state struct 6 years ago
Giuseppe Rota bb1b441325 Fix leader processing 6 years ago
Drashna Jaelre 6b46c06018 Fix Split Common Split_util.c typo 6 years ago
Danny c0859ac096 Update split keyboard docs () 6 years ago
Takeshi ISHII 72d4e4bfd7 Replace serial.c of quantum/split_common/ () 6 years ago
Drashna Jaelre afd5cda4a0 Fix up process_leader to be a bit more optimized () 6 years ago
Drashna Jaelre fdeec29636 Overhaul Unicode Common functionality () 6 years ago
Danny Nguyen 40bf3a2ce9 Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `readPin` 6 years ago
Alexander Kagno 3ec4a00bfc Per Key Leader Timing Option () 6 years ago
Takeshi ISHII 8f790948e5 Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c () 6 years ago
Takeshi ISHII 155e9310ff Make quantum/split_common/serial.[ch] configurable () 6 years ago
Drashna Jaelre 02d44beb44 Fix up tap_code functionality () 6 years ago
Fredric Silberberg 9e6ee47779 Added noeeprom versions of set hue, sat, val, and step 6 years ago
Konstantin Đorđević 28fbf84cc5 Add standard definitions for ALGR and KC_ALGR () 6 years ago
Ismael Venegas Castelló 538874f90f Keymap: Hacker Dvorak () 6 years ago
Drashna Jaelre 3a0f3a5bd0 Make ARM Audio max volume configurable () 6 years ago
Drashna Jaelre da1afe152a Fix up RGB Matrix code () 6 years ago
Wilba d7f1e072a8 Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements () 6 years ago
Giuseppe Rota 8b85ec2a98 Add Extrakey support for Brightness up/down () 6 years ago
Paul Massendari 3b42cff516 Added Rick Roll to song lists () 6 years ago
Drashna Jaelre a495326aed Turn off Mousekeys for several ps2avrGB keyboards () 6 years ago
Konstantin Đorđević 1904319745 Remove RGB_SMOD alias and replace uses with RGB_MOD () 6 years ago
Konstantin Đorđević e4dfcf896e Add tap_code16 function () 6 years ago
Erez Zukerman 1485098443
Merge pull request from drashna/fix_ucis 6 years ago
Drashna Jaelre 26156e84e8
Fix UCIS code 6 years ago
Florian Didron 504bf11769 Allows disabling rgb effects in userspace () 6 years ago
mtei d0f8e1babe modify quantum/template/avr/config.h: add rgblight effect configurations 6 years ago
Frank Tackitt 94f58322ac Configurable Rainbow Swirl range () 6 years ago
Drashna Jaelre 6e44f94f21 Add EEPROM_RESET keycode to core code () 6 years ago
Konstantin Đorđević 4636f0f623 Remove ALTG(kc) as it's misleading and is not actually AltGr () 6 years ago
Josh 0633eb0273 Increasing square wave buffer to max volume. () 6 years ago
Drashna Jaelre f1529e74c4 Remove old declaration 6 years ago
Danny Nguyen a5fa75fcb3 Move disable JTAG code from `keyboard_init` to `keyboard_setup` 6 years ago
Jack Humbert 15f6278aa6
Add support for Atmega32A to pin declarations and universal matrix () 6 years ago
Drashna Jaelre f63c0b7844 Add pointer(?) to disable_JTAG to prevent compiler errors () 6 years ago
That-Canadian 5630ad7604 Added JTAG disable code to the split_common () 6 years ago
Drashna Jaelre 4ffcacd920 Add Bootmagic Lite to QMK () 6 years ago
Jack Humbert 85688e5b52 add support for encoders to core 6 years ago
ROMUSKING 5694e7b6a6 Keymap: add new keymap () 6 years ago
Drashna Jaelre 7222e3691b Fix Unicode EEPROM handling so it is consistent. () 6 years ago
mtei db03b76910 optimize rgblight_effect_alternating(void) 6 years ago
QMK Bot 1d03af876c convert to unix line-endings [skip ci] 6 years ago
Žan Pevec 8ce9e3255e Fixes on slovenian keymap 6 years ago
Drashna Jaelre 1dc1e12fec Only include lufa.h if AVR in quantum/api.h 6 years ago
Žan Pevec ec86141a4a Basic Slovenian keymap added () 6 years ago
Patrick Hener 0793abfd19 Add sendstring_german.h () 6 years ago
mtei 4bb0fb2ffc A comment indicating the insertion location of the new mode was added. 6 years ago
mtei 661e304033 Add a temporary comment to quantum/rgblight.h to aid migration. 6 years ago
Drashna Jaelre cfa9f6ba6d Add non-US Hash and Backslash to AutoShift handling 6 years ago
James Laird-Wah 0c3137d8ff rgb_matrix: continue calling rgb_matrix_indicators() when toggled off 7 years ago
martinakcsilla 0d61e612f0 process_ucis: Add a callback for success () 7 years ago
takashiski 37cfd2c500 add JP keycode for MacOSX () 7 years ago
Florian Didron 9aecf4ccfd Adds a method allowing to set custom colors to the rgb matrix 7 years ago
Drashna Jaelre f5ae3760c6 Add send_unicode_hex_string function () 7 years ago
Drashna Jaelre e885c793bc Add Function level EECONFIG code for EEPROM () 7 years ago
Daniel Shields da6c58175a Make digital rain RGB matrix effect #define configurable. 7 years ago
Drashna Jaelre 9d949389f9 Adds default value for TAPPING_TERM if Tap Dance is enabled () 7 years ago
Wilba6582 66ef1e3d67 RAMA M6-B and IS31FL3218 driver () 7 years ago
yiancar 7fe03d085c Update quantum matrix to support both AVR and Chibios ARM () 7 years ago
Wilba6582 a173eda6d2 Improved dynamic keymaps () 7 years ago
James Laird-Wah b382076ad1 Keyboard: keyboardio model01: rgbmatrix support () 7 years ago
Chiang Fong Lee 7d2d0c6795 split_common: fix backlight update for serial boards 7 years ago
Chiang Fong Lee 96c9ebc2e4 Revert "Split Common: Serial Backlight LED fix ()" 7 years ago
Drashna Jaelre edeace279b Make Audio Clicky's randomness a float 7 years ago
James Laird-Wah f70f45ee67 RGB Matrix refactoring to open up for new drivers () 7 years ago
Florian Didron c7ce0d21dc Moves animation calculation logic out of the for loops 7 years ago
Daniel Shields 4d5705ea6c Add new RGB matrix effect digital rain aka The Matrix 7 years ago
Drashna Jaelre a0309db983 Add On/Off keycodes 7 years ago
Drashna Jaelre cfb1b353ee Add functions so you can configure programatically 7 years ago
Drashna Jaelre e72e4b6920 Store Clicky status in EEPROM 7 years ago
Joe Wasson a6d1db2c27 Create AG_TOGG code to toggle Alt/Gui swap. 7 years ago
Joe Wasson 743449472e Make `PREVENT_STUCK_MODIFIERS` the default () 7 years ago
Wilba6582 48a992f1c0 Zeal60/Zeal65/M60-A implementation () 7 years ago
Takeshi ISHII 6d6d91c834 rgblight.[ch] more configurable () 7 years ago
Peter Nguyen 7d8f680b50 Fix typo in keymap_swedish.h () 7 years ago
Danny 3dbdfbd99a Add support for a different pinout on Split boards () 7 years ago
fauxpark 097f1a299f Mask off keycode/layer/mod where possible in LT(), MT(), etc. () 7 years ago
noroadsleft 836efb50c6 Updated templates for use by new_project.sh () 7 years ago
Alex Ong 3cf7f7322c Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes. 7 years ago
yiancar fdd0f91527 ISSI31FL3733 driver () 7 years ago