Commit Graph

4510 Commits (61f8fc5456f74b6cb02be003b7a926ac80cc384b)
 

Author SHA1 Message Date
Jesse Vincent ebeb173cb8
Temporarily back out use of KeyAddr in one function in ATMegaKeyboard.
5 years ago
Jesse Vincent 0094832b12
Merge pull request #683 from keyboardio/macros/sequence
5 years ago
Gergely Nagy bf841b4eff
Macros: Implement a compact sequence step
5 years ago
Jesse Vincent 887f1d18b8
Merge pull request #681 from keyboardio/Model01/getCRGBat-oob-fix
5 years ago
Gergely Nagy 9d95530927
hardware/Model01: Fix a possible out of bounds error in getCrgbAt()
5 years ago
Jesse Vincent f43ef0b2a1
Merge pull request #677 from josborne777/DOCS-PluginApi
5 years ago
josborne777 8a7cd1628f DOCS-PluginApi:Wording, tense and passive changes (minor).
5 years ago
Gergely Nagy e50b393d5c
Merge pull request #640 from gedankenexperimenter/qukeys.rewrite
5 years ago
Jesse Vincent 0a48a42d0d
Merge pull request #675 from keyboardio/LEDPaletteTheme/fix-double-reindexing
5 years ago
Gergely Nagy 65c8a1f96e
Merge pull request #666 from tiltowait/idle-leds-efficiency
5 years ago
Gergely Nagy 47053c9a7e
LEDPaletteTheme: Fix the key address refreshAt() uses
5 years ago
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