summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-15Features/ws2812 matrix driver (#5418)XScorpion211-13/+177
* WS2812 driver implementation for RGB Matrix * Added driver configuration docs
2019-04-14[Keymap] First publish of roguepullreqest programmer dvorak planck layout ↵roguepullrequest4-0/+210
(#5612) * First publish of roguepullreqest programmer dvorak planck layout * Removed junk line * Update keyboards/planck/keymaps/roguepullrequest/keymap.c Co-Authored-By: roguepullrequest <roguepullrequest@users.noreply.github.com> * Update keyboards/planck/keymaps/roguepullrequest/keymap.c Co-Authored-By: roguepullrequest <roguepullrequest@users.noreply.github.com> * Update keyboards/planck/keymaps/roguepullrequest/keymap.c Co-Authored-By: roguepullrequest <roguepullrequest@users.noreply.github.com> * Update keyboards/planck/keymaps/roguepullrequest/keymap.c Co-Authored-By: roguepullrequest <roguepullrequest@users.noreply.github.com> * Removed layer songs Removed layer songs for cleanliness. Will use them later. * Update keyboards/planck/keymaps/roguepullrequest/readme.md Co-Authored-By: roguepullrequest <roguepullrequest@users.noreply.github.com>
2019-04-14Fix incorrect keyboard dimensions in Configurator API data (#5615)Drashna Jaelre21-30/+30
* Fix Ergodone keyboard dimensions in info.json * Fix handwired/prime_exl keyboard dimensions in info.json * Fix KBDfans KBD4x keyboard dimensions in info.json * Fix handwired/not_so_minidox keyboard dimensions in info.json * Fix Canoe keyboard dimensions in info.json * Fix Clueboard Cluecard keyboard dimensions in info.json * Fix Corne (crkbd) keyboard dimensions in info.json * Fix Gergo keyboard dimensions in info.json * Fix handwired/frenchdev keyboard dimensions in info.json * Fix handwired/ortho5x13 keyboard dimensions in info.json * Fix handwired/promethium keyboard dimensions in info.json * Fix Speedo keyboard dimensions in info.json * Fix XD87 keyboard dimensions in info.json * Fix Ergodox EZ keyboard dimensions in info.json * Fix Ergodox Infinity keyboard dimensions in info.json * Fix Keeb.io Iris keyboard dimensions in info.json * Fix Orthodox keyboard dimensions in info.json (all revisions) * Fix Qwertyydox keyboard dimensions in info.json * Fix handwired/tradestation keyboard dimensions in info.json
2019-04-14[Docs] Adding Alt↯Tab example macro (#5616)roguepullrequest1-1/+46
2019-04-14fix combo enabling logic (#5610)Bob1-2/+2
2019-04-14[Keyboard] Georgi FW updates (#5609)Jeremy Bernhardt19-685/+1437
* Working on chording * Working on chording * Got layouts in order * Initial Georgi support * forgot to add keymaps * Updated readme * Update keyboards/georgi/keymaps/template/readme.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/georgi.h Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/default/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/default/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/rules.mk Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/rules.mk Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/matrix.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/georgi.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/georgi.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/rules.mk Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/default/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/template/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/matrix.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Disabled features, updated info * Update keyboards/georgi/config.h Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/config.h Co-Authored-By: germ <jeremythegeek@gmail.com> * Fixed info.json * Split the number button and fixed gaming mode. * started work on history feature * Working history/multikeyfuckery * type * inital code reduction refactor * Got multikey patched up, optimizing for size * Forgot to remove stuff * fixed key repeat * Key repeat added. * Symshift locking * Midchord Sym shenanigans. * Added only QWERTY mode * Split out header * Added stickybits, minimal layour * Fixing user layout * Whitespace fixing * Fixing Version name
2019-04-13Fix handwired/tradestation keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix Qwertyydox keyboard dimensions in info.jsonnoroadsleft1-2/+2
2019-04-13Fix Orthodox keyboard dimensions in info.json (all revisions)noroadsleft3-6/+6
2019-04-13Fix Keeb.io Iris keyboard dimensions in info.jsonnoroadsleft1-2/+2
2019-04-13Fix Ergodox Infinity keyboard dimensions in info.jsonnoroadsleft1-2/+2
2019-04-13Fix Ergodox EZ keyboard dimensions in info.jsonnoroadsleft1-2/+2
2019-04-13Fix XD87 keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix Speedo keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix handwired/promethium keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix handwired/ortho5x13 keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix handwired/frenchdev keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix Gergo keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix Corne (crkbd) keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix Clueboard Cluecard keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix Canoe keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix handwired/not_so_minidox keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix KBDfans KBD4x keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-04-13Fix handwired/prime_exl keyboard dimensions in info.jsonnoroadsleft1-2/+2
2019-04-13Fix Ergodone keyboard dimensions in info.jsonnoroadsleft1-2/+2
2019-04-12Change table namesDrashna Jaelre2-5/+5
2019-04-12Cleanup codeDrashna Jaelre1-13/+3
2019-04-12Make send_char multilined for readaabilityDrashna Jaelre1-8/+20
So future us' will thaank us
2019-04-12Clean up some of the codeDrashna Jaelre2-3/+3
2019-04-12Add AltGr/RALT support to Send StringDrashna Jaelre1-9/+34
2019-04-12Add vendor and product arguments to atmega32a_program.py - fix hex printzvecr1-4/+4
2019-04-12Add vendor and product arguments to atmega32a_program.pyzvecr1-19/+24
2019-04-12Max out range for max compatibilityDrashna Jaelre1-2/+2
2019-04-12Fix ATSAM's USB HID descriptor to support higher heycodesDrashna Jaelre1-2/+2
Assuming I understand this correctly, this should set the max scancode to E7 (RGUI), which is the last listed code in the main list (everything else use for internal QMK/TMK stuff).
2019-04-12Fix build detection of keymap and board changeszvecr1-4/+6
2019-04-12Apply MAKEFLAGS to speed up CIzvecr1-0/+1
2019-04-12Flesh out keymaps and some tweaks to indicators (#5608)holtenc2-11/+52
* correct indicator light states. function of indicator lights was inverted. these changes correct that. * flesh out keymaps pre production
2019-04-12add in the missing #definesmechmerlin1-0/+15
2019-04-12Update ps2avrgb readme template (#5584)noroadsleft1-5/+5
- fix markdown formatting on macOS instructions (close code block) - update package install commands - set python3 - use pip3 to install pyusb - fix typo (extra backtick on bootloadhid package install line) - update Keyboard Maintainer line (now unified with AVR template)
2019-04-11Use DIRECT_PINS for BDN9 (#5603)kaylanm2-8/+10
2019-04-11Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)zvecr8-259/+146
* Port DIRECT_PINS from split_common/matrix.c to matrix.c * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Refactor nano to use DIRECT_PINS * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Add DIRECT_PINS documentation * Reorder matrix.c to remove foward declaration and match split_common/matrix.c - fix logic from inherited from split_common * Add DIRECT_PINS documentation - review comments
2019-04-11Keyboard: Add yosino58 Keyboard (#5465)さくらんぼ38-0/+4019
* Keyboard: Add yosino58 Keyboard * Keyboard: Add yosino58 Keyboard
2019-04-11fix offset in matrix (#5600)MechMerlin1-8/+7
2019-04-11Remove caveat about combos with shared keys (#5601)Noah Frederick1-1/+0
Combos with shared keys are supported as of https://github.com/qmk/qmk_firmware/pull/2561. Therefore, this caveat no longer applies.
2019-04-10Revert "Update build instructions and docker file to download submodules" ↵Konstantin Đorđević3-5/+5
(#5533) * Revert "Update build instructions and Dockerfile to download submodules" This reverts commit 93210547bd1bfbbb1ffd56801bb81af46af350a5. * Update build tools docs based on feedback * Fix bad link in build tools docs
2019-04-10Remove ps2avrGB since its a hangover from the keyboards/winkeyless refactor ↵zvecr11-1006/+0
(#5592)
2019-04-09ergodox_ez: fixed bug where debounce() was called without calculating ↵Alex Ong1-7/+20
changed (#5589)
2019-04-09Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes (#5532)Jack Humbert14-16/+956
* RGB Matrix overhaul Breakout of animations to separate files Integration of optimized int based math lib Overhaul of rgb_matrix.c and animations for performance * Updating effect function api for future extensions * Combined the keypresses || keyreleases define checks into a single define so I stop forgetting it where necessary * Moving define RGB_MATRIX_KEYREACTIVE_ENABLED earlier in the include chain * Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes * fix bug in quantum/rgb_matrix_drivers.c Co-Authored-By: jackhumbert <jack.humb@gmail.com> * update command setting to the correct default * correct rgb config * remove commented-out lines * update docs for the 3737 * Update docs/feature_rgb_matrix.md Co-Authored-By: jackhumbert <jack.humb@gmail.com>
2019-04-08Switch process_combo to using global register and timer (#2561)Bob2-124/+148
Since combos keep local state about what keys have been previously pressed, when combos are layered, multiple keypresses will register for any key with multiple combos assigned to it. In order to fix this, I switched process_combo to use a global keycode / keyrecord register and timer. When a keypress is consumed by a combo, it gets stored in the register and the timer is updated; when the next keypress takes too long or a key is pressed that isn't part of any combo, the buffer is emitted and the timer reset. This has a few side effects. For instance, I couldn't _not_ fix combo keys printing out of order while also fixing this bug, so combo keys print in order correctly when a combo fails. since combos no longer have local timers, the logic around when combos time out has changed. now that there is a single timer pressing any combo key (including one in a different combo) will reset the timer for all combos, making combo entry a little more lenient. Since combos no longer have local keycode / keyrecord state, there is an edge case where incomplete combo keys can be consumed. if you have a combo for a+s = tab and a combo for b+n = space, if you press a+b+n, only a space will be emitted. This is because when b+n completes successfully, it drops the register.
2019-04-08Convert BFO9000 to Split Keyboard code (#5568)Drashna Jaelre10-936/+7