1077 Commits (master)

Author SHA1 Message Date
cubimon f9f0a31904 Unicode fix for new wincompose version (#5082)
5 years ago
DDRnJn fcc9b4b8e7 Added 4 new songs to song_list.h
5 years ago
Len Trigg 9c4424ae2c rgblight split transfer non-eeprom config (#5396)
5 years ago
Takuya Urakawa 2f3dbb1253 Add new keyboard Plaid and ATMEGA328p support (#5379)
5 years ago
James Churchill 37932c293c Next set of split_common changes (#4974)
5 years ago
DDRnJn fe89aef774 Add 3 new songs and add new note type (#5351)
5 years ago
Wilba6582 92c19dae8c Fixed tap/down/up handling in dynamic keymap macros
5 years ago
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 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
James Churchill 38e01a7480 Convert split_common to use generic GPIO api
5 years ago
Konstantin Đorđević e76bf17d36 Remove redundant, language-specific aliases for KC_ALGR (#4720)
5 years ago
David Dai b7688590b8 Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)
5 years ago
Giuseppe Rota 3ddec14eb8 Register the interrupting keycode in the tap dance state struct
5 years ago
Giuseppe Rota bb1b441325 Fix leader processing
5 years ago
Drashna Jaelre 6b46c06018 Fix Split Common Split_util.c typo
5 years ago
Danny c0859ac096 Update split keyboard docs (#4735)
5 years ago
Takeshi ISHII 72d4e4bfd7 Replace serial.c of quantum/split_common/ (#4669)
5 years ago
Drashna Jaelre afd5cda4a0 Fix up process_leader to be a bit more optimized (#4662)
5 years ago
Drashna Jaelre fdeec29636 Overhaul Unicode Common functionality (#4325)
5 years ago
Danny Nguyen 40bf3a2ce9 Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `readPin`
5 years ago
Alexander Kagno 3ec4a00bfc Per Key Leader Timing Option (#4026)
6 years ago
Takeshi ISHII 8f790948e5 Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)
6 years ago
Takeshi ISHII 155e9310ff Make quantum/split_common/serial.[ch] configurable (#4419)
6 years ago
Drashna Jaelre 02d44beb44 Fix up tap_code functionality (#4609)
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 (#4389)
6 years ago
Ismael Venegas Castelló 538874f90f Keymap: Hacker Dvorak (#4514)
6 years ago
Drashna Jaelre 3a0f3a5bd0 Make ARM Audio max volume configurable (#4540)
6 years ago
Drashna Jaelre da1afe152a Fix up RGB Matrix code (#4503)
6 years ago
Wilba d7f1e072a8 Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)
6 years ago
Giuseppe Rota 8b85ec2a98 Add Extrakey support for Brightness up/down (#4477)
6 years ago
Paul Massendari 3b42cff516 Added Rick Roll to song lists (#4510)
6 years ago
Drashna Jaelre a495326aed Turn off Mousekeys for several ps2avrGB keyboards (#4502)
6 years ago
Konstantin Đorđević 1904319745 Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)
6 years ago
Konstantin Đorđević e4dfcf896e Add tap_code16 function (#4362)
6 years ago
Erez Zukerman 1485098443
Merge pull request #4453 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 (#4422)
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 (#4376)
6 years ago
Drashna Jaelre 6e44f94f21 Add EEPROM_RESET keycode to core code (#4234)
6 years ago
Konstantin Đorđević 4636f0f623 Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)
6 years ago
Josh 0633eb0273 Increasing square wave buffer to max volume. (#4296)
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 (#4015)
6 years ago
Drashna Jaelre f63c0b7844 Add pointer(?) to disable_JTAG to prevent compiler errors (#4310)
6 years ago
That-Canadian 5630ad7604 Added JTAG disable code to the split_common (#4309)
6 years ago
Drashna Jaelre 4ffcacd920 Add Bootmagic Lite to QMK (#4215)
6 years ago
Jack Humbert 85688e5b52 add support for encoders to core
6 years ago
ROMUSKING 5694e7b6a6 Keymap: add new keymap (#4127)
6 years ago
Drashna Jaelre 7222e3691b Fix Unicode EEPROM handling so it is consistent. (#4066)
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 (#4128)
6 years ago
Patrick Hener 0793abfd19 Add sendstring_german.h (#4124)
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
6 years ago
martinakcsilla 0d61e612f0 process_ucis: Add a callback for success (#4067)
6 years ago
takashiski 37cfd2c500 add JP keycode for MacOSX (#4033)
6 years ago
Florian Didron 9aecf4ccfd Adds a method allowing to set custom colors to the rgb matrix
6 years ago
Drashna Jaelre f5ae3760c6 Add send_unicode_hex_string function (#3828)
6 years ago
Drashna Jaelre e885c793bc Add Function level EECONFIG code for EEPROM (#3084)
6 years ago
Daniel Shields da6c58175a Make digital rain RGB matrix effect #define configurable.
6 years ago
Drashna Jaelre 9d949389f9 Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)
6 years ago
Wilba6582 66ef1e3d67 RAMA M6-B and IS31FL3218 driver (#4021)
6 years ago
yiancar 7fe03d085c Update quantum matrix to support both AVR and Chibios ARM (#3968)
6 years ago
Wilba6582 a173eda6d2 Improved dynamic keymaps (#3972)
6 years ago
James Laird-Wah b382076ad1 Keyboard: keyboardio model01: rgbmatrix support (#3989)
6 years ago
Chiang Fong Lee 7d2d0c6795 split_common: fix backlight update for serial boards
6 years ago
Chiang Fong Lee 96c9ebc2e4 Revert "Split Common: Serial Backlight LED fix (#3586)"
6 years ago
Drashna Jaelre edeace279b Make Audio Clicky's randomness a float
6 years ago
James Laird-Wah f70f45ee67 RGB Matrix refactoring to open up for new drivers (#3913)
6 years ago
Florian Didron c7ce0d21dc Moves animation calculation logic out of the for loops
6 years ago
Daniel Shields 4d5705ea6c Add new RGB matrix effect digital rain aka The Matrix
6 years ago
Drashna Jaelre a0309db983 Add On/Off keycodes
6 years ago
Drashna Jaelre cfb1b353ee Add functions so you can configure programatically
6 years ago
Drashna Jaelre e72e4b6920 Store Clicky status in EEPROM
6 years ago
Joe Wasson a6d1db2c27 Create AG_TOGG code to toggle Alt/Gui swap.
6 years ago
Joe Wasson 743449472e Make `PREVENT_STUCK_MODIFIERS` the default (#3107)
6 years ago
Wilba6582 48a992f1c0 Zeal60/Zeal65/M60-A implementation (#3879)
6 years ago
Takeshi ISHII 6d6d91c834 rgblight.[ch] more configurable (#3582)
6 years ago
Peter Nguyen 7d8f680b50 Fix typo in keymap_swedish.h (#3877)
6 years ago
Danny 3dbdfbd99a Add support for a different pinout on Split boards (#3869)
6 years ago
fauxpark 097f1a299f Mask off keycode/layer/mod where possible in LT(), MT(), etc. (#3430)
6 years ago
noroadsleft 836efb50c6 Updated templates for use by new_project.sh (#3783)
6 years ago
Alex Ong 3cf7f7322c Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.
6 years ago
yiancar fdd0f91527 ISSI31FL3733 driver (#3679)
6 years ago
Anthony 4de9ed7eb0 Add a belgian keymap, partially based on keymap_french.h (#3737)
6 years ago
Shihpin Tseng 1950a145c7 Fix process_combo which assign -1 to uint16_t
6 years ago
yiancar ad2bb529c7 Rgb matrix arm (#3648)
6 years ago
Seth Barberee 3eabd7946e Split Common: Serial Backlight LED fix (#3586)
6 years ago
MechMerlin ccfe60eb57 Update ps2avrgb readme (#3599)
6 years ago
Drashna Jaelre a2b4178245 Make sure 'shutdown_user' is called
6 years ago
Drashna Jaelre ef5b161bb5 Fix Audio code when resetting keyboard
6 years ago
Drashna Jaelre 23d68d0ba1 Make sure Planck light calls user suspend functions (#3568)
6 years ago
MechMerlin ec26684491 Update templates used for new_project.sh (#3558)
6 years ago
Kenny Hung 6c20c6219c Keymap: Refactor symbols layer with layer tap workaround (#3520)
6 years ago
Brad 595f3cbe5b Added alternating led underglow pattern (#3498)
6 years ago
Jacob Jerrell 4b5dcda126 Keymap: Bocaj Ergodox Updates (#3364)
6 years ago
Drashna Jaelre 4df6b7ba19 Fix for the Split Common I2C code's SCL_CLOCK issue (#3474)
6 years ago
Seth Barberee ed99581161 Convert Iris to use SPLIT_KEYBOARD (#3458)
6 years ago
donfuge 2869d51ba8 keymapping for hungarian layout added (#3438)
6 years ago
noroadsleft bc7fe1223d Add #include "config_common.h" after #pragma once to config.h templates (#3444)
6 years ago
Paul Davis b2175e1849 Song List: Mario Mushroom (#3432)
6 years ago
That-Canadian a012113d63 Split common (#3429)
6 years ago
That-Canadian 0fab3bbde3 Lets split eh (#3120)
6 years ago
Jack Humbert ade22f8e2c
Adds support for Planck Rev 6 (#2666)
6 years ago
Evan Travers 96cb9f4661 Update template config.h with `#pragma once` (#3415)
6 years ago
Max Audron bbea9dadbc Integrating Peter Fleury's HD44780 LCD library (#3209)
6 years ago
Joe Wasson 81756d7b21 Fix tapdance when one-shot is disabled.
6 years ago
Wilba6582 ffa119941c Added pin C6 to hardware PWM backlight
6 years ago
Danny 1236eac4f2 Slow down speed of All Star song by factor of 4 (#3383)
6 years ago
Danny 168d180a74 Add macro to play All Star chorus and print lyrics, fixes issues #3345, #3346, #3347, #3348, #3349, #3350 (#3372)
6 years ago
Erez Zukerman 9c2dde98e2
Merge pull request #3229 from qmk/hf/shinydox
6 years ago
yiancar a7df902734 Addition of hard brigtness limit for RGB_Matrix (#3299)
6 years ago
fauxpark 6590f3c811 Clean up SEND_STRING keycodes and add media keys (#3214)
6 years ago
Drashna Jaelre ee3b9d2ef0 Disable JTAG in keyboard init
6 years ago
Jack Humbert 6380f83190 refactor, non-working
6 years ago
Jack Humbert bad56a4f2b adds timeout to avr i2c
6 years ago
Jon Allen 974d155505 fix issue with rgbinit unused variable (#3165)
6 years ago
Takeshi ISHII 5229734647 Add rgblight mode 35 (R,G,B test mode) (#3114)
6 years ago
Kenneth Aloysius d27855665a Updated matrix.c for some PS2AVRGB boards and templates for new_project script (#2992)
6 years ago
Erez Zukerman 21ad968ac1 Customizable LED test duration (#3086)
6 years ago
Jarrett Drouillard 258954dc3e Add kuatsure map to preonic board (#3087)
6 years ago
Drashna Jaelre 751719e6cb Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)
6 years ago
M1K3L08 42a72c633b Fixed sprintf overflow
6 years ago
Drashna Jaelre a572323f94 Add default to LEADER_TIMEOUT in case it's not defined (#2818)
6 years ago
Drashna Jaelre 5941f81e38 Add rgblight set at commands
6 years ago
yiancar a98a91cf1b Rgb matrix fixes, I2C library can now retry if it has failed (#2943)
6 years ago
MechMerlin 70e60b0a0c update template copyrights to 2018 (#2962)
6 years ago
MechMerlin 5346cb2d20 Support both AVR and ps2avrGB targets for new_project script (#2811)
6 years ago
yiancar c89565cc3d General RGB matrix fixes (#2931)
6 years ago
yiancar afacd42368 Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)
6 years ago
Jack Humbert 63d5c947d3 updated music mask
6 years ago
Jack Humbert 14b7602a65
Adds IS31FL3731 RGB Matrix Implementation (#2910)
6 years ago
Drashna Jaelre e5540dd055 Update to drashna keymaps and userspace (#2876)
6 years ago
M1K 5112af887a Added command history to terminal with other bug fixes, added new song to song_list.h (#2855)
6 years ago
Drashna Jaelre 6f37bd6678 Fix Clicky Down code
6 years ago
Martin Sandiford 66e40529aa Change handling of adjust layer to make it more LT(...) friendly. (#1625)
6 years ago
Drashna Jaelre 33fdd1d255 Fix Audio Clicky sub-feature (#2784)
6 years ago
MechMerlin 14b2a35571 Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780)
6 years ago
Drashna Jaelre 1bb77c0875
Update to drashna keymaps and userspace (#2756)
6 years ago
Drashna Jaelre 8b0b17a369 Add Faux Clicking as subset of Audio feature (#2748)
6 years ago
adiron 3d3c093173 Added bending to MIDI (#2740)
6 years ago
walkerstop 530dd446cb Fix incorrect port direction setting in my previous pull request for pins B5, B6, B7 (#2739)
6 years ago
Michael L. Walker 22215a0e92 Added support for audio using pins C4, C5, B6, B7
6 years ago
Seebs c0baf2a964 Improve state/chord handling and clean up namespace
6 years ago
mechmerlin 7bbc9ccc31 change KEYMAP to LAYOUT for all new keyboards made using this script
6 years ago
U-LANDSRAAD\drashna c1b46206a7 Fix commands and update my userspace (for testing)
6 years ago
U-LANDSRAAD\drashna 9cfeb4e6cf add RGB commands as global functions
6 years ago
Jacob Jerrell c39780b8e1 Add Support for Software Workman (#2632)
6 years ago
Jason Stillwell 66162b2b68 add grave to auto-shift.
6 years ago
mtei 2038a515d9 change rgblight_increase_val() and eeconfig_update_rgblight_default(), use RGBLIGHT_LIMIT_VAL insted of 255.
6 years ago
Joshua Coffey a09a042b8f New keymap and more songs (#2609)
6 years ago
U-LANDSRAAD\drashna 34580baccf Fix #1566 - NKRO reseting issue
6 years ago
snyman 7a5ce36f23 Add macro for momentarily switching to a layer while some mods are active (#2460)
6 years ago
Jason Stillwell 00b4dce605 Rule to enable Modifiers with Auto-Shift (#2542)
6 years ago
Kenny Hung bb5c98699f Duplicate KC space to UK (#2541)
6 years ago
fauxpark a2e12faa19 Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.
6 years ago
Joe Wasson 23ac2a02ef Add keycodes for swap-hands feature.
6 years ago
Daniel Rodríguez Rivero a730cf6718 Create sendstring_spanish.h
6 years ago
Nicola Gargagli 4658786436 Add italian keymap
6 years ago
Brian Choromanski 6c74d734c2 Fixed various keymaps and the allocation of "key_combos" (#2526)
6 years ago
Drashna Jael're 3f1d147529 Add SS_RALT for AltGR usage in macros
6 years ago
crazyiop 3d7e9425c7 quantum: keympa_extra: add sendstring_bepo.h
6 years ago
crazyiop 483e3cd1cb quantum: keymap_bepo.h: fix typo in BP_COMMMA
6 years ago
skullY e5c331e7be Fix the SGUI aliases
6 years ago
skullydazed e3f67e6e7f
Add `SGUI()` and `SGUI_T()` for consistency with `KC_GUI` (#2442)
6 years ago
Johan Ju 20b5dd80bd Fix swedish NO_GRV
6 years ago
Drashna Jaelre 6835ae8209 Add the ability to disable Music Mode completely (#2339)
6 years ago
fredizzimo 53ff8a31b6 Merge ChibiOS and LUFA descriptor support (#2362)
6 years ago
Jack Humbert 63c16f4b63
ARM audio fixes, stack size increase (#2365)
6 years ago
scauligi 9fcda95363 Fixes to get tap dance to fire at proper places (#2272)
6 years ago
Mitchell van Manen ee0a2b7dab Imperial Match (Darth Vader's Theme) added
6 years ago
Michael Kaylan 91c133f4e0 Add missing parenthesis back to backlight_tick
6 years ago
Kenneth Aloysius 365b863578 Backlighting for JJ40 and underglow initialisation code (#2260)
6 years ago
skullydazed 5836d1a06a Fix up the ARM audio support (#2136)
6 years ago
pmalecka a01dc4dd48 added the possibility to hav shifted(modded) tap dance
6 years ago
YouCanFly 6c24e28b8d ADD RGBLIGHT_LIMIT_VAL (#2214)
6 years ago
Balz Guenat 4931510ad3 backlight breathing overhaul (#2187)
6 years ago