Commit Graph

5142 Commits (7cb1e225b75bbb8846cbc2a7dbd6f140d9279f08)
 

Author SHA1 Message Date
Jesse Vincent 359200f15e Update QWERTY map to swap LED and program keys 8 years ago
Jesse Vincent 0615646c33 Add a set of predefined LED color options 8 years ago
Jesse Vincent 0dc50ff141 Add a helper method for setting all LEDs to a non-predefined color 8 years ago
Jesse Vincent 130af01807 Chained ifs -> case statement. 8 years ago
Jesse Vincent 25f10397fe Update copyright year 8 years ago
Jesse Vincent 70361b1f71 Drop the default LED rainbow effect to stay under half an amp 8 years ago
Jesse Vincent 751fa19741 Delay 100ms when starting up. That's long enough to let the ATTiny get 8 years ago
jesse a717a74a47 Slow down the rainbows to give fewer headaches 8 years ago
jesse dfa2a1c68b Add udev rules for linux, so we don't have problems programming 8 years ago
Jesse Vincent 34c0410c78 Merge pull request from algernon/h/mute-fix 8 years ago
Gergely Nagy d76938430f key_defs.h: Correct the Key_volumeMute definition 8 years ago
Jesse Vincent 255d483a3d It turns out that editing echo lines in the Makefile after you run tests can result in build failures. 8 years ago
Jesse Vincent c8fa11bb22 Add support for building and including the bootloader. Clean up makefile a tiny bit 8 years ago
Jesse Vincent 04e7d78c58 We no longer have the subdir NOTICE was talking about. 8 years ago
Jesse Vincent 63cb1f393f Try coming up the current arduino builder, because why not 8 years ago
Jesse Vincent 332d9d05c4 First pass at a travis for this new thing using an arduino board definition 8 years ago
Jesse Vincent 1f4625edad Rename keymaps.h to keymap_metadata, so it's less likely generated/keymaps.h and keymap_metadata.h will get confused with each other 8 years ago
Jesse Vincent 446036d158 Undo numist's nicer code layout so we can build as a 'regular' arduino sketch 8 years ago
Jesse Vincent 1f39939b23 Update Scanner submodule to current master (with new v2 wire protocol) 8 years ago
Jesse Vincent fc3858bd5a Switch to the 'new way' of reading data from i2c 8 years ago
Jesse Vincent f72ef245a4 Interleave updates to left and right hands. 8 years ago
Jesse Vincent de92bcc0de Speed up rainbow and rainbow wave effects 8 years ago
Jesse Vincent aa04ee17ba Add a note about setting our i2c speed 8 years ago
Jesse Vincent c1e6b40069 Switch from Rainbow Wave to Rainbow by default 8 years ago
Jesse Vincent 3a5cb40964 Add an ICSP programming target for the 32U4. This can be ... a lot faster 8 years ago
Scott Perry 638dcc660c More reliable device discovery when flashing 9 years ago
Scott Perry 8a0006563c Treat the shell commands as a Markdown code block 9 years ago
Jesse Vincent b9748f204f Merge branch 'dependency-integration' 9 years ago
Jesse Vincent 945bec0d10 Add some notes to the README about how to get a working build environment 9 years ago
Scott Perry 86769ed202 installed arduino toolchain is another level up now as well 9 years ago
Scott Perry 8d4f6ec5da Travis needs to `cd` into `/source` before invoking make 9 years ago
Scott Perry 4510f893ca Roll back local changes 9 years ago
Scott Perry a02eea9704 Default action for `make` should be `build` 9 years ago
Scott Perry 51eba85906 Move firmware into /source, deps as submodules in /libraries 9 years ago
Scott Perry 9ebc996661 Merge branch 'master' of https://github.com/keyboardio/KeyboardioFirmware 9 years ago
Scott Perry d60df1b099 Revert "Prettier keymap formatting" 9 years ago
Jesse Vincent a4bf3d099b Ignore failures when we reset the keyboard into bootloader mode. 9 years ago
Jesse Vincent 0f1bf7ab7f Since we always update the LEDS, factor out that call into the surrounding code. 9 years ago
Jesse Vincent ec40cfbbfb Add a 'get_crgb_at' API 9 years ago
Jesse Vincent 0cfef37d44 Dumb LED effects update 9 years ago
Jesse Vincent 40f71ffcaa Guard against users accidentally overwriting the keymatrix buffer when 9 years ago
Jesse Vincent f5d0384354 astyle. no code changes 9 years ago
Jesse Vincent 1926379ebb Remove verbose debugging on every step of the key matrix scan 9 years ago
Jesse Vincent 27e58c18d2 Remove commented out code, reformat 9 years ago
Jesse Vincent 6873a6a2ea We've moved from 8 banks of LED data to 4 banks 9 years ago
Jesse Vincent 75205f28c3 astyle. no code changes. 9 years ago
Jesse Vincent 13576ae1fe Be clear about the fact that key state should start off zeroed out 9 years ago
Jesse Vincent 61798be38e HACK: Invert the order of "write to i2c" and "read from i2c" 9 years ago
Jesse Vincent 06383e8c3d Add first-pass implementation of Model 01 spring 2016 prototype 9 years ago
Jesse Vincent 5e49c8fef3 Add an alternate version of our keystate code that depends on in-hardware 9 years ago