Commit Graph

3773 Commits (617dca07ddf3263d017e38034d5885a976a2b766)
 

Author SHA1 Message Date
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
Jesse Vincent 9628e1cb85
Merge pull request #659 from CapeLeidokos/pr_timer_fix
5 years ago
Florian Fleissner 2cf6883a16 Turned Kaleidoscope::hasTimeExpired static
5 years ago
Florian Fleissner 5cfc4bb57e Added a warning against potential pitfalls with hasTimeExpired
5 years ago
Jesse Vincent 0ee41c85b4
Merge pull request #642 from gedankenexperimenter/standardized-timers
5 years ago
Michael Richters e2b30231d5 Use standard timeout checker for TypingBreaks
5 years ago
Michael Richters 7487d9ede6 Use standard timeout checker for TapDance
5 years ago
Michael Richters afcbb83bae Use standard timeout checker for SpaceCadet
5 years ago
Michael Richters 0b0e061563 Use standard timeout checker for OneShot
5 years ago
Michael Richters 196ac09629 Use standard timeout checker for MouseKeys
5 years ago
Michael Richters 31c80b5811 Use standard timeout checker for MagicCombo
5 years ago
Michael Richters dfdb1c2e25 Use standard timeout checker for Leader
5 years ago
Michael Richters 2c75dceedf Use standard timeout checker for Heatmap
5 years ago
Michael Richters f62c0f631b Use standard timeout checker for GhostInTheFirmware
5 years ago
Michael Richters ecfc9d935a Use standard timeout checker for CycleTimeReport
5 years ago
Michael Richters e7fd8a326a Use standard timeout checker for IdleLEDs
5 years ago
Michael Richters f66415e34f Use standard timeout checker for LEDEffect-Rainbow
5 years ago
Michael Richters 2bcfe8a0ea Use standard timeout checker for LEDEffect-Chase
5 years ago
Michael Richters c5b8eddaae Use standard timeout checker for LEDEffect-Breathe
5 years ago
Michael Richters 85b47caa73 Use standard timeout checker for LED-BootGreeting
5 years ago
Michael Richters 6a830f01af Use standard timeout checker for LED-BootAnimation
5 years ago
Michael Richters 27f1c5fb53 Use standard timeout checker for LED-Wavepool
5 years ago
Michael Richters 00db95968c Use standard timeout checker for LED-Stalker
5 years ago
Michael Richters 0ce81a3e85 Use standard timeout checker for LED-AlphaSquare
5 years ago
Michael Richters fa19951d56 Use standard timeout checker for LEDControl
5 years ago
Jesse Vincent f46b4343d9
Merge pull request #646 from CapeLeidokos/ng_weak_keymaps_linear
5 years ago
Jesse Vincent d9243c1d4f
Merge pull request #652 from CapeLeidokos/pr_virtual_build_fix_f4
5 years ago
Jesse Vincent 6e978db26d
Merge pull request #641 from gedankenexperimenter/timer-helper
5 years ago
Jesse Vincent b0dd6a635d
Merge pull request #654 from CapeLeidokos/pr_virtual_build_fix_f2
5 years ago
Jesse Vincent dd5605f173
Merge pull request #648 from CapeLeidokos/ng_remove_handleKeyswitchEvent_hack
5 years ago
ash lea b65a2b8176 add turbo plugin
5 years ago
noseglasses 16c76ae2dc
Merge pull request #656 from tpope/full-screen-view-key
5 years ago
Tim Pope 963c06f1c0 Fix typo in Consumer_AC_FullScreenView
5 years ago
Jesse Vincent 798f9cdc81
Merge pull request #653 from CapeLeidokos/pr_virtual_build_fix_f3
5 years ago
Jesse Vincent 3defe2c286
Merge pull request #655 from CapeLeidokos/pr_virtual_build_fix_f1
5 years ago
Jesse Vincent 992701deb7
Merge pull request #651 from CapeLeidokos/pr_virtual_build_fix_f5
5 years ago
Florian Fleissner 02309a9ce1 Added explicit cast to avoid comparison between signed and unsigned integers
5 years ago
Florian Fleissner d179489316 Wrong type of PROGMEM read function fixed
5 years ago
Florian Fleissner 7d93cbdf2b Removed some obsolete explicit EEPROM.h includes
5 years ago
Florian Fleissner 18093e4852 Fixed a function argument error
5 years ago
Florian Fleissner d027ce5c80 Fixed a collision of variable named byte
5 years ago
Florian Fleissner 50c3fb417e Removed a hacky statement that became useless
5 years ago