Commit Graph

33 Commits (b0d6bc9fcc561369e5200e608e9c733827209014)

Author SHA1 Message Date
Jesse Vincent 446036d158 Undo numist's nicer code layout so we can build as a 'regular' arduino sketch
8 years ago
Scott Perry 51eba85906 Move firmware into /source, deps as submodules in /libraries
8 years ago
Jesse Vincent ec40cfbbfb Add a 'get_crgb_at' API
8 years ago
Jesse Vincent a08250cb85 We're now targeting the Model 01, not the beta.
9 years ago
Jesse Vincent 1ce8da0b8d make astyle
9 years ago
Jesse Vincent a95308cc47 Move the HARDWARE_IMPLEMENTATION macro into the implementation defintion
9 years ago
Jesse Vincent 2876509076 Selectable implementations that appear to work.
9 years ago
Jesse Vincent 70d892f2c7 wip implementation select
9 years ago
Jesse Vincent f21a6e72d5 Break a circular dependency between the LED code and the keyboardhardware implementation
9 years ago
Jesse Vincent 0f92dc4943 first steps to pluggable implementations
9 years ago
Jesse Vincent 2f314d5267 Move SX1509s and LEDs into the implementation
9 years ago
Jesse Vincent 3281020304 First pass at turning the implementation side into a class
9 years ago
Jesse Vincent 79dfa290c7 Cleaner separation for our 'Storage' class
9 years ago
Jesse Vincent d667d159c2 Turns out that HSV adaptation table is actually pretty important with the WS2812 LEDs
9 years ago
Jesse Vincent 8961aeb168 make leds_setup match naming pins_setup
9 years ago
Jesse Vincent 52b8d216cc Broken initial implementation of passing the previous key matrix state by reference
9 years ago
Jesse Vincent 9da546f174 astyle
9 years ago
Jesse Vincent ffb6828939 First inept attempt at outfactoring implementation-specific keyscanner code.
9 years ago
Jesse Vincent 8af35dd87f First pass extraction of implementation-specific parts of LED lighting to the keyboard defintion
9 years ago
Jesse Vincent bf69fa5b12 Refactor LED configuration out to the configuration header file
9 years ago
Jesse Vincent a7182e2070 Modernize some 'int' datatypes
9 years ago
Jesse Vincent 852ee13f7b Remove now-outdated config for older hardware
9 years ago
Jesse Vincent 3eb491ca69 Simplify our keymap generation
9 years ago
Jesse Vincent 605694567d Switch to modern '#pragma once' guards
9 years ago
Jesse Vincent fbb5e1e163 astyle
9 years ago
Jesse Vincent 3b6cc9f0b9 snapshot, working on perf
10 years ago
Jesse Vincent 01cdada1a0 Jesse's latest layout
10 years ago
Jesse Vincent 295be88a4b Work on jesse's keyboard
10 years ago
Jesse Vincent e85e7e512d add jesse's variant of piers' keyboard
10 years ago
Jesse Vincent 0164d7e092 for piers
10 years ago
Jesse Vincent 4da1f22be5 numpad and fn2 layers
11 years ago
Jesse Vincent c78384fd6b Standardize on 'keymap' rather than 'layer'
11 years ago
Jesse Vincent 05e9ff7020 factor more code out. (The .h files should get split into .h and .cpp files)
11 years ago