Commit Graph

930 Commits (9d97e47df4de36adae48c57474f3836acb78195d)

Author SHA1 Message Date
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 () 7 years ago
That-Canadian 5630ad7604 Added JTAG disable code to the split_common () 7 years ago
Drashna Jaelre 4ffcacd920 Add Bootmagic Lite to QMK () 7 years ago
Jack Humbert 85688e5b52 add support for encoders to core 7 years ago
ROMUSKING 5694e7b6a6 Keymap: add new keymap () 7 years ago
Drashna Jaelre 7222e3691b Fix Unicode EEPROM handling so it is consistent. () 7 years ago
mtei db03b76910 optimize rgblight_effect_alternating(void) 7 years ago
QMK Bot 1d03af876c convert to unix line-endings [skip ci] 7 years ago
Žan Pevec 8ce9e3255e Fixes on slovenian keymap 7 years ago
Drashna Jaelre 1dc1e12fec Only include lufa.h if AVR in quantum/api.h 7 years ago
Žan Pevec ec86141a4a Basic Slovenian keymap added () 7 years ago
Patrick Hener 0793abfd19 Add sendstring_german.h () 7 years ago
mtei 4bb0fb2ffc A comment indicating the insertion location of the new mode was added. 7 years ago
mtei 661e304033 Add a temporary comment to quantum/rgblight.h to aid migration. 7 years ago
Drashna Jaelre cfa9f6ba6d Add non-US Hash and Backslash to AutoShift handling 7 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
Anthony 4de9ed7eb0 Add a belgian keymap, partially based on keymap_french.h () 7 years ago
Shihpin Tseng 1950a145c7 Fix process_combo which assign -1 to uint16_t 7 years ago
yiancar ad2bb529c7 Rgb matrix arm () 7 years ago
Seth Barberee 3eabd7946e Split Common: Serial Backlight LED fix () 7 years ago
MechMerlin ccfe60eb57 Update ps2avrgb readme () 7 years ago
Drashna Jaelre a2b4178245 Make sure 'shutdown_user' is called 7 years ago
Drashna Jaelre ef5b161bb5 Fix Audio code when resetting keyboard 7 years ago
Drashna Jaelre 23d68d0ba1 Make sure Planck light calls user suspend functions () 7 years ago
MechMerlin ec26684491 Update templates used for new_project.sh () 7 years ago
Kenny Hung 6c20c6219c Keymap: Refactor symbols layer with layer tap workaround () 7 years ago
Brad 595f3cbe5b Added alternating led underglow pattern () 7 years ago
Jacob Jerrell 4b5dcda126 Keymap: Bocaj Ergodox Updates () 7 years ago
Drashna Jaelre 4df6b7ba19 Fix for the Split Common I2C code's SCL_CLOCK issue () 7 years ago
Seth Barberee ed99581161 Convert Iris to use SPLIT_KEYBOARD () 7 years ago
donfuge 2869d51ba8 keymapping for hungarian layout added () 7 years ago
noroadsleft bc7fe1223d Add #include "config_common.h" after #pragma once to config.h templates () 7 years ago
Paul Davis b2175e1849 Song List: Mario Mushroom () 7 years ago
That-Canadian a012113d63 Split common () 7 years ago
That-Canadian 0fab3bbde3 Lets split eh () 7 years ago
Jack Humbert ade22f8e2c
Adds support for Planck Rev 6 () 7 years ago
Evan Travers 96cb9f4661 Update template config.h with `#pragma once` () 7 years ago
Max Audron bbea9dadbc Integrating Peter Fleury's HD44780 LCD library () 7 years ago
Joe Wasson 81756d7b21 Fix tapdance when one-shot is disabled. 7 years ago
Wilba6582 ffa119941c Added pin C6 to hardware PWM backlight 7 years ago
Danny 1236eac4f2 Slow down speed of All Star song by factor of 4 () 7 years ago
Danny 168d180a74 Add macro to play All Star chorus and print lyrics, fixes issues , , , , , () 7 years ago
Erez Zukerman 9c2dde98e2
Merge pull request from qmk/hf/shinydox 7 years ago
yiancar a7df902734 Addition of hard brigtness limit for RGB_Matrix () 7 years ago
fauxpark 6590f3c811 Clean up SEND_STRING keycodes and add media keys () 7 years ago
Drashna Jaelre ee3b9d2ef0 Disable JTAG in keyboard init 7 years ago
Jack Humbert 6380f83190 refactor, non-working 7 years ago
Jack Humbert bad56a4f2b adds timeout to avr i2c 7 years ago
Jon Allen 974d155505 fix issue with rgbinit unused variable () 7 years ago
Takeshi ISHII 5229734647 Add rgblight mode 35 (R,G,B test mode) () 7 years ago
Kenneth Aloysius d27855665a Updated matrix.c for some PS2AVRGB boards and templates for new_project script () 7 years ago
Erez Zukerman 21ad968ac1 Customizable LED test duration () 7 years ago
Jarrett Drouillard 258954dc3e Add kuatsure map to preonic board () 7 years ago
Drashna Jaelre 751719e6cb Add and fix _noeeprom functions to many of the RGB Underglow functions () 7 years ago
M1K3L08 42a72c633b Fixed sprintf overflow 7 years ago
Drashna Jaelre a572323f94 Add default to LEADER_TIMEOUT in case it's not defined () 7 years ago