aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Add a big warning when you build by hand and have multiple copies ofJesse Vincent2017-12-15
|/
* Now that 'Consumer_Mute' is no longer blocked by 'is_internal', we canv1.22Jesse Vincent2017-11-13
* astyle fixesJesse Vincent2017-11-13
* Swap the order of the Numpad and Fn layers, so it's possible to get toJesse Vincent2017-11-13
* Merge pull request #34 from Jennigma/patch-3Jesse Vincent2017-11-12
|\
| * Make the pointer to the wiki LOUDJennifer Leigh2017-11-05
* | Switch from the NumLock library to the NumPad library.Jesse Vincent2017-11-12
|/
* Merge pull request #31 from gedankenexperimenter/merlinJesse Vincent2017-10-31
|\
| * Changed minimum Arduino version to 1.6.10, as disussed on forumsMichael Richters2017-10-31
|/
* Quiet down a warning in the makefileJesse Vincent2017-10-24
* Merge pull request #25 from ackintosh/trailing-slashGergely Nagy2017-10-22
|\
| * Fix trailing slashakihito.nakano2017-10-22
|/
* Merge pull request #24 from malsyned/patch-1Gergely Nagy2017-10-19
|\
| * Fix link to Linux Arduino install instructionsDennis Lambe Jr2017-10-19
|/
* Merge pull request #20 from Jennigma/patch-1Jesse Vincent2017-10-13
|\
| * Adding a pointer to the wikiJennifer Leigh2017-10-13
|/
* Fix our arduino-ide package detection to work on OSXJesse Vincent2017-10-04
* makefile: if there's an arduino boards-manager install of the kaleidoscope ru...Jesse Vincent2017-10-04
* Merge pull request #18 from Jennigma/patch-1Jesse Vincent2017-10-04
|\
| * Added a couple "to be documented" itemsJennifer Leigh2017-10-04
|/
* Merge pull request #17 from martinakcsilla/backslashlessJesse Vincent2017-10-04
|\
| * Make the sketch use backslash lessCsilla Nagyné Martinák2017-10-04
|/
* Merge pull request #16 from cdisselkoen/masterJesse Vincent2017-10-03
|\
| * Fix misleading indentation in all three layers' keymapsCraig Disselkoen2017-10-03
|/
* Little bits of glue to make the Model01 Firwmare into a 'real' arduino librar...Jesse Vincent2017-10-03
* update to shifttolayer and instead of the old keymap_n_momentary macros;Jesse Vincent2017-10-03
* Merge pull request #15 from martinakcsilla/use-does-not-need-sentinelJesse Vincent2017-10-03
|\
| * Remove the NULL from the end of Kaleidoscope.useCsilla Nagyné Martinák2017-10-03
|/
* clean up indentation of keymapsJesse Vincent2017-10-02
* remove the special NUMPAD_ID definition; move the keymap definitions into the...Jesse Vincent2017-10-02
* Doc updates as suggested by @cdisselkoen++Jesse Vincent2017-10-02
* add notes about updating firmware and libraries to the READMEJesse Vincent2017-10-02
* Slightly simplify the default keymaps, removing some duplicationJesse Vincent2017-10-02
* Close a commentJesse Vincent2017-10-02
* astyleJesse Vincent2017-10-02
* First pass at comments on the rest of the default sketchJesse Vincent2017-10-02
* comment much of the default sketchJesse Vincent2017-10-02
* We're not actually exposing BootKeyboard yet.Jesse Vincent2017-10-02
* Move some LED color definitions to after the macro defnitions.Jesse Vincent2017-10-02
* move the hopefully-going-away numpad keymap id definition closer toJesse Vincent2017-10-02
* reorganize imports for a little more clarityJesse Vincent2017-10-02
* whitespaceJesse Vincent2017-10-02
* Refactor macro code to remove hand-coded numbers and make code a bit more rea...Jesse Vincent2017-10-02
* astyleJesse Vincent2017-10-02
* Remove a couple of C preprocessor macros involved in the definition ofJesse Vincent2017-10-02
* DEBUG_SERIAL is unused. kill itJesse Vincent2017-10-02
* replace a magic seeming constant with a macroJesse Vincent2017-10-02
* decompose a conditional to make it easier to read and refactorJesse Vincent2017-10-02
* Kaleidoscope.setup no longer takes an argumentJesse Vincent2017-10-02
* change the name of a compiler macro to make it clear that it's an idJesse Vincent2017-10-02