Commit Graph

1913 Commits (55448d47914ed04d5849090298acdd8a2d5ef168)

Author SHA1 Message Date
Florian Fleissner 41ecf184d5 VirtualHID.h removed
5 years ago
Florian Fleissner ab6e5b7c2e Prevent some stuff from being build in virtual builds
5 years ago
Florian Fleissner 8ce353a41c Make boot keyboard definition available
5 years ago
Florian Fleissner 4feb140d8c Fixed new operator for use with virtual build
5 years ago
Florian Fleissner 67567d0d21 Renamed macro ARDUINO_VIRTUAL to KALEIDOSCOPE_VIRTUAL_BUILD
5 years ago
Jesse Vincent 51b8adfdc6 Update Turbo plugin for LinearAddressing
5 years ago
Jesse Vincent 617dca07dd Update linear addressing branch for firmware drift
5 years ago
Florian Fleissner 00552193e9 Introduced key address version of handler onKeyswitchEvent
5 years ago
Florian Fleissner 359ac67391 Replaced all occurences of ROWS*COLS with KeyboardHardware.numKeys()
5 years ago
Florian Fleissner 42afb7d2bd Introduced UnknownKeyswitchLocation
5 years ago
Florian Fleissner be2204851a Made type KeyAddr globally available
5 years ago
Florian Fleissner 2cd9d22ee3 Added KeyAddr and numKeys() to all hardware classes
5 years ago
Florian Fleissner 77bdd0c0a1 Added MatrixAddr template class
5 years ago
Michael Richters 6805b349e1 Make opposing mouse movement keys cancel each other
5 years ago
Gergely Nagy 103e8ba859
Merge pull request #511 from ashkitten/master
5 years ago
Florian Fleissner 2cf6883a16 Turned Kaleidoscope::hasTimeExpired static
6 years ago
Florian Fleissner 5cfc4bb57e Added a warning against potential pitfalls with hasTimeExpired
6 years ago
Michael Richters e2b30231d5 Use standard timeout checker for TypingBreaks
6 years ago
Michael Richters 7487d9ede6 Use standard timeout checker for TapDance
6 years ago
Michael Richters afcbb83bae Use standard timeout checker for SpaceCadet
6 years ago
Michael Richters 0b0e061563 Use standard timeout checker for OneShot
6 years ago
Michael Richters 196ac09629 Use standard timeout checker for MouseKeys
6 years ago
Michael Richters 31c80b5811 Use standard timeout checker for MagicCombo
6 years ago
Michael Richters dfdb1c2e25 Use standard timeout checker for Leader
6 years ago
Michael Richters 2c75dceedf Use standard timeout checker for Heatmap
6 years ago
Michael Richters f62c0f631b Use standard timeout checker for GhostInTheFirmware
6 years ago
Michael Richters ecfc9d935a Use standard timeout checker for CycleTimeReport
6 years ago
Michael Richters e7fd8a326a Use standard timeout checker for IdleLEDs
6 years ago
Michael Richters f66415e34f Use standard timeout checker for LEDEffect-Rainbow
6 years ago
Michael Richters 2bcfe8a0ea Use standard timeout checker for LEDEffect-Chase
6 years ago
Michael Richters c5b8eddaae Use standard timeout checker for LEDEffect-Breathe
6 years ago
Michael Richters 85b47caa73 Use standard timeout checker for LED-BootGreeting
6 years ago
Michael Richters 6a830f01af Use standard timeout checker for LED-BootAnimation
6 years ago
Michael Richters 27f1c5fb53 Use standard timeout checker for LED-Wavepool
6 years ago
Michael Richters 00db95968c Use standard timeout checker for LED-Stalker
6 years ago
Michael Richters 0ce81a3e85 Use standard timeout checker for LED-AlphaSquare
6 years ago
Michael Richters fa19951d56 Use standard timeout checker for LEDControl
6 years ago
Jesse Vincent f46b4343d9
Merge pull request #646 from CapeLeidokos/ng_weak_keymaps_linear
6 years ago
Jesse Vincent d9243c1d4f
Merge pull request #652 from CapeLeidokos/pr_virtual_build_fix_f4
6 years ago
Jesse Vincent 6e978db26d
Merge pull request #641 from gedankenexperimenter/timer-helper
6 years ago
Jesse Vincent b0dd6a635d
Merge pull request #654 from CapeLeidokos/pr_virtual_build_fix_f2
6 years ago
Jesse Vincent dd5605f173
Merge pull request #648 from CapeLeidokos/ng_remove_handleKeyswitchEvent_hack
6 years ago
ash lea b65a2b8176 add turbo plugin
6 years ago
Tim Pope 963c06f1c0 Fix typo in Consumer_AC_FullScreenView
6 years ago
Jesse Vincent 798f9cdc81
Merge pull request #653 from CapeLeidokos/pr_virtual_build_fix_f3
6 years ago
Jesse Vincent 3defe2c286
Merge pull request #655 from CapeLeidokos/pr_virtual_build_fix_f1
6 years ago
Florian Fleissner 02309a9ce1 Added explicit cast to avoid comparison between signed and unsigned integers
6 years ago
Florian Fleissner d179489316 Wrong type of PROGMEM read function fixed
6 years ago
Florian Fleissner 7d93cbdf2b Removed some obsolete explicit EEPROM.h includes
6 years ago
Florian Fleissner 18093e4852 Fixed a function argument error
6 years ago
Florian Fleissner d027ce5c80 Fixed a collision of variable named byte
6 years ago
Florian Fleissner 50c3fb417e Removed a hacky statement that became useless
6 years ago
Florian Fleissner 8779404622 Added weak versions of keymaps_linear
6 years ago
Florian Fleissner f0102dba00 Keymaps converted from 2D to 1D arrays
6 years ago
Florian Fleissner 62439007b4 Allow macros to be passed to macro DEFINE_HAS_MEMBER_TRAITS
6 years ago
Florian Fleissner 72e85a9297 Added standard type_traits header
6 years ago
Jesse Vincent 7f6e0de098
Merge pull request #632 from gedankenexperimenter/parabolic-mouse-acceleration
6 years ago
Florian Fleissner 03e82eec48 Refactored LEDMode related classes
6 years ago
Florian Fleissner f764a78ecd New classes/macros:
6 years ago
Jesse Vincent b07c7d5562
Merge pull request #636 from CapeLeidokos/pr_leftover_comment_removed
6 years ago
Jesse Vincent ed41050e3f astyle fix
6 years ago
Jesse Vincent 43f25cb105 Initial support for a port of Kaleidoscope to a new Atreus variant
6 years ago
Michael Richters 71fd49e65f Add timer helper function
6 years ago
Florian Fleissner 9dec8982c8 Removed a leftover comment
6 years ago
Michael Richters 926cf75b33
Smoother mouse acceleration function
6 years ago
Florian Fleissner f54e11a9b2 Introduced dynamic LED modes
6 years ago
Florian Fleissner af1c2ba659 Introduced has_method.h traits
6 years ago
Jesse Vincent 8fe381a0a2
Merge pull request #620 from gedankenexperimenter/bug/qukeys-mod-flag-rollover
6 years ago
Jesse Vincent f2426e64e5 Rename _NOT_DEPRECATED to a "positive" phrasing as "_CURRENT_IMPLEMENTATION"
6 years ago
Michael Richters 01d49a1d3b
Fix Qukeys mod flag rollover
6 years ago
Florian Fleissner 981b085372 Event handler versioning, deprecation and extended signature checks
6 years ago
Jesse Vincent bd05be4974
Merge pull request #595 from keyboardio/f/GenericTestMode
6 years ago
Jesse Vincent 69446acf39
Merge pull request #505 from gedankenexperimenter/bug/qukeys-layer-shift-rollover
6 years ago
Gergely Nagy 199dfaca62
Merge pull request #593 from gedankenexperimenter/led-control-speedup
6 years ago
Lisa Ugray 1f9068ff51 TopsyTurvy: Ensure active state toggles off
6 years ago
Jesse Vincent df3cfbd9ec
Merge pull request #609 from keyboardio/ActiveModColor/init-fix
6 years ago
Jesse Vincent 63e179365c astyle
6 years ago
Gergely Nagy 3ce7a98329
Introduce an MCU driver
6 years ago
Gergely Nagy e03c741703
ActiveModColor: Re-scan the keymap if no mods found
6 years ago
Michael Richters 445d50a931
Fix OneShot premature timeout
6 years ago
Gergely Nagy 3ccaf187a6
Merge pull request #575 from keyboardio/numist/numpad-avoids-numlock
6 years ago
Michael Richters 32f11d1e77 Fixed qukeys layer-shift rollover with release delay
6 years ago
Michael Richters ab670eeb47 Removed code for tracking Qukey state
6 years ago
Michael Richters 99abfdc3dc Added some descriptive comments regarding Qukeys release delay
6 years ago
Michael Richters 2bbbaee78c Fix rollover from a ShiftToLayer() qukey with release delay
6 years ago
Michael Richters a940f70fc7 Removed obsolete code for updating mapped_key
6 years ago
Michael Richters 81d34bbd88 SpaceCadet: corrected bogus row & column info for injected keypress
6 years ago
Michael Richters 66f79c7cbd Added EPHEMERAL keyswitch state flag
6 years ago
Michael Richters dc7c1e9c1f Removed obsolete positionToCoords() function
6 years ago
Michael Richters 532ae8f1f5 Fixed OneShot with new live_composite_keymap_
6 years ago
Michael Richters 26ff408719 Update `live_composite_keymap_` with specified `mappedKey`, if any
6 years ago
Michael Richters 6c1cc7bd2c Added alternate method to update live_composite_keymap_
6 years ago
Jordan Galby f2187cc96e OneShot: Fix buffer overflow
6 years ago
Gergely Nagy 63a5ccd647
EEPROMSettings: Don't try to be clever with bit masking
6 years ago
Jesse Vincent 35be55dc1e Initial commit of a more generic hardware test mode
6 years ago
Jesse Vincent 5de640e401 Add a new hook for hardware to set itself up for hardware test mode
6 years ago
Jesse Vincent ba7144669f KeyboardHardware: add a 'previousPressedKeyswitchCount'
6 years ago
Jesse Vincent 813bd5a06d add new 'wasKeyswitchPressed' helpers to all hardware implementations
6 years ago
Michael Richters b083803dc0
Only call update() on cycles when we sync LEDs
6 years ago
Michael Richters 764a2457ab
Decrease LED refresh rate
6 years ago