Jesse Vincent
c909c0615b
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
37a31b6a7d
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
b57354ad05
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
996d38fe38
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
5445582e18
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
4ee69aeab2
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
62c17cd91c
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
b5c12af670
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
7456e0687d
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
e09c08dd89
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
90f08e0f02
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
f248ea3156
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
c5b3b2fe75
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
9ba421050d
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
8ae0628ebd
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
13d781214d
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
6d2a3edbd2
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
a0970bf7c8
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
cb081d2b90
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
cac493917b
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
020a67a413
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
b8e10200fa
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
1972c9f7c4
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
2db231da85
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
78816f4b36
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
1c847ac3f5
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
cc26fcc996
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
d3d79760b1
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
d117653f3c
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
21ba3548bc
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
4606191ff6
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
6d3d67157b
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
5e9202d25d
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
3ac5ef6f9c
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
e7e2064e94
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
1bac62e700
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
3d40837e01
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
604f453a8b
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
a855bb83be
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
c7b396e046
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
b9c5fd4c91
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
8605ff7d1d
Update travis.yml to point to new bundle repo
6 years ago
Jesse Vincent
cddb35e172
Update .travis.yml with new bundle pointer
6 years ago
Jesse Vincent
c749214e48
Update README to point to new Kaleidoscope-Bundle-Keyboardio
6 years ago
matt venn
96cfdd5c65
Merge branch 'master' of https://github.com/keyboardio/Kaleidoscope-LED-Stalker
...
Signed-off-by: matt venn <matt@mattvenn.net>
6 years ago
matt venn
ab89785ab5
moved to millisAtCycleStart and fixed overflow bug present on ARM platform
6 years ago
Gergely Nagy
869d434362
Merge pull request #4 from BenGardiner/patch-1
...
fix: yellow was cyan
6 years ago
Ben Gardiner
2a3a8341c3
fix: yellow was cyan
...
the 'r' and 'b' values for cyan were swapped.
Signed-off-by: Ben Gardiner <ben.l.gardiner@gmail.com>
6 years ago
Gergely Nagy
c996c5e4e1
Minor code refactoring
...
In the Topsy case, pre-calculate `mapped_key.raw` for both branches, and only
modify its flags in the unishfted branch. This saves us about a dozen bytes of
PROGMEM.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
6 years ago
Gergely Nagy
2ebf02d76a
Simplify the shift tracking
...
We do not need to track which shift is pressed, so lets use a bool instead of a
bitfield. Makes the shift checking code smaller too!
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
6 years ago