Commit Graph

3999 Commits (cc605a10b0ef2a4dea43c09490ee1491f9b6c11e)
 

Author SHA1 Message Date
Jesse Vincent a050223d40
Merge pull request #674 from keyboardio/ActiveModColor/on-boot-scan
5 years ago
Gergely Nagy 9dfbe78e1a
ActiveModColor: Cache the list of modifiers at setup time too
5 years ago
Jesse Vincent c00a234d86
Merge pull request #672 from Plotnus/patch-1
5 years ago
Jonathan Plotner 9834dbc16c
inserted missing ```sh
5 years ago
Michael Richters 1e58fcf3b8 Rewrite Qukeys plugin from scratch
5 years ago
tiltowait bb85ecaf43 Keep property public and rename methods to conform to style guide.
5 years ago
tiltowait e81f13fac7 Calculate idle time when set instead of every cycle
5 years ago
Jesse Vincent f6d2e62649 Astyle
5 years ago
Jesse Vincent 68d8d06f3c typo
5 years ago
Jesse Vincent d38b4a13e1 whitespace
5 years ago
Jesse Vincent e9e404e7e7 Comments cleanup
5 years ago
Jesse Vincent 2f5b9d5c1d Removed an ancient debugging method
5 years ago
Jesse Vincent 7ed370814b Cherry-picked part two of this change
5 years ago
Florian Fleissner 181853ca40 Removed superfluous typedef also provided by KeyAddr.h
5 years ago
Florian Fleissner 986e3b407c Let keyIndex-macro use KeyAddr
5 years ago
Jesse Vincent 6383e0e5bd Clean up the README a bit.
5 years ago
Florian Fleissner 0ac7c191dc Renamed virtual architecture "virtual"
5 years ago
Florian Fleissner ca4f40dbb6 Fixed type warnings and errors with virtual builds
5 years ago
Florian Fleissner 7326be589f kaleidoscope-builder fixed for builds of virtual hardware
5 years ago
Florian Fleissner 4ecf5f795e Let cRGB be defined by the Hardware class
5 years ago
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
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