1
0

Commit Graph

  • f92e9943d7 Make the sketch use backslash less Csilla Nagyné Martinák 2017-10-04 17:19:20 +02:00
  • c48e153ae6 Merge pull request #16 from cdisselkoen/master Jesse Vincent 2017-10-03 22:56:24 -07:00
  • a988fac811 Fix misleading indentation in all three layers' keymaps Craig Disselkoen 2017-10-03 22:41:36 -07:00
  • bc81748391 Little bits of glue to make the Model01 Firwmare into a 'real' arduino library that the IDE doesn't hate Jesse Vincent 2017-10-03 22:09:52 -07:00
  • 0063537e04 update to shifttolayer and instead of the old keymap_n_momentary macros; update doc Jesse Vincent 2017-10-03 15:01:40 -07:00
  • fbcf8c4ec6 Merge pull request #15 from martinakcsilla/use-does-not-need-sentinel Jesse Vincent 2017-10-03 13:24:01 -07:00
  • 22f5337c79 Remove the NULL from the end of Kaleidoscope.use Csilla Nagyné Martinák 2017-10-03 10:27:29 +02:00
  • 1f614f52c2 clean up indentation of keymaps Jesse Vincent 2017-10-02 23:56:53 -07:00
  • b759e003af remove the special NUMPAD_ID definition; move the keymap definitions into the variable declaration. Jesse Vincent 2017-10-02 23:46:03 -07:00
  • e99467aa48 Doc updates as suggested by @cdisselkoen++ Jesse Vincent 2017-10-02 23:26:33 -07:00
  • 50abef7b54 add notes about updating firmware and libraries to the README Jesse Vincent 2017-10-02 23:21:27 -07:00
  • 028b9c6dda Slightly simplify the default keymaps, removing some duplication Jesse Vincent 2017-10-02 23:01:26 -07:00
  • d466c1fa63 Close a comment Jesse Vincent 2017-10-02 22:44:45 -07:00
  • cb27773980 astyle Jesse Vincent 2017-10-02 22:43:48 -07:00
  • c56b4da44b First pass at comments on the rest of the default sketch Jesse Vincent 2017-10-02 22:40:54 -07:00
  • a10ddeaa50 comment much of the default sketch Jesse Vincent 2017-10-02 22:04:13 -07:00
  • 0e670bc7ab We're not actually exposing BootKeyboard yet. Jesse Vincent 2017-10-02 20:56:56 -07:00
  • 99c25e40da Move some LED color definitions to after the macro defnitions. Jesse Vincent 2017-10-02 20:01:34 -07:00
  • 556256aabe move the hopefully-going-away numpad keymap id definition closer to where one can intuit why it's that number Jesse Vincent 2017-10-02 20:00:59 -07:00
  • d84b937086 reorganize imports for a little more clarity Jesse Vincent 2017-10-02 20:00:25 -07:00
  • d64810c9b2 whitespace Jesse Vincent 2017-10-02 19:56:01 -07:00
  • ac0a2c5ab8 Refactor macro code to remove hand-coded numbers and make code a bit more readable Jesse Vincent 2017-10-02 19:34:57 -07:00
  • 2f0beee0db astyle Jesse Vincent 2017-10-02 19:00:25 -07:00
  • 3498d43e73 Remove a couple of C preprocessor macros involved in the definition of keyboard macros, in the hope of making the code clearer Jesse Vincent 2017-10-02 18:59:44 -07:00
  • 55062b5382 DEBUG_SERIAL is unused. kill it Jesse Vincent 2017-10-02 18:58:54 -07:00
  • 6bdef3675b replace a magic seeming constant with a macro Jesse Vincent 2017-10-02 18:48:39 -07:00
  • 8bfd32d5b9 decompose a conditional to make it easier to read and refactor Jesse Vincent 2017-10-02 18:46:46 -07:00
  • 91ddf30b55 Kaleidoscope.setup no longer takes an argument Jesse Vincent 2017-10-02 18:46:17 -07:00
  • f881a1b192 change the name of a compiler macro to make it clear that it's an id Jesse Vincent 2017-10-02 18:44:23 -07:00
  • b0e1c32113 rename our keymaps to be more consistent. Jesse Vincent 2017-10-02 18:43:21 -07:00
  • 1257825f18 Merge pull request #14 from algernon/f/numlock-no-macro Jesse Vincent 2017-10-02 15:35:41 -07:00
  • 36796237bb add some notes to the end of the readme. Thanks to @Jennigma++ Jesse Vincent 2017-10-02 12:02:40 -07:00
  • 2a13e4a9c9 Updated to use the new NumLock plugin Gergely Nagy 2017-10-01 01:18:59 +02:00
  • 0ee5a937a5 A couple explanatory notes suggested by Jennifer Leigh Jesse Vincent 2017-09-08 00:39:40 -04:00
  • 6f5cfeb9b3 Merge pull request #13 from cdisselkoen/improved-flashing-docs Gergely Nagy 2017-08-27 12:11:22 +02:00
  • 2564d28fe3 Improve documentation related to flashing Craig Disselkoen 2017-08-24 21:31:52 -07:00
  • 971236f64e Point Makefile to new make rules Jesse Vincent 2017-08-21 21:59:10 -07:00
  • d0e5e80479 Merge pull request #12 from algernon/f/led-api-update Gergely Nagy 2017-08-17 00:27:15 +02:00
  • 0738d12c8c
    add a note about customizing the location of the Arduino install on Linux Jesse Vincent 2017-08-14 16:04:16 -07:00
  • 2b740c403e
    slight makefile tweaks Jesse Vincent 2017-08-14 15:53:08 -07:00
  • 487e97accd
    a bit more tweaking to the readme Jesse Vincent 2017-08-14 15:50:14 -07:00
  • f5254600c6
    Reorganize makefile to avoid suggestions that Arduino lets you customize your sketchbook directory Jesse Vincent 2017-08-14 15:45:07 -07:00
  • 4b2be6fc2f
    fix a path in the makefile Jesse Vincent 2017-08-14 15:45:00 -07:00
  • 3595586023
    fix rendering of README Jesse Vincent 2017-08-14 15:13:13 -07:00
  • 205c41cace
    A pass at cleaning up the install instructions and Makefile a bit Jesse Vincent 2017-08-04 17:19:51 +09:00
  • 76afe3a280 Updated to use the new LEDMode/LEDControl APIs Gergely Nagy 2017-08-16 10:01:32 +02:00
  • 747d42dc92
    astyle Jesse Vincent 2017-08-13 21:18:10 -07:00
  • 7a4dabc8ee
    We had the wrong key definition for what keyboards actually use as the 'menu' Jesse Vincent 2017-08-13 15:17:57 -07:00
  • d6435ac21c
    First pass at adding in the boot greeting plugin to make the LED key glow on boot Jesse Vincent 2017-08-13 14:16:11 -07:00
  • 6a0888f316
    Switch our mute key to Key_Mute in the hope that it works better on OSX Jesse Vincent 2017-08-07 14:15:34 +09:00
  • d3ee4f857f Merge pull request #9 from algernon/h/fn-fn-numpad-lock-be-gone Jesse Vincent 2017-08-03 18:04:35 +09:00
  • dfcecf1eb2 Turn the Fn keys into Keymap1_Momentary Gergely Nagy 2017-07-30 09:40:16 +02:00
  • 242c468569 Merge pull request #7 from algernon/h/readme-fixups Jesse Vincent 2017-07-27 14:33:54 -07:00
  • c3ba1ff206 README.md: Break a line in two, for better presentation Gergely Nagy 2017-07-27 13:16:09 +02:00
  • 7f68cf1ba1 Fix the build status image URL Gergely Nagy 2017-07-27 13:15:34 +02:00
  • c273d3f9ce
    Add a first pass README Jesse Vincent 2017-07-26 23:22:10 -07:00
  • 935f457dbb
    Update makefile to fix issues Jesse Vincent 2017-07-26 23:09:20 -07:00
  • 92b9163a64
    astyle Jesse Vincent 2017-07-25 15:14:23 -07:00
  • de97e9a2f4
    Fix key repeat on Any. Port to new hid facade api Jesse Vincent 2017-07-25 15:14:07 -07:00
  • ddc4e15fbf
    switch to new CamelCased' toggle functions Jesse Vincent 2017-07-24 14:43:50 -07:00
  • 85899bbaff Merge pull request #5 from algernon/f/numlock-api-simplification Jesse Vincent 2017-07-23 13:09:04 -07:00
  • 90a4a06126 Update to work with an argument-less NumLock.toggle() Gergely Nagy 2017-07-02 22:47:11 +02:00
  • 119423cbbd move the rainbow effects earlier in the effect list Jesse Vincent 2017-06-19 12:59:55 +08:00
  • c6a2d4f99a brighten up the rainbow effects Jesse Vincent 2017-06-12 09:39:00 +08:00
  • be5c9498d2 Move the version key to "any" on the numlock layer Jesse Vincent 2017-06-12 08:35:36 +08:00
  • 221101c6aa Macro.type needs PSTR() macros around strings. Algernon talked me out of putting the newline in the macro Jesse Vincent 2017-06-11 19:40:55 +08:00
  • 8cf3f68cf4 That's a stacked keymap Jesse Vincent 2017-06-10 06:45:14 -07:00
  • d04098d212 Update the versioning macro to hopefully pull verison info in from the build system Jesse Vincent 2017-06-09 18:08:34 -07:00
  • 9f987624d5 Call Macros "Macro_blah" rather than "Key_blah" Jesse Vincent 2017-06-09 18:08:09 -07:00
  • 74ffc7eda6
    Update mouse buttons to match the printed layout cards Jesse Vincent 2017-06-07 15:46:45 -07:00
  • 94f988ae44
    formatting cleanup Jesse Vincent 2017-06-07 15:41:05 -07:00
  • 6f113dc08c
    Remove tabs Jesse Vincent 2017-06-07 15:27:07 -07:00
  • 5569810beb
    Update to new Stalker API Jesse Vincent 2017-06-07 15:23:19 -07:00
  • 9f75928b20
    "make astyle" Jesse Vincent 2017-06-07 15:21:20 -07:00
  • e92cdf6b58
    Switch to more standard kaleidoscope plugin build infra Jesse Vincent 2017-05-23 18:29:30 -07:00
  • f9b8624727
    Cut down the example key layouts Jesse Vincent 2017-05-22 20:43:30 -07:00
  • e521decce6
    Update keymaps and macros to use the new more consistent definitions Jesse Vincent 2017-05-21 22:20:40 -07:00
  • 5583d6df6c
    update the keymap to match the model01 documentation Jesse Vincent 2017-05-16 14:14:02 -07:00
  • 6b3a2b18ce Astyle Jesse Vincent 2017-03-20 19:08:41 -07:00
  • a09276185b Add AlphaSquare effect to the default firmware. Jesse Vincent 2017-03-20 19:07:19 -07:00
  • 14666f8ce4 Tweak our ROYGBIV colors to not pull more than half an amp Jesse Vincent 2017-03-20 15:45:23 -07:00
  • 245d52b610 Merge pull request #2 from algernon/f/more-led-effects Jesse Vincent 2017-03-03 10:55:47 +08:00
  • 5ef42552a5 Include the Stalker LED effect too Gergely Nagy 2017-03-02 20:42:41 +01:00
  • 3091c6b403 Add LEDRainbowWaveEffect, too Gergely Nagy 2017-03-02 20:34:03 +01:00
  • 54a812a725 remove the builder, since we can now use the systemwide one in the hardware dir Jesse Vincent 2017-02-28 18:15:58 +08:00
  • 7f42dae5ad First step of getting the makefile to use an external kaleidoscope builder Jesse Vincent 2017-02-28 17:51:54 +08:00
  • b34785706c remove some unused variables Jesse Vincent 2017-02-19 23:48:55 -08:00
  • 6f52989e1f Potentially contentious change: make the right alt key generate a left alt and make butterfly generate right alt Jesse Vincent 2017-02-19 18:38:49 -08:00
  • d6014d3f19 Make the numlock's thumb keys fall through to the base layer Jesse Vincent 2017-02-19 18:38:15 -08:00
  • 52e7bd7b10 Initial implementation of 'Any' key Jesse Vincent 2017-02-19 18:28:17 -08:00
  • f32f14a5c2 Slgihtly clean up the macro index code Jesse Vincent 2017-02-19 18:27:31 -08:00
  • 4bf97d28a7 First pass at updating the function layer to something closer to what we're shipping Jesse Vincent 2017-02-19 17:26:19 -08:00
  • 043b3f6b85 tweak kaleidoscope builder to check "." Jesse Vincent 2017-02-19 17:07:15 -08:00
  • a0e03fa82c snapshot sketch and infrastructure from the Kaleidoscope example Jesse Vincent 2017-02-19 17:04:09 -08:00
  • 12f774d34c Initial commit Jesse Vincent 2017-02-19 17:01:27 -08:00