Jesse Vincent
543c3b09f2
Update example to match new keymap
8 years ago
Jesse Vincent
a5a3bb6521
Update to new Keymap
8 years ago
Jesse Vincent
308f889313
Update for new Key names
8 years ago
Jesse Vincent
fac7d3fe5e
Bring up to new Key API
8 years ago
Jesse Vincent
18aa5eadab
Update to new Key names
8 years ago
Jesse Vincent
0238bd29ed
Bring Space Cadet up to new Key API
8 years ago
Jesse Vincent
7c3d6644b7
Update to match new Key tables
8 years ago
Jesse Vincent
30a490d218
Update example to match new Key defs
8 years ago
Jesse Vincent
c7eb22c3ec
Update example to match the new Keymap
8 years ago
Jesse Vincent
b8be8d9fe1
Update example for new key defs
8 years ago
Jesse Vincent
b8225c7d2e
Bring example up to new key defs
8 years ago
Jesse Vincent
92f0395284
Update example
8 years ago
Jesse Vincent
5b1068065c
Fix typo
8 years ago
Jesse Vincent
4a52b76553
Fix Control key definition
8 years ago
Jesse Vincent
7ee320bdab
Typo on Spacebar
8 years ago
Jesse Vincent
24f6c8abd4
Updating to new keycodes
8 years ago
Jesse Vincent
63f30ac35e
Bring Syster up to the new key names
8 years ago
Jesse Vincent
2ea24ad84c
Update for new Key defs
8 years ago
Jesse Vincent
55e5068cfc
Update for new modifier names
8 years ago
Jesse Vincent
c892b4a30a
Update OneShot library to use new key defs
8 years ago
Jesse Vincent
e4ecd42d11
Traditional capitialization of PrintScreen
...
Words should be InterCapped
8 years ago
Jesse Vincent
ca71ff2c75
Fix the name of the numlock key
8 years ago
Jesse Vincent
6209290164
Looks like we _do_ have to define this yere to get Keyboard included correctly
8 years ago
Jesse Vincent
6b75519501
Fixing a number of other key definitions in the example
8 years ago
Jesse Vincent
59aaa0cc6f
Add KeyboardioHID to the Model 01 hardware definition
...
So we can try to remove it from the Kaleidoscope core
8 years ago
Jesse Vincent
b0e1554af8
Remove unused key layouts from example
8 years ago
Jesse Vincent
a19f9d1b29
Fix Key definitions in Macro example
8 years ago
Jesse Vincent
944a15aa1c
Fixed a couple places where we were using the old key names
8 years ago
Jesse Vincent
ad93cc0a83
Fix spelling of "Control" keys
8 years ago
Jesse Vincent
40a597c9e6
Second attempt at disambiguating key definitions
8 years ago
Jesse Vincent
2418b6a3c3
Prefix Sysctl key definitions to avoid duplicate definitions
8 years ago
Jesse Vincent
a6de8467b8
Embarassing naming issue
8 years ago
Jesse Vincent
c726326c8c
First pass at updating key definitions in examples
8 years ago
Jesse Vincent
1577bd6cec
remove some backcompat key definition names
8 years ago
Jesse Vincent
4293ac533d
Lift HID Tables to Kaleidoscope to make it easier for implementations
...
Not all implementations will use KeyboardioHID. This should make their
lives a bit easier.
8 years ago
Jesse Vincent
af3aeaff4f
First pass at mapping full HID key tables, including back-compat for
...
everything except sysctl
8 years ago
Jesse Vincent
b5a776c341
Add "Menu" key definintiojn
8 years ago
Jesse Vincent
66bf02cb45
Add a print screen macro.
...
(This is the only missing macro for the default keymap. We should be
regenerating the whole list from the hid tables in KeyboardioHID)
8 years ago
Jesse Vincent
58e169df8b
Code of conduct
8 years ago
Jesse Vincent
3bf563e167
Merge pull request #6 from keyboardio/f/led-gamma-to-scanner
...
Do gamma correction elsewhere
8 years ago
Gergely Nagy
ca74d9b6b7
Do gamma correction elsewhere
...
Instead of doing gamma correction when setting a LED color, do it elsewhere,
when talking to the LED hardware. This way, both the programmer, and the
end-user will deal with the unaltered, raw RGB values, and neither has to care
about when and how gamma correction is applied.
The counterpart of this will be in KeyboardioScanner, that re-introduces gamma
correction on that end.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Gergely Nagy
b673b51b2b
Fix a pair of think-os
...
Check `mappedKey` against `Key-1` / `Key_0`, because those are key objects.
`KEY_1` and `KEY_0` are entirely different things, and they only worked by pure
chance.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Jesse Vincent
ecacf871ad
Update to use new Focus.printColor API
8 years ago
Jesse Vincent
63835fa1bd
Update to use new Focus.printColor API
8 years ago
Jesse Vincent
12a1b09a4f
Update to use new Focus.printColor API
8 years ago
Jesse Vincent
aa274edd43
Revert "add header with rgb struct definition"
...
This reverts commit f2c5e3ae9d
.
Algernon pointed out that we can't depend on the ordering of the struct
at the Kaleidoscope level
8 years ago
Jesse Vincent
338c5c6551
Merge pull request #131 from wez/rgb
...
add header with rgb struct definition
8 years ago
Wez Furlong
f2c5e3ae9d
add header with rgb struct definition
...
refs: https://github.com/keyboardio/Kaleidoscope-Focus/issues/3
8 years ago
Jesse Vincent
12603e09b6
Merge pull request #4 from keyboardio/f/wdt
...
Moved the wdt_disable() call to the hardware plugins
8 years ago
Jesse Vincent
0fae7952b6
Merge pull request #130 from algernon/f/wdt-to-hardware
...
Move the WDT calls to the hardware plugins
8 years ago