summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve Pointing Device report sending (#11064)Drashna Jaelre2021-02-033-1/+20
| | | | | | | | | | | | | | | | | * Improve Pointing Device report sending * Hide old report behind preprocessors too * put host_mouse_send() in curly brackets * Remove POINTING_DEVICE_ALWAYS_SEND_REPORT functionality * Fix typo * fix function ref in docs Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] Add LCK75 keyboard (#11493)im a can what do you think lmao?2021-02-038-0/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lck75 keyboard A 75% THT keyboard with an OLED and rotary encoder * added info.json * fixed rules.mk * changed vendor id * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c moved code to the rules.mk folder Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk moved oled driver enable to rules.mk code * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update oled.c id like to keep the copyright there as it's my friend that helped me with the OLED specifically. also updated the old_task_user * Update keyboards/lck75/oled.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update rules.mk * merged oled.c code into keymap.c file tested and works correctly on my board * merged code from this file into the keymap.c file this file is no longer needed Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Use num lock instead of caps lock for KBDPAD MKII LED (#11781)Andre DeMarre2021-02-041-1/+1
|
* Update iNETT Studio Square.X RGB Light (#11723)Matrix Zou2021-02-032-1/+16
| | | | * Add Caps Lock indicators support * Fix 'a' flag error for RGB Light Mode
* [Keyboard] add koalafications (#11628)Brandon Claveria2021-02-039-0/+409
| | | | | | | | | | | | | | | | | | | | | | | | | | * add koalafications * fix keymap * add oled * oled stuff * fix oled stuff * add animation * more oled stuff * update rules.mk * oled annimation * change PID * Update keyboards/handwired/swiftrax/koalafications/info.json * Update keyboards/handwired/swiftrax/koalafications/readme.md
* Fixing layer order for Breeze default keymap (#11779)Eithan Shavit2021-02-031-1/+1
|
* Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776)Drashna Jaelre2021-02-031-1/+1
| | | | | | | | | * Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled * update type in dprintf Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Clean up KBD8X keyboard (#11565)Drashna Jaelre2021-02-026-180/+7
| | | | | | * Clean up KBD8X keyboard * remove unneeded rules
* Knobgoblin info file fix (#11697)mrT1ddl3s2021-02-023-79/+88
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* add orthodeluxe keymap for Planck keyboard (#11077)erikbakker-dev2021-02-024-0/+629
| | | | | | | | | * add orthodeluxe keymap for Planck keyboard * add licence header to config.h * fix indentation * add bootmagic lite and simplify code
* CLI: Fix json flashing (#11765)Erovia2021-02-012-3/+6
|
* 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
* [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
* added limit to RGB brightness (#11759)cole smith2021-02-011-0/+2
|
* [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
* quantum.c send char cleanups (#11743)Ryan2021-02-011-30/+7
|
* [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>
* Fix missing F2 in top row in AoS TKL maps (#11735)Rys Sommefeldt2021-01-312-2/+2
|
* 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>
* [Docs] Use HTTPS for images and links where possible (#11695)Ryan2021-01-3096-218/+216
|
* [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>
* [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>
* [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>
* 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>
* Add rgblight_reload_from_eeprom() (#11411)Joshua Diamond2021-01-283-0/+15
| | | | | * Add rgblight_reset_from_eeprom() * reset->reload
* [Docs] add qmk setup home parameter (#11451)glanchow2021-01-281-0/+2
|
* add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)Takeshi ISHII2021-01-283-2/+13
|
* Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-27256-766/+0
|
* pull retropad out of handwired and update readme.md (#11545)Brandon Claveria2021-01-279-1/+1
| | | Co-authored-by: Swiftrax <swiftrax@gmail.com>
* [Keymap] Add 'mattir' keymap for the Kyria keyboard (#11428)Matt Gilbert2021-01-254-0/+491
| | | | | | | | | | | | | | | | | | | | | | * First version of keymap * cleaned up code, made some tweaks, added readme * extended oled timeout * resolved final issues, all features functional * added some leader-key combos * added missing RGB keys to layout diagram * removed lines for older elite-c v3 * make filename lowercase * add old update interval * fix spacing
* [Keymap] tk planck keymap (#11400)Tushar Khan2021-01-253-0/+765
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tushark54 base layers * init summer keymap * drafted new keymap layers * added new keymap * v2.0 mvp * added bracket modes * added oneshot left modifiers * added HYPER layer * added audio * added audio and more * changed layer order * swapped SUPER and LCTL keys * added more tunes * added more audio * added tunes * major layer modifications * major changes to keymaps * minor changes * added venv macro * merge conflict * v3 mvp * moved DEL to hyper layer and PANIC+ALT * fn keys on hyper, macros on lower ii * dynamic macros and audio options * minor audio improvements * osl timeouts * manually added .vscode directory * fixed upstream file * fixed upstream file * base and hyper layer changes * modified tapping term * added more macros * added GPL2+ compatible license headers * removed songs * updated licenses * added chmod macro
* Add support for the DURGOD Taurus K320 keyboard (#11399)Donald Kjer2021-01-2619-2/+2877
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial support for Durgod K320 with BootMagic Lite - Adding missing files - Add Unicode Map Support & new user keymap - Remove personalized features from Default keymap - Added Unicode Map to both Default and kuenhlee keymap.c - Updated readme.md - Added additional Fn Shortcut keys * Additional support for Durgod K320 - Simplifying default keymap - Renaming durgod_k320 => durgod/k320 - Removing copy of ST_NUCLEO64_F070RB from K320. Replacing with local board.h - Adding Mac keyboard layout for K320 as alternative via Fn+F12 - Implementing Windows Key lock on K320 - Cleaning up duplicated core functionality - Adding default_toggle_mac_windows keymap with: - Ability to toggle between Windows and MacOS layout - Mac Media Lock functionality. * Updating K320 keymap readme Co-authored-by: kuenhlee <eos.camera.lee@gmail.com>
* [Keyboard] Add Quefrency Rev. 3 (#11578)Danny2021-01-247-5/+330
| | | | | | | | | | | | | | | * Update default VIA layout option * Add Quefrency Rev. 3 * Update readme * Add GPL2 headers * Update keyboards/keebio/quefrency/rev3/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Knobgoblin keyboard initial commit (#11664)mrT1ddl3s2021-01-248-0/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Knobgoblin keyboard initial commit New macropad initial commit. Keyboard and keymap * corrected bracket and layout name * attempting info file fix again * info file line 33 hanging comma fix * Update keyboards/knobgoblin/config.h per fauxpark review Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/knobgoblin/readme.md per fauxpark review Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/knobgoblin/readme.md per fauxpark review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Fix for LEDs on PocketType (#11671)Niek Blankers2021-01-241-0/+4
| | | | | | | | The LED anodes of the pockettype are connected to the bus voltage when a pro micro is used, but other controllers like the Elite-C (v4) connect this pin to GPIO B0. This means that LEDs do not work by default for those controllers. This commit implements a fix for that by setting the B0 pin high.
* [Keymap] Update Program Yoink Ortho Split Layout (#11675)melonbred2021-01-241-4/+4
|
* [Keyboard] Add RGB Matrix support for The Mark:65 (#11676)Albert Y2021-01-243-0/+28
| | | | | | | | | | | * Add RGB Matrix support for Mark 65 keyboard * Update drive LED count * Removed unnecessary define line * Corrected typo Co-authored-by: filterpaper <filterpaper@localhost>
* Remove redundant I2C config defines from keyboards (#11661)Ryan2021-01-2510-26/+0
|
* [Keyboard] Add layout to torn keyboard (#11684)Brian Romanko2021-01-241-0/+2
|
* Change VID/PID for Zinc (#11681)Monksoffunk2021-01-252-6/+6
|
* Fix midi for CRKBD (#11644)Loïc Wisniewski2021-01-253-3/+1
| | | Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
* Add jones v.0.3 and v.0.3.1 keyboard (#11130)Takeshi Nishio2021-01-2432-0/+2189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |