Commit Graph

7455 Commits (2286cedb70e2899049d90bf9a26ce261bb74f2f5)
 

Author SHA1 Message Date
Maxime Millet 895bc327c3 CSharp dev layout V2
Roman Zolotarev a429374b78 Update readme
Roman Zolotarev 7138b1e6fc Update layout
Roman Zolotarev f1c265aace Swap volup and voldown
Roman Zolotarev bbe553dba3 Add Roman's Layout
Four layers BASE (Norman), SYMB, PLVR (optimized for Plover), ARRW.
Maciej Piechotka cf986ba504 Add waits to prevent KVM from hanging
Maciej Piechotka fb3b7f32c0 Put frequently used keys in shell (-=) under thumb
Maciej Piechotka 5d8f4ff957 Add missing breaks in mpiechotka ergodox_ez keyboard
Alex Ives 05b0931cfc Added layout diagrams to the default planck keymap
Signed-off-by: Alex Ives <alex@ives.mn>
IBNobody 8a2457d753 Adding Retro_Refit Keyboard
Retro_Refit is an example of using a Teensy to replace a keyboard
controller on an older keyboard. The original 6x15 keyboard had a
non-standard 11x8 matrix.
IBNobody 17628e9922 Removing Teensy SDK Folder
Fixing Github GUI error "fatal: no submodule mapping found in
.gitmodules for path 'teensy-sdk'"
IBNobody eba9a7d74d Adding LED function pointers
Wojciech Siewierski a5cdc3aab1 Expose the pressed_actions_cache global variable
Wojciech Siewierski 73cb87740b Always provide an implementation of process_action_nocache
Miguel Palhas 8aa559b825 Adds naps62's layout
Jack Humbert 35393fa9dc Merge pull request from DidierLoiseau/bépo-keymap-header
Keymap header for the BÉPO layout
Jack Humbert 914f1d6f98 Merge pull request from krid78/master
fixes an obvious typo to have DE_LCBR produce {
Jack Humbert f2cf3f3028 Merge pull request from yoyoerx/windocs
Cygwin Based Users Guide v0.6 -fixes to dfu-programmer build
yoyoerx b8d4af8d4a Cygwin Based Users Guide v0.6 -fixes to dfu-programmer build
Daniel Kriesten bfc6eca44a fixes an obvious typo to have DE_LCBR produce {
Didier Loiseau 7c33f8493f Keymap header for the BÉPO layout
Fred Sundvik 59657355d2 Master mode remains active
It remains active even if the USB link is suspended or otherwise
temporarilly goes down.
Fred Sundvik f4c11740f7 Suspend power off, fix backlight animation
The backlight color animation was using the wrong frame number, so
it didn't work properly.
Fred Sundvik b93d07198a Suspend support for the visualizer
Wojciech Siewierski 20dd9c0326 process_action may be called either with key cache or without it
If one wants to temporarily disable the key cache (for example because
it interferes with a macro), `disable_action_cache` must be set to
`true`. `process_action_nocache` is a simple wrapper doing just that for
a single call.
Fred Sundvik f7275f0ede Configurable baud setting
Fred Sundvik d835ad91a3 Resend the keyboard state every ms
In case there's some errors on the link, and the packet gets lost
Fred Sundvik 315edb4826 Add serial link support for visualizer
Fred Sundvik 32f0171d39 Fix crash when receiving unregistered remotes
Fred Sundvik 11bd4ba0dd Remote object callable from many places
Change init_transport to add_remote_objects, so that it can be
called many times from different places.
Alex Johnstone e4b7ce41e3 Started my keymap
yoyoerx 58bbfc5fa6 PR190hotfix.sh, fresh hexes, makeallhex.sh script
Jack Humbert 45de75f179 Merge pull request from mitchlloyd/mitch-layout
First keyboard layout
Mitch Lloyd 67624d0b61 First keyboard layout
yoyoerx 1d4b408fbc Merge branch 'function_pointers' of github.com:yoyoerx/qmk_keyboard into function_pointers
yoyoerx 641859df84 Addressed void* return warning in all keymaps
Jack Humbert cadd9015dd Merge pull request from yoyoerx/windocs
Cygwin Based Users Guide v0.5 -further corrections
yoyoerx 191488b96f Merge remote-tracking branch 'qmk/master' into windocs
yoyoerx 79e0d7cbc3 Cygwin Based Users Guide v0.5 -further corrections
Jack Humbert 2a9d8b3f30 Merge pull request from yoyoerx/windocs
Cygwin Based Users Guide v0.4 -corrections/dfu build
yoyoerx d58b14e880 Addressed void* return warning & coding style
yoyoerx 6bfb9d17cf Cygwin Based Users Guide v0.4 -corrections/dfu build
Stephan Bösebeck 3119778e0c Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Didier Loiseau b7a81f0419 Fix : clear weak mods on every key press
- new macro_mods bit field for mods applied by macros
- weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.)
- clear the _weak_ mods on every key *pressed* such that LSFT etc.
  can no more interfere with the next key
Wojciech Siewierski 8d55a12a95 Document the issue of stuck modifiers
Erez Zukerman 7d3ebd7b40 Adds a readme with a link to the blog post
Erez Zukerman de8f99bf6e Merge pull request from nrrkeene/master
The Ordinary Layout is familiar to users of common keyboards
Jack Humbert 10f45a63b6 Merge pull request from yoyoerx/windocs
Documentation for Cygwin in Windows
Nicholas Keene 9d06063a23 The Ordinary Layout, designed to be similar to traditional keyboards, by Nicholas Keene, released to the public domain, no rights reserved
Wojciech Siewierski c2480884aa Fix the layer-dependent modifiers handling
Closes .