summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/333fred
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up LCD_ENABLE/visualizer references (#14855)Joel Challis2021-10-203-42/+40
| | | | | | | * Tidy up LCD_ENABLE/visualizer references * Fix up my (333fred) ergodox keymap with new LCD driver Co-authored-by: Fredric Silberberg <fred@silberberg.xyz>
* Remove QMK_KEYBOARD_CONFIG_H (#11576)Joel Challis2021-01-221-2/+0
|
* [Keymap] Added 333fred 5x6_5 keymap (#10272)Fred Silberberg2020-10-042-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-3/+0
|
* Update 333fred keymaps and add new iris map. (#6010)Fred Silberberg2019-05-291-127/+48
| | | | | | * Update 333fred keymaps and add new iris map. * Fix iris key
* Migrate ACTION_LAYER_TAP_TOGGLEs to TT()fauxpark2019-02-181-4/+0
|
* Dactyl_manuform map and updates to my ergodox layout for moving to aFredric Silberberg2018-12-132-197/+167
| | | | different location.
* Keymap: Adds zen layout for 333fred (#3563)Fred Silberberg2018-08-053-15/+3
| | | | | | | | | | | | * Initial commit of zen keymap * Added RGB control for my zen * Fixed ergodox layout. * Reduce brightness. * PR feedback.
* Add up/down keys to the code layer for ease of intellisense usage. (#3363)Fred Silberberg2018-07-092-6/+6
|
* Turn on prevent stuck modifiers for my keymaps.Fredric Silberberg2017-12-091-1/+1
|
* Small ergodox config fix and update.Fredric Silberberg2017-11-063-4/+4
|
* 333fred layout update (#1971)Fred Silberberg2017-11-063-41/+35
| | | | | | | | | | * 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.
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-235-0/+561
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches