| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This updates my ErgoDox EZ layout to v1.3, which has the following
noteworthy changes:
* Added support for logging keys, by pressing `LEAD d`. Also included is
a tool to generate a **heatmap** out of the logs.
* The arrow and navigation keys were rearranged again, and now require
an additional key being held to activate. See the **base layer** for
an image that shows where arrows are.
* The **experimental** layer has been redone, and is now
called **ADORE**, and as such, can be enabled by `LEAD a` now.
* Switching between Dvorak and ADORE is now persisted into EEPROM, and
survives a reboot.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
|\
| |
| | |
New ergodox-ez layout
|
| |\
| | |
| | | |
Pull from upstream
|
| |\ \ |
|
| | |\ \
| | | | |
| | | | | |
add ergodox layout
|
| | | | |
| | | | |
| | | | |
| | | | | |
corrected macro
|
| | | |\ \ |
|
| | | |\ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
macros to for often used eclipse shortcuts
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This reverts commit 8149924399cf3d31d80444a10477a29f53a4990e.
|
| | |/ / / / |
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
extract reset keyboard into a function
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
that makes it easy to call reset_keyboard() from a function in a keymap
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Canceling Space Cadet state with opposite shift key
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Allows you to press RSHIFT to cancel the insertion of a "(" when holding down LSHIFT. Alternatively, allows you to press LSHIFT to cancel the insertion of a ")" when holding down RSHIFT. This change enables you to renege from outputting a character should you press a shift key erroneously.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Added my custom keymap for Satan
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
fixed clueboard LED pin assignments and matrix documentation
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove out of place documentation, caused by ChibiOS merge
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Adding robotmaxtron's GH60 Keymap
|
| | | | | | | |
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Establish Poker clone keymap for Satan
|
| |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Catch up with jack's master
|
| |/ / / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix make dependencies
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The prerequisites at the start of the build process are order-only
so that the trget don't link again. Also added as a dependency to
the compilation to force the messages to be printed at the start
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The files can't start with a .dot, as the wildcard function wont
find them. So this is fixed by removing the BUILD_DIR from the
name.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Makefile optimization
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The cleaning is done outside the targets, by checking the
requested target name.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Port support for hhkb-jp from tmk
|
| | |_|_|/ / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Create keycodes for RGB control functions
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
Maps all of the side-print legends on the stock Poker II keycaps that
are feasible (doesn't support repeat rate toggling, Pmode recording).
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
See #430. Name of function being called at init was updated to
led_init_ports(), but the call itself wasn't renamed.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
According to Jack, this makes the return case not be processed. Doesn't
break anything in the firmware.
|
| | | | | | |
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Moves RGB controls out of the macro function and assigns them their own
keycodes:
RGB_TOG (toggle on/off)
RGB_MOD (mode step)
RGB_HUI (increase hue)
RGB_HUD (decrease hue)
RGB_SAI (increase saturation)
RGB_SAD (decrease saturation)
RGB_VAI (increase brightness)
RGB_VAD (decrease brightness)
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Some fixes for keycode processing
|
| | | | | | |
|
| | | | | | |
|