| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add a way to toggle between Boot and NKRO mode manually
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since we use a dedicated function for the single magic combo we have, using an
enum in this case is just more confusing than if we didn't. For this reason,
drop the use of enum, and just specify the array directly.
Thanks @obra for the suggestion!
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
| |
| |
| |
| |
| |
| |
| | |
Fixed up some of the USBQuirks and MagicCombo-related documentation, based on
feedback from @obra.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
| |
| |
| |
| | |
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
|/
|
|
|
|
|
|
| |
Make use of the MagicCombo and USB-Quirks plugins in order to allow one to
toggle between Boot and NKRO mode of the keyboard, simply by pressing Left Fn +
Shift + Esc.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
|
|
|
|
|
|
|
| |
It is not necessary anymore, as BootKeyboard supports wakeup itself now. As
such, also updated the comments regarding the plugin in
KALEIDOSCOPE_INIT_PLUGINS.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
|\
| |
| | |
Updated to use the new plugin APIs
|
|/
|
|
| |
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
|\
| |
| | |
Match wildcard usage between manual- and arduino-installed environments
|
| |
| |
| |
| |
| |
| |
| | |
Finding the base-dir of installed environments use a wildcard causing
[dir]/packages/keyboardio/hardware/avr/toolchain to be the interpreted
as the installed env, breaking use of that variable later when it
informs paths for the boards.txt and other files.
|
|\ \
| | |
| | | |
Updated definition of keymaps[] to use KEYMAPS() macro
|
| | |
| | |
| | |
| | |
| | | |
This change will enable the `layer_count` variable for preventing
reading past the end of the `keymaps[]` array.
|
|\ \ \
| | | |
| | | | |
Make the Quote transparent on the NUMPAD layer.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Because the key two rows below `NumLock` is `Key_Quote` on the base layer too,
and is not a numpad-specific key either, make it transparent, so it does not get
highlighted erroneously.
Thanks to @ImmaculatePotato and Eddie Jinks for reporting the issue, and
proposing the fix.
Fixes #48.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
|\ \ \
| |_|/
|/| | |
Use CRGB type for AlphaSquare color, so ints are in common order
|
|/ / |
|
|\ \
| | |
| | | |
Add support for host power management (suspend & wakeup)
|
|/ /
| |
| |
| | |
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
|/
|
|
| |
kaleidoscope installed
|
|
|
|
|
| |
switch back to using it, to get a working mute toggle on linux, windows
and osx.
|
| |
|
|
|
|
| |
arrow keys if you have the numpad on.
|
|\
| |
| | |
Make the pointer to the wiki LOUD
|
| |
| |
| | |
We just had a new person who found the forums but didn't see the note to use the wiki at the top of this file. I'm making it louder. :-)
|
|/
|
|
|
|
| |
This new plugin lets us use a more standard layer lock to get into the
numpad mode and doesn't depend on the system numlock feature quite as
much
|
|\
| |
| | |
Changed minimum Arduino version to 1.6.10, as discussed on forums
|
|/ |
|
| |
|
|\
| |
| | |
Fix trailing slash
|
|/ |
|
|\
| |
| | |
Fix link to Linux Arduino install instructions
|
|/ |
|
|\
| |
| | |
Adding a pointer to the wiki
|
|/
|
| |
put it up front where it would be super obvious.
|
| |
|
|
|
|
| |
runtime, use it..
|
|\
| |
| | |
Added a couple "to be documented" items
|
|/
|
|
|
|
|
| |
I added a couple items to the list of things that should be documented.
I also realize I have no idea what the ANY key does, but I'm intrigued. I don't understand from these code comments, and don't have time to puzzle it out now.
Otherwise, though, this is so much better than the file I've been poking at for weeks! It's clear and clean and much more welcoming. Thanks for all the behind the scenes work that made this possible, and thank you Jesse for the work writing up comments!
|
|\
| |
| | |
Make the sketch use backslash less
|
|/
|
|
|
|
|
| |
This lass is not fond of backslash, so she made the sketch use backslash
less, so much so that it is now backslash-less.
Signed-off-by: Csilla Nagyné Martinák <csilla@csillger.hu>
|
|\
| |
| | |
Fix misleading indentation in all three layers' keymaps
|
|/
|
|
| |
plus add astyle directives to make astyle not complain about it
|
|
|
|
| |
library that the IDE doesn't hate
|
|
|
|
| |
update doc
|
|\
| |
| | |
Remove the NULL from the end of Kaleidoscope.use
|
|/
|
|
|
|
|
|
| |
For a while now, `Kaleidoscope.use` does not require a NULL sentinel at
the end. This drops the sentinel instead of adding documentation that
would explain why that NULL is there.
Signed-off-by: Csilla Nagyné Martinák <csilla@csillger.hu>
|
| |
|
|
|
|
|
|
| |
the variable declaration.
This has the advantage of having one fewer construct to explain
|
| |
|
| |
|