summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix Ergosaurus default RGB_DI_PIN (#11634)Carlos2021-02-011-2/+2
| | | | | | | | | | * Update RGB_DI_PIN to match breakout on pcb * Wrap in safer define check
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-0112-0/+413
|\|
| * [Keyboard] Add nullbitsco SCRAMBLE (#11078)Jay Greco2021-02-0112-0/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add SCRAMBLE * Make requested changes to PR * Add all layers to VIA keymap Implement drashna's PR feedback in order to avoid random data within the layers in VIA. * Make requested changes to PR Implement fauxpark's PR feedback to clean up readme.md and rules.mk. * Make changes based on PR feedback -Changed VIA layers to enum -Added info on how to enter the bootloader to readme
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-011-0/+2
|\|
| * added limit to RGB brightness (#11759)cole smith2021-02-011-0/+2
| |
* | Move transport.c to QUANTUM_LIB_SRC (#11751)Drashna Jaelre2021-02-012-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-016-0/+633
|\|
| * [Docs] Japanese translation of internals_*.md (#10316)umi2021-02-016-0/+633
| | | | | | | | | | | | | | * add git checkout internals_related.md translation * update based on comment * unify the end of sentence
* | Stop sounds when suspended (#11553)Joshua Diamond2021-02-017-4/+56
| | | | | | | | | | | | | | * fix stopping audio on suspend vs. startup sound * trim firmware size * fix stuck audio on startup (ARM)
* | Decouple USB events from the USB interrupt handler. (#10437)Nick Brassel2021-02-013-9/+80
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-311-30/+7
|\|
| * quantum.c send char cleanups (#11743)Ryan2021-02-011-30/+7
| |
* | Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-3113-461/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generate rules.mk from a json mapping * generate rules.mk from a json mapping * support for config.h from json maps * improve the mapping system * document the mapping system * move data/maps to data/mappings * fix flake8 errors * fixup LED_MATRIX_DRIVER * remove product and description from the vision_division keymap level * reduce the complexity of generate-rules-mk * add tests for the generate commands * fix qmk doctor when submodules are not clean
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-318-0/+348
|\|
| * [Keyboard] SplitKB's Zima (#11577)Drashna Jaelre2021-01-318-0/+348
| | | | | | | | Co-authored-by: Thomas Baart <thomas@splitkb.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-312-2/+2
|\|
| * Fix missing F2 in top row in AoS TKL maps (#11735)Rys Sommefeldt2021-01-312-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developZach White2021-01-3045-2/+208
|\|
| * Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-3045-1/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial attempt at allowing keyboards to indicate what features they do not support * try to use a for loop instead * Update disable_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * add a few more features * remove my test fixture * disable things that make all:all suggested" Co-authored-by: Zach White <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | undef TAPPING_TERM in users/hvp/hvp.hZach White2021-01-301-1/+2
| |
* | rename callum's custom keycode that conflicts with a LUFA defineZach White2021-01-301-2/+2
| |
* | add missing _MACRO to users/brandonschlack/brandonschlack.hZach White2021-01-301-0/+1
| |
* | check for BACKLIGHT_ENABLE so this works on all keyboardsZach White2021-01-301-0/+2
| |
* | change LAYOUT_planck_grid to LAYOUT_ortho_4x12Zach White2021-01-301-5/+5
| |
* | bring the bocaj keymap inline with LAYOUT_ortho_4x12Zach White2021-01-302-10/+10
| |
* | bring the xyverz keymap inline with LAYOUT_66_ansiZach White2021-01-302-26/+28
| |
* | strip fn_actionsZach White2021-01-301-99/+2
| |
* | remove conflicting NKRO_ENABLE flagZach White2021-01-301-1/+0
| |
* | add missing ADJUST keyZach White2021-01-301-1/+2
| |
* | make the tetris keymap fitZach White2021-01-301-0/+2
| |
* | fix clueboard/66:magicmonty to bring hue under the 255 limitZach White2021-01-301-13/+13
| |
* | fix chimera_ortho:gordon so it compilesZach White2021-01-301-18/+1
| |
* | enable bluetooth on atreus:clash to fix compile errorZach White2021-01-301-0/+1
| |
* | enable LTO on atreus:ibnuda to bring it below the thresholdZach White2021-01-301-0/+1
| |
* | fix atomic:pvc so it compilesZach White2021-01-302-2/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-3096-218/+216
|\|
| * [Docs] Use HTTPS for images and links where possible (#11695)Ryan2021-01-3096-218/+216
| |
* | Include stdbool.h in uart.h (#11728)Drashna Jaelre2021-01-301-0/+1
| |
* | Enforce memory allocator for ChibiOS builds with allocating debounce ↵Nick Brassel2021-01-293-0/+18
| | | | | | | | algorithms (#11630)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-3010-2/+348
|\|
| * [Keyboard] add sam's sg81m keyboard (#11624)CMMS-Freather2021-01-2910-2/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new repo: create cmm.studio folder, add saka qmk firmware new folder for cmm.studio line up keyboard added saka68 keyboard qmk and via firmware support * Update keyboards/cmm.studio/saka68/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cmm.studio/saka68/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cmm.studio/saka68/keymaps/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cmm.studio/saka68/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * fix on keymap, readme fix on keymap, readme * Update keyboards/cmm.studio/saka68/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cmm.studio/saka68/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * update vendor name with _ instead of . update vendor name with _ instead of . * Update readme.md change the make format * Update keyboards/cmm_studio/saka68/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * deleted some files from cmm.studio, changes to cmm_studio deleted some files from cmm.studio, changes to cmm_studio * Update readme.md make command changed * Update keyboards/cmm_studio/saka68/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update readme.md added pic for pcb * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update keyboards/cmm_studio/saka68/config.h tested and does work now. deleting these lines Co-authored-by: Ryan <fauxpark@gmail.com> * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update keyboards/cmm_studio/saka68/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update readme.md added use physical reset button instruction * change to the cmm saka folder making the changes to cmm saka firmware seperated solder version firmware and hotswap version firmware * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * change to the cmm saka hotswap folder * add sam's sg81m keyboard add sam's sg81m keyboard firmware * Update keymap.c * Update keymap.c * update keymap update default keymap and via keymap * Update keymap.c * Update keymap.c * Update keymap.c * Update keyboards/sam/sg81m/sg81m.c Co-authored-by: Joel Challis <git@zvecr.com> * Update config.h * Update config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Adds AT90USB162 support (#11570)Dasky2021-01-2919-34/+42
| | | | | | | | | | | | | | | | | | | | | | * at90usb162 support * fix missing bracket * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-3019-3/+497
|\|
| * [Keyboard] Adding Gust Macro Board (#11610)Eithan Shavit2021-01-2911-0/+262
| | | | | | | | | | | | | | | | | | * Adding Gust Macro Board * Removing some rules * Changing some rules Co-authored-by: Eithan Shavit <eithan@fb.com>
| * [Keyboard] Adding Rev1 to afternoonlabs/breeze (#11611)Eithan Shavit2021-01-298-3/+235
| | | | | | | | | | | | | | | | | | * Breeze Rev1 * Better bootmagic and reset * typo Co-authored-by: Eithan Shavit <eithan@fb.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-307-0/+230
|\|
| * [Keyboard] A symmetric stagger keyboard: Angel (#11501)james sa2021-01-297-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New symmetric stagger keyboard: Angel * mac layout * layout simplify * Update keyboards/angel/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/angel/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/angel/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/angel/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/angel/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * tab lang switch * move to handwired and fix build instructions. Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-291-25/+125
|\|
| * Update feature_debounce_type.md of Japanese document. (#10596)shela2021-01-301-25/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Japanese document. * fix table format. * fix heading * Update translation * Apply suggestions from code review Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * Update docs/ja/feature_debounce_type.md Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * Bump up comment tag Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* | Allow post_config.h to be implemented in userspace (#11519)Joshua Diamond2021-01-291-0/+3
| | | | | | | | | | | | | | > Rebased and pushed. Squashed and merged. :)