Commit Graph

1136 Commits (c749214e48421a88065b6f015f604041da27d122)
 

Author SHA1 Message Date
Jesse Vincent 1513b888fb
Merge pull request #264 from keyboardio/f/builder-cleanup
7 years ago
Gergely Nagy a2cee84455 kaleidoscope-builder: Remove extraneous whitespace
7 years ago
Gergely Nagy 7a423ced8b kaleidoscope-builder: Pull VID, SKETCH_PID and BOOTLOADER_PID from boards.txt
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 c060c5ef7e Rearranged and commented Layer.on() and Layer.off()
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
SjB df3d791165 Horizontal Mouse Scrolling Support in Kaleidoscope.
7 years ago
Michael Richters 1f7d9ed2e8 Wrong capitalization of `DefaultLayer` variable
7 years ago
Michael Richters 34cea2623d This iterator should count down, not up
7 years ago
Michael Richters 154f0f3267 Moved definition of MAX_LAYERS next to LayerState declaration
7 years ago
Michael Richters e822c6afad In case defaultLayer isn't zero, stop counting down there
7 years ago
Michael Richters f90891dc1c Added function to return the active layer of a given key
7 years ago
Michael Richters 00df66d30a Make updateHighestLayer() use layer_count if it's set
7 years ago
Gergely Nagy bd35b9fe4e
Merge pull request #253 from gedankenexperimenter/doc/keymaps
7 years ago
Michael Richters 918f25b623 Fixed reference to "CREATE_KEYMAP" (should have been "KEYMAPS")
7 years ago
Gergely Nagy 2bc62cb8b9 hid: Wrap Mouse.releaseAll() and Mouse.sendReport()
7 years ago
Michael Richters 75a16eeb96 Brief description of Layer.on() & Layer.off()
7 years ago
Jesse Vincent 0a41083881
Merge pull request #244 from gedankenexperimenter/bug/layer-next
7 years ago
Jesse Vincent 8e03280e36
Merge pull request #251 from keyboardio/h/consumercontrol/repeat-fix
7 years ago
Michael Richters 195d6bc413 Better compliance with coding style guide
7 years ago
Jesse Vincent 4bcbab2c09
Merge pull request #247 from gedankenexperimenter/bug/shift-layer-release
7 years ago
Jesse Vincent 8c250fe028
Merge pull request #242 from SjB/10bitConsumerCodeSupport
7 years ago
Gergely Nagy be49df2806 Fix ConsumerControl repeating
7 years ago
Gergely Nagy 462af972ae
Merge pull request #216 from nornagon/patch-1
7 years ago
Gergely Nagy b9a429f9b0
Merge pull request #248 from dignati/fix-sed-command
7 years ago
Ole Krüger b729a2e291 Use a safer sed command to avoid locale issues
7 years ago
Michael Richters dd1376978e Another comment update
7 years ago
Michael Richters 3dfb8caa11 Updated comment to match code
7 years ago
Michael Richters f6d627602e Only call updateLiveCompositeKeymap() on key press; not release
7 years ago
SjB 9843c57f13 fix: coding style with make astyle
7 years ago
SjB 49dfa476ed CONSUMER(key) macro to his the magic constant
7 years ago
SjB 8ab23033e7 Replace Key_16bit macro with a more discribtive macro CONSUMER_KEY
7 years ago
Michael Richters 0fb2abf6bc Added better comments to CREATE_KEYMAP() & LayerCount declarations
7 years ago
Michael Richters 36b461a99a If using an old sketch, ignore LayerCount
7 years ago
Michael Richters 2784d0e9a9 Use weak attribute declaration for LayerCount
7 years ago
Michael Richters de39e20d78 Define keymap layers with CREATE_KEYMAP macro
7 years ago
SjB d7dea8d89a two typos using lower case k for Key casting
7 years ago
SjB 4e33428786 using Macro to convert HID_CONSUMER_CODE to Key struct
7 years ago
SjB fa13851193 Merge branch 'master' into 10bitConsumerCodeSupport
7 years ago
Jesse Vincent d05c3cacf8 Back out part of 374a3e136c because it breaks our ability to pass -D defines into code
7 years ago