Age | Commit message (Collapse) | Author |
|
* Matrix refactor
* Configurator support
* Keymap refactor
|
|
* Matrix Refactor
* Configurator update
* Rules update: add LAYOUTS = ortho_5x12
* Readme update
|
|
|
|
* Add Configurator support for JC65 v32a (ps2avrgb) version
* JC65 Keymap refactor
|
|
* Matrix refactor
* Keymap refactor
* Configurator support
|
|
* Adding my personal planck keymap
* Adding readme.md to my keymap
|
|
(#3234)
* Fixed the command to build the layout
|
|
* Create keymap.c
Modified the default to be way more like a pok3r, already clear that it needs a better ctrl location.
* Delete keymap.c
* Create keymap.c
Modified the default keymap to be more like a pok3r, clearly needs a better ctrl location and probably some other tweaks.
* Add files via upload
* Update keymap.c
Parenthesis correction.
* Parenthetical cleanup
Forgot one...
* Mods and numpad; cleanup
Rework mods and numpad layer, remove superfluous declarations
* comment define devlayer
* Create readme.md
Background and intention.
* Updated to fit example
* Update readme.md
* Update rules.mk
* Update config.h
* Updated includes
Replaced:
#include "iris.h"
#include "action_layer.h"
#include "eeconfig.h"
With:
#include QMK_KEYBOARD_H
* Update rules.mk
Removed RGB enable declarations
* Update rules.mk
* Update keymap.c
Spaced out on MINS and EQL.
* Update rules.mk
Removed unnecessary block.
* Remove the RGB call
Make would fail because of the RGB call that wasn't anywhere but here, cleaned that up from the default config.
* Update keymap.c
Added [ and ] since I'd forgotten them originally...
|
|
|
|
* Configurator fix
* Added LAYOUTS = 60_ansi to rules.mk
|
|
* Add additional readme notes on how to fix the flickering backlight issue
* Add QMK Configurator support
|
|
|
|
|
|
|
|
* Matrix refactor
* Configurator support
* Keymap refactor
|
|
* add LAYOUT_60_ansi layout
* - Add LAYOUT_60_ansi layout
- Use QMK_KEYBOARD_H
|
|
|
|
|
|
|
|
|
|
|
|
* Bugfix refactor
* Added 60_iso layout to rules.mk
* Added sample ISO-UK keymap
* Keymap refactor
* Fixes per @andys8
|
|
* slight tweaks to xd75 keymap
* update to config.h to remove undef of solenoid active
* code organization for userspace
* updates to userspace and keymaps
* add rgb to userspace and lets split
* add conditional around rgb functions in userpsace
* move rgb layer changes into layer_state_set_user
|
|
* Add underglow compatible keymap for Ergo42
* Move RGB underglow settings from global to specific keymap
|
|
* Add shift key to navigation layer to save pinky when double tapping shift key in IntelliJ
* Fancy effects on the lights
|
|
* Add Plover layer to DCompact from Planck default
* Fix up and update DCompact READMEs
* Add missing Steno features
* Switch flags to re-enable extrakeys
* Fix compilation bug in Chimera layout
|
|
|
|
* Update config.h
Matrix pinout updated to current revision.
* Add updated matrix, define RGB pin
Matrix updated to current pinout, pin for WS2812 defined.
* Update config.h
Matrix rearrangement due to change in Teensy2.0++ position
* Update readme.md
Added maintainer info, updated controller info
|
|
* added ISO layout
* ISO dz60 layout: jkbone
* replace includes
|
|
* info.json for mini1800
* fixed keys on info.json of mini1800
* mini 1800 LAYOUT text
|
|
* Refactor: create matrix macro
* Readme changes
* Configurator support
|
|
|
|
* Deleted LAYOUTS = ortho_5x14 from rules.mk
* Refactor
* Configurator support
|
|
* Readme update
* Keyboard Refactor
* Keymap refactor
* Fixes per drashna
* Fixed curly brace
|
|
|
|
* Readme formatting
* Matrix refactor
* Configurator update
|
|
|
|
* Readme update
* Matrix/info.json refactor
* Keymap refactor
* Bugfix for mattdicarlo keymap
|
|
|
|
* rename KEYMAP to LAYOUT
* rename the new layouts in all affected keymaps
|
|
* Add some explanation as to what the b.fake is and some formatting fixes
* Change K37 to K57
* Add a 60_ansi layout
|
|
* Readme cleanup
* Refactor: matrices and info.json
* Refactor: keymaps
* Moved xyverz config.h
|
|
|
|
|
|
|
|
* Add mbsurfer keymap for DeltaSplit75 with ANSI split backspace
* Update mbsurfer DeltaSplit75 keymap to include right hand arrow cluster
* Update mbsurfer DS75 keymap, move volume down to be symmetrical
* Add readme to Mbsurfer DS75 keymap
* Fix Mbsurfer DS75 keymap image
|
|
* Ergodone refactor
* Ergodox Infinity refactor
* Ergotravel refactor
* Ergotravel configurator layout update
* Fixing include on Ergodox Infinity narze keymap
|
|
* Refactor matrices and keymaps
* Fixes for @ericgebhart keymap
* Deleted macro aliases
* ericgebhart/keymap.c to LAYOUT_ergodox_wrapper
|
|
* Refactor
* Configurator support
* Readme
|
|
* fix issue with rgbinit wiping out customization.
* removed unused variable
|