Commit Graph

3521 Commits (e95646efd0259e89ed640a593eeb7d05b6a50946)
 

Author SHA1 Message Date
Michael Richters 631d028c5f Backtick is ASCII 0x60, not 0x5F
7 years ago
Michael Richters 4d186e0228 Use an unsigned integer for the iterator
7 years ago
Jesse Vincent eb9164ddaa refactor device reset code
7 years ago
Jesse Vincent 5d9420c4f5 VERY hacky WIP tool for finding the correct port for a device on linux by VID/PID pair
7 years ago
Jesse Vincent 5b808f1eb8 This may or may not work. Trying to simplify the platform detection logic
7 years ago
Jesse Vincent 040287a203 Now that the config file is elsewhere and simpler, this outdated check can probably go.
7 years ago
Jesse Vincent 693589b1ef Slightly simplify a conditional.
7 years ago
Jesse Vincent 110b2795f0 move the verbose stuff out of the config file
7 years ago
Jesse Vincent 3556727657 Move two functions from the kaleidoscope-builder.conf to the builder
7 years ago
Michael Richters 86c2f44dff
Merge pull request #17 from gedankenlab/code-cleanup
7 years ago
Michael Richters 421556f7cc Correct array initialization
7 years ago
Michael Richters 40d2e5bc35 Re-wrote README
7 years ago
Michael Richters 9205c67da3
Merge pull request #16 from gedankenlab/code-cleanup
7 years ago
Michael Richters cd0073f0ae Prettier formatting of keymap; astyle off for that section
7 years ago
Michael Richters 41437c789a Spurious comments removed
7 years ago
Michael Richters e842a7cef5 Removed trailing underscore from public member variable names
7 years ago
Michael Richters 50a074bafc Make internal functions private
7 years ago
Michael Richters e5813aba55 Removed unnecessary comments
7 years ago
Michael Richters f2894fa455 Removed unused & commented init() function
7 years ago
Michael Richters d33deda114 astyle
7 years ago
Michael Richters c112cc615d Flush non-qukeys from the head of the queue
7 years ago
Michael Richters abea4c281c Simplify if(keyToggledOn)
7 years ago
Michael Richters 65163be9c7
Store qukey state as a bitfield instead of a struct member (#15)
7 years ago
Gergely Nagy b0b1283975 make astyle
7 years ago
Michael Richters 632e876084 Mask keys when they're in the queue; unmask when flushed
7 years ago
Michael Richters ba67fe2ee6 Fixed addr::unmask()
7 years ago
Michael Richters 0e951d8b46 Changed parameter name
7 years ago
Michael Richters f2dc52ba0b Added mask() & unmask() functions
7 years ago
Michael Richters 2db772aeca Better pos-scan flushing of the key queue
7 years ago
Michael Richters 6102388813 Call handleKeyswitchEvent() again after restoring the current report
7 years ago
Michael Richters 99988e4c76 Call toggle() only when the macro key toggles on (fixes #11)
7 years ago
Michael Richters 17d61518c2 Fix example toggle-qukeys macro
7 years ago
Michael Richters 8fcff0109f Small improvement to QUKEYS() macro
7 years ago
Michael Richters 6e57b9868f Added a macro to toggle Qukeys in the example
7 years ago
Michael Richters 6ca34d7f99 Added a function to toggle Qukeys on/off
7 years ago
Michael Richters f603e6d8d3 astyle
7 years ago
Michael Richters d12a4870fe Added `setTimeout()` function to set the time limit in sketch
7 years ago
Michael Richters cb16b32215 Fixed `QUKEYS()` macro for defining qukeys in sketch
7 years ago
Michael Richters c060c5ef7e Rearranged and commented Layer.on() and Layer.off()
7 years ago
Jesse Vincent 88f8308e49
Merge pull request #13 from SjB/HorizontalMouseScrolling
7 years ago
Jesse Vincent 3ecbf05018
Merge pull request #12 from keyboardio/h/stuck-mousekey-fix
7 years ago
Jesse Vincent 0870a2d560
Merge pull request #252 from keyboardio/h/mousekeys/separate-report-abstraction
7 years ago
Jesse Vincent 593d0884f5
Merge pull request #255 from gedankenexperimenter/qukeys
7 years ago
Jesse Vincent e07cf70d4d
Merge pull request #256 from SjB/HorizontalMouseScrolling
7 years ago
Michael Richters 904bdd37bf Removed spurious line deletion
7 years ago
Michael Richters b51d679939 Ignore output/ directory
7 years ago
Michael Richters 87c98b15af Direct manipulation of `Keyboard.keyReport` & `.lastKeyReport`
7 years ago
Michael Richters 7fb0c96931 Why was .gitignore in a .gitignore/ directory?
7 years ago
SjB 3005d9534e Horizontal Mouse Scrolling Support in Kaleidoscope-Mousekeys
7 years ago
SjB df3d791165 Horizontal Mouse Scrolling Support in Kaleidoscope.
7 years ago