summaryrefslogtreecommitdiffstats
path: root/users/333fred
Commit message (Collapse)AuthorAgeFilesLines
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-6/+6
|
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-4/+4
|
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-3/+3
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-1/+1
| | | | | * fix sat75 * update uint32_t to layer_state
* [Keymap] Added 333fred 5x6_5 keymap (#10272)Fred Silberberg2020-10-046-7/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass at manuform layout. * Updates from actual usage on my board. Fixed a couple of bugs, added a stormlight quote randomizer. * Use a 32-bit timer that can actually hit 5 minutes. * Some updates after a day of usage: * Turn off WPM. It's too inaccurate and takes up a decent amount of space that can be devoted to quotes. * Turn off the OLEDs after 5 minutes * Move the keys around a bit. * Add many more quotes. * Adjust the quotes to make room for missing and misswritten WoT quote. Adjusted the keymap slightly. Adjust the mods display to include one_shots. * Revert osm on lgui as it makes start menu search impossible to use. * Use LTO_ENABLE flag. * License all of my (333fred's) keymaps as MIT. * Update users/333fred/rgb.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Add naked60 layout, clean up my userspace files and rules.mk. (#8848)Fred Silberberg2020-04-202-0/+5
|
* Add ergodash layout, update the backlight numbers for the rgb backlight to ↵Fredric Silberberg2019-06-203-3/+48
| | | | be the actual intended colors.
* Update 333fred keymaps and add new iris map. (#6010)Fred Silberberg2019-05-294-23/+37
| | | | | | * Update 333fred keymaps and add new iris map. * Fix iris key
* [Keymap] Added a key to handle copy/paste in and out of a terminal (#5205)Fred Silberberg2019-02-242-7/+37
|
* Dactyl_manuform map and updates to my ergodox layout for moving to aFredric Silberberg2018-12-131-5/+6
| | | | different location.
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-1/+0
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Added arrow layout.Fredric Silberberg2018-08-191-0/+1
|
* Keymap: Adds zen layout for 333fred (#3563)Fred Silberberg2018-08-055-9/+58
| | | | | | | | | | | | * Initial commit of zen keymap * Added RGB control for my zen * Fixed ergodox layout. * Reduce brightness. * PR feedback.
* Turn on prevent stuck modifiers for my keymaps.Fredric Silberberg2017-12-091-0/+7
|
* 333fred layout update (#1971)Fred Silberberg2017-11-063-0/+87
* Set up tap dance for layers on the lower button. * Refactored code to share in the users directory between my two keyboard layouts. * Small keyboard layout change. * Updated documentation on oneshot usage in macros/tap dance.