Commit Graph

853 Commits (f61c99fdda6b05a64b06b718fbb0ff5db71d8bfd)

Author SHA1 Message Date
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 c22f3ba3a2
Debounce refactor / API (#3720)
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 503e02db79 Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware into debounce_refactor
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
Alex Ong c9ba618654 DO NOT USE Merge branch 'master' into debounce_refactor
5 years ago
mtei 2e8b32b9b5 move `#include "rgb.h"` from quantum.h to quantum.c
5 years ago
fauxpark 79b58937f4 Add C(), A() and G() to match already existing S() (#4673)
5 years ago
Drashna Jaelre 3542e573c8
Fix process_combo which assign -1 to uint16_t (#3697)
5 years ago
MakotoKurauchi 3c0c432836 Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used
5 years ago
MechMerlin 465559e166 Optimize/Update the new_project script (#4920)
5 years ago
MechMerlin b0d308eea1 Update Templates (stop living in the past, its 2019) (#4897)
5 years ago
Mislav Čakarić cd819a7f7e Allows Terminal to use ModTap/LayerTap keys (#4586)
5 years ago
James Churchill 28929ad017 Simplify split_common Code significantly (#4772)
5 years ago
Jeremy Bernhardt 246c3e4ef4 Changed rest note (#4837)
5 years ago
Jack Humbert 3cf179be61 Adds Proton C Conversion (#4661)
5 years ago
fauxpark 3bd30085d8 Tidy up Mod-Tap shortcuts (#4806)
5 years ago
Konstantin Đorđević 64c957d907 Add missing parentheses to some important macros (#4775)
5 years ago
Konstantin Đorđević cd9262d7b2 Improve consistency in UNICODEMAP code and docs, update docs/understanding_qmk (#4774)
5 years ago
Alex Ong 2bb2977c13 Merge branch 'master' into debounce_refactor
5 years ago
James Churchill 563ce3f225 Add explicit eeprom include in split_common
5 years ago