Commit Graph

3654 Commits (8ab5aa52dd866ace3275c55e731c253ce4f068ef)
 

Author SHA1 Message Date
Gergely Nagy e706ffaa89 Implement detachFromHost() and attachToHost()
6 years ago
Jesse Vincent 37da56fb6b
Merge pull request #24 from keyboardio/f/detach-attach
6 years ago
Jesse Vincent 0127544495
Merge pull request #333 from keyboardio/f/attach-detach
6 years ago
Gergely Nagy f2316c5114 Wrap KeyboardHardware.detachFromHost and .attachToHost
6 years ago
Gergely Nagy fe9c6f8d92 Implement a way to detach from / attach to the host
6 years ago
Gergely Nagy 28b4e1bb0a Initial import
6 years ago
Gergely Nagy ff1d59a821
Merge pull request #10 from keyboardio/h/led-brightness-vs-power-fix
6 years ago
Gergely Nagy 6190f55c57 Dim the numpad color down from 255 to 160.
6 years ago
Jack Zhou 77acd347e8
Address possible overflow, adhere to style
6 years ago
Jack Zhou 04112de297
Approximate sqrt(2)/2 with ints to avoid floats
6 years ago
Gergely Nagy c14927667e
Merge pull request #7 from keyboardio/f/good-bye-wakeupkeyboard
6 years ago
Jack Zhou 3805b53cad
Clean up implementation
6 years ago
Jack Zhou 69a8288d5d
Apply correct diagonal movement speeds
6 years ago
Gergely Nagy da41514f1c Remove WakeupKeyboard
6 years ago
Jesse Vincent c68f40b8c9
Merge pull request #331 from keyboardio/h/RESTRICT_ARGS_COUNT/c++11-fix
6 years ago
Gergely Nagy 1844d88c76 Do not cancel OneShot if a oneshot is still held
6 years ago
Gergely Nagy c791e8163c Implement OneShot.isPressed()
6 years ago
Gergely Nagy 8a77cdaaff astyle
6 years ago
Gergely Nagy 95789d3777 Add getters for brightness and update_delay
6 years ago
Gergely Nagy 1ab6c016cd Use Focus.readColor in the focusHook
6 years ago
Gergely Nagy 4dbb601cdb
Merge pull request #7 from ninjaaron/master
6 years ago
Aaron Christianson 0623ee709c Merge branch 'master' of https://github.com/ninjaaron/Kaleidoscope-LEDEffect-Rainbow
6 years ago
Aaron Christianson 7ad05d2d93 fixed a show-stopping spelling error. updat_delay -> update_delay
6 years ago
Gergely Nagy ce474a98a9 Minor README update
6 years ago
Aaron Christianson 4cd9e03645 forgot to update the README example to the proper method name in the previous commit. fixed.
6 years ago
Gergely Nagy bd4e7677e7
Merge pull request #6 from ninjaaron/master
6 years ago
Aaron Christianson a1fadd9f75 added changes suggested in the PR discussion.
6 years ago
Aaron Christianson 834d75fc7d added methods to control delay time and updated the README
6 years ago
Aaron Christianson e6f7aef63b added methods to control delay time and updated the README
6 years ago
Gergely Nagy 5006da2a28 Fix RESTRICT_ARGS_COUNT with gcc 8.1+
6 years ago
Gergely Nagy 07efbce40d
Merge pull request #321 from keyboardio/f/millisAtCycleStart
6 years ago
Gergely Nagy e43d2cb391 Introduce Kaleidoscope.millisAtCycleStart()
6 years ago
Jesse Vincent 5c9b0df8ce
Merge pull request #322 from keyboardio/f/glossary
6 years ago
Gergely Nagy d76cc284a4
Merge pull request #301 from gedankenexperimenter/bug/macos-serial-port-update
6 years ago
Jesse Vincent 519dbe3bec
Merge pull request #330 from keyboardio/f/kaleidoscope-builder/no-auto-clean
6 years ago
Gergely Nagy 8c814a87fa kaleidoscope-builder: Use a stable build directory
6 years ago
Gergely Nagy 61d70b5cac Updated the README and the example with a better example
6 years ago
Gergely Nagy 26bfce0b77 Update the example to show off Oneshot.inject()
6 years ago
Gergely Nagy c6be3cf804 ErgoDoxScanner: We need that delay in initExpander
6 years ago
Gergely Nagy 2b19388f6c ErgoDoxScanner: Try re-attaching every 5 seconds only
6 years ago
Gergely Nagy f8726905ea Support detaching & re-attaching the expander
6 years ago
Gergely Nagy bbc38e7120 Use Timer1 for scan timing
6 years ago
Gergely Nagy d869a8dace Drop the extras
6 years ago
Gergely Nagy d76987edff Renamed the library to Kaleidoscope-Hardware-EZ-ErgoDox
6 years ago
Jesse Vincent 887e015afb
Merge pull request #328 from keyboardio/f/kaleidoscope-builder/ergodox-support
6 years ago
Gergely Nagy 51f3d94cff Another copyright & credits update
6 years ago
Gergely Nagy e8c0ea7247 Add flashing functions to .kaleidoscope-builder.conf
6 years ago
Gergely Nagy 831d1df057 Credit QMK, where a big part of this comes from
6 years ago
Gergely Nagy c65a1b89bf kaleidoscope-builder: Do not reset the device if NO_RESET is set
6 years ago
Gergely Nagy 7a4f0bac85 kaleidoscope-builder: Do not hardcode the max program size
6 years ago