Commit Graph

6757 Commits (docs)
 

Author SHA1 Message Date
Jack Humbert 4d5eeb3d7d update planck stuff 7 years ago
David Stosik 4edfa97e03 Improve and simplify RGB Knight mode (#1677)
* Simplify RGB Knight mode code, and make it look closer to KITT

* Remove RGBLIGHT_EFFECT_DUALKNIGHT_LENGTH
7 years ago
Jack Humbert 5f154f0a00 Update feature_common_shortcuts.md 7 years ago
David Stosik 94f8b758b3 Fix Kitt and its default behavior (#1674) 7 years ago
Lukmanul Hakim f0db2c0512 Set proper backlight level 7 years ago
QMK Bot 8ea690a1b3 convert to unix line-endings [skip ci] 7 years ago
Jonathan Arnett b07b4bb97b Alterations and documentation updates for j3rn Ergodox EZ keymap (#1656)
* Add second set of AltSft and Alt

* Insert the play key between previous and next

* Update documentation
7 years ago
David Stosik 5b897ce223 Port #1576 to Let's Split: EECONFIG_HANDEDNESS gets overridden when RGB is enabled 7 years ago
Otto Rask da33dfec55 rask's Satan and BananaSplit60 (#1654)
* Add rask's Satan layout

* Add rask's Satan layout

* Add rask's BananaSplit60 layout

* Add rask's BS60 readme

* Fix rask's BS60 readme image

* Fix rask's BS60 readme image again
7 years ago
Michael Terhar a4316ba486 Fixed mitosis-mjt audio (#1653)
* copied mjt keymaps from archive

* All mjt boards now compile

* fixed jd45-mjt breathing

* Updates to fix SpaceFN but not tested yet.

* Still missing either spacebar or an adjacent keypress.

* Debugging rigged up for use with hid_listen.

* Reverted the default keymap to use tap_layer_key rather than custom.  Moved custom approach to keymap_debug.c

* Fixed the lower-left side of the keymap, which needed more spacers due to the matrix being directly put into the array rather than using the keymap function.

* Cleaned up JD45 keymap that uses tapkey.

* Redid minivan keymap with numsym rather than raise/lower.
Untested.

* Created my MJT keymap for HHKB
Enabled dynamic macros and moved
somoe of the shortcuts around.

* Minor keymap fixes to make them compile without errors.

* Added home/end to right arrow cluster on DYN layer.

* Added more keys to fn and dyn layers.

* It wasn't using my custom layer last time somehow...?  Now it will.

* Compiled and installed at end of day on 8/23

* Moved macros to FKEY layer because Adjust was too hard to get into and out of without some sort of feedback.

* Fixed volume controls... were reversed and disabled.

* Added F13-F15 back to fkeys layer in Minivan

* Created new Planck Keymap that uses the NumSym and FKeys layer approach like the Minivan.

* Removed DYN layer.

* Fixed diagram in planck numsym.

* Cleanup for pull request.

* Roadkit flip phone warning.

* Replaced PLAY_NOTES_ARRAY to PLAY_SONG

* reset the submodules

* checked out specific commits for submodules

* Removed debugging from JD45 shared config.h

* Moved custom rules.mk to apropriate keymap

Reset the shared rules.mk file.

* Trailing return issue in rules.mk

Gotta make for a smooth pull request :-)

* Mitosis music troubleshooting

Also updated the song playing function.
Does not work currently.

* Fixed mitosis audio

* Put mitosis/rules.mk back to QMK master
7 years ago
Marco Fontani da83f04a30 add UC_OSX_RALT to make unicode use the Right Alt key on OSX 7 years ago
drashna 9987f9dcff Update drashna's keymap (#1649)
* initial commit for my custom layout

* fix switching into and out of numfun layer

* enable tap dance to lock layers

* enable layer indicator LEDs

* remove Colemak2 layer because it was dumb

* remove handler for nonexistent keycode

* add new movement keys to lower layer

* standardize indentation because I'm not a monster

* add Woodpad keyboard with Michael's Tryggve layout

* Add dvorak/colemak layers

* add hash

* Update keymap.c

* Fixed OSL Symbol layer layout issue

* Minor later tweak

* Clean up actions

* Diablo 3 macro keys remove

* Fixed numbad issues

* Remove Underglow toggle

* Fix layer consistency

* cleanup of code

* line feed

* small fixes

* Major merge

* Merge cleanup on my keymap

* Cleanup

* Update compile command

* Swapped arrows

* Additional cleanup

* Revert "Woodpad"

* update

* minor update

* staging for pull request

* Finish removing layer underglow toggles
7 years ago
Fredric Silberberg ad73553aa9 Update README. 7 years ago
Fredric Silberberg 00d8f0c082 Small gaming layer and formatting updates to my nyquist config. 7 years ago
Jack Humbert a729d852fe Merge pull request #1574 from danamlund/master
New clueboard keymap that is a tetris game
7 years ago
Arthur SCHMITT da7aece043 Add the new QMK submodule way in `/lib` and not `tmk_core/tool` wich is outdated 7 years ago
skullY ed56a6859f add a `git-submodule` make target. 7 years ago
Jack Humbert ba2ad57ca8 add rule shortcut via @samwho's suggesion 7 years ago
Jack Humbert 677b89768b add bin targets - closes #1648, fixes #1647 7 years ago
Michael Terhar 7960302242 Keymaps for several of my boards (#1641)
* copied mjt keymaps from archive

* All mjt boards now compile

* fixed jd45-mjt breathing

* Updates to fix SpaceFN but not tested yet.

* Still missing either spacebar or an adjacent keypress.

* Debugging rigged up for use with hid_listen.

* Reverted the default keymap to use tap_layer_key rather than custom.  Moved custom approach to keymap_debug.c

* Fixed the lower-left side of the keymap, which needed more spacers due to the matrix being directly put into the array rather than using the keymap function.

* Cleaned up JD45 keymap that uses tapkey.

* Redid minivan keymap with numsym rather than raise/lower.
Untested.

* Created my MJT keymap for HHKB
Enabled dynamic macros and moved
somoe of the shortcuts around.

* Minor keymap fixes to make them compile without errors.

* Added home/end to right arrow cluster on DYN layer.

* Added more keys to fn and dyn layers.

* It wasn't using my custom layer last time somehow...?  Now it will.

* Compiled and installed at end of day on 8/23

* Moved macros to FKEY layer because Adjust was too hard to get into and out of without some sort of feedback.

* Fixed volume controls... were reversed and disabled.

* Added F13-F15 back to fkeys layer in Minivan

* Created new Planck Keymap that uses the NumSym and FKeys layer approach like the Minivan.

* Removed DYN layer.

* Fixed diagram in planck numsym.

* Cleanup for pull request.

* Roadkit flip phone warning.

* Replaced PLAY_NOTES_ARRAY to PLAY_SONG

* reset the submodules

* checked out specific commits for submodules

* Removed debugging from JD45 shared config.h

* Moved custom rules.mk to apropriate keymap

Reset the shared rules.mk file.

* Trailing return issue in rules.mk

Gotta make for a smooth pull request :-)
7 years ago
Toshiki Yagi de315c54eb make ergodone's led work well 7 years ago
unknown a6fe0320f5 Updated readme to new standard. 7 years ago
unknown 78ab926cc8 Updated my files and added debouncing 7 years ago
Cory Shaw b28982e329 Add mbsurfer Let's Split keymap with RGB layer indicators (#1638) 7 years ago
Joe Wasson 0965e5203e Merge in gaming layout. 7 years ago
Joe Wasson 8e1c3f410d Add split layout to more keyboards. 7 years ago
Cory Shaw 2aedbf872b Improve default layout of 9key and give example macro 7 years ago
Cory Shaw afd7bf5f09 Increase time for tap dancing on 9key default 7 years ago
Cory Shaw 402235eeb4 Update Bishop Keyboards url to relaunched site 7 years ago
Cory Shaw b2d033ffe8 Add 9key to keyboards readme 7 years ago
Joe Wasson ae91af95e2 Add split ansi layout and talljoe's keymap. 7 years ago
Jack Humbert 4b0c6dc50d update travis script 7 years ago
Jack Humbert 9a23fad36b update ergodox links 7 years ago
Markus Kohler 718fddf44c Fix broken link 7 years ago
Jack Humbert d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609)
* 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
7 years ago
Jack Humbert 7260fc3eef update 9key readme 7 years ago
Jack Humbert 437c86c9c1 update build script 7 years ago
Steve Holt d54360b1d8 Update keymap.c 7 years ago
Steve Holt fe4549839e Update config.h 7 years ago
Steve Holt 1d930ebe45 Update Makefile 7 years ago
Jonathan Boyett fcb60b1601 fix link brackets 7 years ago
Cory Shaw 3aa7fbcd79 fix(9key): Fix layout of 9key readme 7 years ago
Cory Shaw 82f434a4d4 update(9key): Add readme with updated format 7 years ago
Cory Shaw d8fd33dd5e Add support for 9key by Bishop Keyboards 7 years ago
Jonathan Boyett bd484f18bd JD40 MiniVan port 7 years ago
Ryan MacLean 9f6362e4df Adding Makefile
Required for JIS layouts
7 years ago
Ryan MacLean 57c93c13cc Creating Mac Version of JIS Keymap
Swapping command and alt, restoring fn+left for delete, subbing in grave for hhkb key.
7 years ago
Jack Humbert e719f5b0b5 Merge branch 'master' of https://github.com/qmk/qmk_firmware 7 years ago
Jack Humbert 9da308a0cd move to compiled [skip ci] 7 years ago
keisuke333 47cd5b5622 Fix avoid certificate errors that occur during '2-setup-environment-win.bat' 7 years ago