summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Basic keycode overhaul (#14726)Ryan1-42/+40
2021-11-01Manually format develop (#15003)Joel Challis1-6/+6
2021-09-15Add Support for USB programmable buttons (#12950)Thomas Weißschuh1-0/+70
2021-08-18Add a toggle key for GUI On/Off in Magic feature (#13830)Drashna Jaelre1-0/+4
2021-08-18Steno combinedkeys (#12538)freqmod1-0/+2
2021-07-13[Feature] Key Overrides (#11422)Jonas Gessner1-0/+5
2021-06-19Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y1-6/+14
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young1-482/+443
2021-03-15Format code according to conventions (#12244)github-actions[bot]1-3/+3
2021-03-15Fix keycode mappings for via and ensure they don't change within protocol (#1...xyzz1-0/+4
2021-03-06Remove ifdefs for UC and X/XP too (#12131)Ryan1-9/+5
2021-03-06Remove a few more ifdefs from quantum_keycodes (#12129)Ryan1-21/+14
2021-03-03Remove ifdefs for Swap Hands keycodes (#12095)Drashna Jaelre1-14/+10
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre1-7/+3
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan1-4/+2
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young1-1/+37
2020-08-29#define AUTO_SHIFT_SETUP (#8441)Greg Wright1-1/+3
2020-08-29Hid joystick interface (#4226)a-chol1-0/+35
2020-08-17Issue 9942: Add LSA, RSA, RCS, LSA_T, RSA_T, and RCS_T (#9943)nopunin10did1-0/+9
2020-05-14One shot support for swap hands (#8590)Zsolt Parragi1-0/+1
2020-04-12Add *OPT aliases for *ALT keycodes and macros (#8714)Konstantin Đorđević1-2/+7
2020-03-31Rename UC_OSX (and related constants) to UC_MAC (#8589)Konstantin Đorđević1-2/+4
2020-01-19Run clang-format manually to fix recently changed files (#7934)Joel Challis1-3/+3
2019-12-05Add short aliases for Magic keycodes (#7541)fauxpark1-3/+32
2019-11-17Run clang-format manually to fix recently changed fileszvecr1-1/+1
2019-11-04[Core] Convert Dynamic Macro to a Core Feature (#5948)Drashna Jaelre1-1/+15
2019-09-24ARM split - Add bootmagic/magic keycodes for setting handedness (#6545)Joel Challis1-0/+2
2019-09-19DRV2605L Continuous Haptic Feedback Support (#6461)MechMerlin1-0/+3
2019-08-30clang-format changesskullY1-177/+176
2019-08-30Hotfix: Reinstate the KC_DELT aliasskullY1-0/+2
2019-08-30Remove KC_DELT alias in favor of KC_DEL (#6327)Konstantin Đorđević1-2/+0
2019-08-21Added keycodes for swapping and unswapping the Control and OS keys (#6110)Stephen Wanhella1-0/+13
2019-08-08Rename QK_TMK(_MAX) to QK_BASIC (#6509)fauxpark1-3/+3
2019-07-16Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre1-0/+3
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević1-2/+5
2019-04-29Simple extended space cadet (#5277)XScorpion21-0/+12
2019-02-24Fix indentation in quantum_keycodes.h (#5221)Konstantin Đorđević1-30/+29
2019-02-21Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis1-0/+3
2019-02-16Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob1-19/+30
2019-01-25Add C(), A() and G() to match already existing S() (#4673)fauxpark1-1/+4
2019-01-08Tidy up Mod-Tap shortcuts (#4806)fauxpark1-15/+16
2019-01-08Add missing parentheses to some important macros (#4775)Konstantin Đorđević1-11/+10
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević1-9/+6
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre1-3/+18
2018-12-12Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević1-2/+3
2018-11-27Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)Konstantin Đorđević1-1/+0
2018-11-06Add EEPROM_RESET keycode to core code (#4234)Drashna Jaelre1-0/+4
2018-11-06Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)Konstantin Đorđević1-1/+0
2018-09-25Add On/Off keycodesDrashna Jaelre1-0/+5
2018-09-17Create AG_TOGG code to toggle Alt/Gui swap.Joe Wasson1-0/+2