Commit Graph

3827 Commits (d56019141ac3bdbf76b86bccb4b70241df93b1c1)
 

Author SHA1 Message Date
Gergely Nagy d56019141a
examples: Rearrange the Devices subdirectory
5 years ago
Jesse Vincent c56941b68c
Merge pull request #687 from keyboardio/macros/eeprom-storage
5 years ago
Gergely Nagy ad6aa16b47
Merge pull request #692 from keyboardio/keyscanner_in_interrupt
5 years ago
Gergely Nagy 357c0c4b65
Dynamic Macros plugin
5 years ago
Jesse Vincent 5b409b1da5
Move the keyscanner into the interrupt. This gets us a much more stable
5 years ago
Jesse Vincent ed399679e9
astyle
5 years ago
Jesse Vincent bea3826033
Merge pull request #689 from CapeLeidokos/pr_MatrixAddr_fix
5 years ago
Jesse Vincent b79f2ea0eb
Merge pull request #691 from keyboardio/arduino-1.8.10
5 years ago
Jesse Vincent 5396a9243e
A regression in Arduino 1.8.10 caused -dump-prefs to break when not
5 years ago
Jesse Vincent d14405541a
Without the -built-in-libraries option passed in to arduino-builder, it
5 years ago
Jesse Vincent d7b982f953
Merge pull request #690 from CapeLeidokos/pr_ATMegaKeyboard_KeyAddr_fix
5 years ago
Florian Fleissner 92f53711d1 Fixes problems with ATMegaKeyboard and KeyAddr
5 years ago
Florian Fleissner e23d6a9be0 Force explicit type conversion for MatrixAddr
5 years ago
Jesse Vincent f8fa47610b
Merge pull request #688 from keyboardio/atmega-fixes
5 years ago
Jesse Vincent 56c1fa9cca
astyle
5 years ago
Jesse Vincent 8d9ff15937
Switch to using the globally defined KeyAddr, rather than the dummy one
5 years ago
Jesse Vincent a6ec540bf4
Refactor to move duplicated definition into ATMegaKeyboard.h
5 years ago
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