Commit Graph

3410 Commits (68bb37a6973098e005343421a9e7f2647836bcd0)
 

Author SHA1 Message Date
Jesse Vincent 2257402a43 Merge branch 'noseglasses-ng_pr_demangled_disassembly'
7 years ago
Jesse Vincent 0dd1f49841 "disassembly" -> "disassemble" to better match the phrasing of other targets.
7 years ago
noseglasses 0fc79af6b2 Added name demangling in disassemblies
7 years ago
Gergely Nagy b685e8f8fe
Merge pull request #25 from benshine/fix/document-tap-duration
7 years ago
Benji Shine e978cceed2 Document how to change modes of one-shots. Fixes #24
7 years ago
Michael Richters a06447211f Changed default timeout from 500ms to 250ms
7 years ago
Michael Richters 778cb705bc Correct for timer overflow
7 years ago
Michael Richters 83a5518bed Use constants to better illustrate bitfield usage
7 years ago
Gergely Nagy 2cba7e409c
Merge pull request #271 from noseglasses/ng_pr_missing_curly_braces
7 years ago
Florian Fleissner ce122bb282 Added missing closring curly braces to Key macros
7 years ago
Michael Richters 71d2be1264 Define flushing_queue_ & fix logic error
7 years ago
Michael Richters 94db15ad08 Use a static variable instead of INJECTED keyswitch state
7 years ago
Gergely Nagy 5a1b453b36 Introduce KALEIDOSCOPE_API_VERSION
7 years ago
Gergely Nagy c56c7791ba Do not provide toggleLEDs
7 years ago
Gergely Nagy 5eca9b9a1f Forgot to rename a file, oops.
7 years ago
Gergely Nagy c71b96c233 make astyle
7 years ago
Gergely Nagy 810a69cf33 Rename the library to HostPowerManagement
7 years ago
Jesse Vincent 75770b8cf6 If you do a verbose build, don't throw away the build artifacts
7 years ago
Gergely Nagy d602988b95 Use LEDControl.paused instead of an implicit LEDOff
7 years ago
Jesse Vincent 4cb339bd8f
Merge pull request #16 from keyboardio/f/pause
7 years ago
Gergely Nagy b4dd6706df
Merge pull request #8 from jamesnvc/update-on-focus
7 years ago
Jesse Vincent fa34983b5b
Merge pull request #254 from gedankenexperimenter/highest-layer
7 years ago
Jesse Vincent 7a55a9395f
Merge pull request #205 from cdisselkoen/inject-physical
7 years ago
James N. V. Cash 31bbd890c4 Mark the layout "dirty" on focus hook change, so it updates
7 years ago
Gergely Nagy e9111f595c
Merge pull request #9 from Dygmalab/master
7 years ago
matt venn 02a2a6c54a fixed missing newline
7 years ago
Gergely Nagy 9dc2daddc5 make astyle
7 years ago
Gergely Nagy 539aa85d6a Add a special `WakeupKeyboard`, to be able to wake the host up
7 years ago
Gergely Nagy 2871b06974 Add a way to pause LED modes
7 years ago
Gergely Nagy 1ab0ae3347 make astlye
7 years ago
Gergely Nagy 9a32ae9879 Renamed a few private members to follow the style guide
7 years ago
Gergely Nagy 24d06c7168 Initial import
7 years ago
Michael Richters 0cb4ac7970 Subtle change to key masking computation
7 years ago
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
Gergely Nagy 4b6ca2fab3 Fix stickied OneShot clearing
7 years ago
Gergely Nagy 62f619a5c4 Cancel stickies too
7 years ago
Gergely Nagy 14d916ed3e
Merge pull request #18 from gedankenexperimenter/bug/backtick
7 years ago
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