-
-
Notifications
You must be signed in to change notification settings - Fork 40.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Soy 20 PCB to QMK #10428
Closed
Closed
Add Soy 20 PCB to QMK #10428
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.vscode/c_cpp_properies.json -> .vscode/c_cpp_properties.json
* setup keyboard * fit v1 board setting * remove unused def and add ergodox_pretty * add user hooks * add ergodox_pretty to info * apply suggestions * use default split usb timeout
* Hub16 AutoHotKey Companion * Revised after PR comments by Drashna * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <[email protected]> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <[email protected]> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <[email protected]> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <[email protected]> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <[email protected]> * Update keyboards/hub16/keymaps/ahk_companion/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: James Young <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
* Update rev2.h * Update info.json * Create keymap.c * Add ISO layout to rev1 * Removed redundant keycount * Add fix for rev1 board + additional key * Updated default iso keymap * Add layout with 1.5u keys to the right of spacebar * Fixed rev2 rwkl and added default layout
* initial add * stoutgat working * Ready for release * Ready for release * Ready for release * Ready for release * Ready for release * fix typos * update flash instructions in readme * update copyright * Update keyboards/tkw/stoutgatv2/keymaps/default/keymap.c * Apply suggestions from code review * Fix typo * Update lib/vusb * Update keyboards/tkw/stoutgatv2/rules.mk * Update desc add v2 * Add ANSI * Move to v1 and v2 folders * fix typo * fix v1 readme * Fix copypasta from v1 keymap * fix missing trailing slash * Delete keymap.json * Apply suggestions from code review Fixed layout and removed erroneous keymap.json
* add error check * remove quotes * update error message Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan <[email protected]>
* add via support for boardsource/5x12 * make product id for 5x12 unique (there is already an 0x0512) by setting it to 0x5012 * un-swap the readme's for 3x4 and 5x12 * Update keyboards/boardsource/5x12/config.h update vendor id * Update keyboards/boardsource/5x12/keymaps/via/keymap.c use correct number of layers for VIA * update product id to use same pattern as others * Update keyboards/boardsource/5x12/keymaps/via/readme.md * Update keyboards/boardsource/5x12/keymaps/via/readme.md
* Badger keymaps * bug fix - linter * code review feedback and ortholinear bugs * cleanup * backing out suspect bug after doing additional research * code review feedback * code review feedback * changing default badger keymap and small bugfix
* [Keyboard] Convert Corne Keyboard to Split Common * Add VIA Support * Makes sure that ol(e)d and new OLED implementation can't coexist * Add licensing header to files * Add changes based on feedback from foostan * Fixes
* add tap_hold.md translation * update based on comment * update based on comment * update based on comment
* initial keymap commit * Keymap for coppertop commit * removed define for layers/kc_no/kc_trns * Modified keymap to remove definitions and add layer enum * initial keymap commit * Keymap for coppertop commit * removed define for layers/kc_no/kc_trns * Modified keymap to remove definitions and add layer enum * Changed KC_NO and KC_TRNS to 7X and 7_ * Fixed spacing on keymaps * TMO50: use layer_state_set_kb at keyboard level (#10150) * Change TMO to use layer_state_set_kb as is customary at the keyboard level. This also factors out `process_indicator_led` to a separate method. * [Keymap] update dz60:mrsendyyk (#10160) Update DZ60 Personal readme.md and keymap.c * Update readme.md * Update keymap.c * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Update keymap.c * Update readme.md * Update * Update readme.md * Update keymap.c * Update readme.md * [Keyboard] YMDK NP21 refactor (#10181) * [Keyboard] 1upkeyboards/1up60rgb: fix broken Enter (#10188) The recent change to unnest macros put the enter on the wrong matrix key. On the 1uprgb, the ANSI and ISO enters share the same cell as does the ANSI and ISO backslash. * no idea what this is * Update keyboards/dz60/keymaps/coppertop/keymap.c * Update keyboards/dz60/keymaps/coppertop/keymap.c * Update keyboards/dz60/keymaps/coppertop/keymap.c * Update keyboards/dz60/keymaps/spotpuff/keymap.c * Update keyboards/dz60/keymaps/spotpuff/keymap.c * Update keyboards/dz60/keymaps/spotpuff/keymap.c * Added Trns labels to keymap comments. * Revert "no idea what this is" This reverts commit dd950f9. * Reverted dd950f9 * fix vusb submodule * Update keyboards/dz60/keymaps/coppertop/rules.mk * Update keyboards/dz60/keymaps/spotpuff/rules.mk * Update users/spotpuff/rules.mk * Added GNU copyright license text
…TO_ENABLE is not (#10217) * Output an error message if LINK_TIME_OPTIMIZATION_ENABLE is set but LTO_ENABLE is not. * Update common.mk Specify that LINK_TIME_OPTIMZATION_ENABLE has been renamed, not deprecated.
* Meridian initial commit * requested changes * Update keyboards/primekb/meridian/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/primekb/meridian/rules.mk Co-authored-by: Ryan <[email protected]> * made requested changes * Update meridian.c * Update keyboards/primekb/meridian/readme.md Co-authored-by: James Young <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: James Young <[email protected]>
* add maJIStic * fix for format * fix directory name * rm old directory of maJIStic * fix for comment * ISO/JIS Enter move to the home row.
* 6.25U bottom row ISO layout for Matrix Noah * Personal map for Matrix Noah using new 6.25U bottom row ISO * Switch to 65_iso_blocker and add that to info.json * Switch to 65_iso_blocker for the new layout * Fix whitespace issues
* added 4pplet keyboards added 4pplet keyboards * Update keyboards/4pplet/aekiso60_rev_a/aekiso60_rev_a.h Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/aekiso60_rev_a/config.h Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/aekiso60_rev_a/config.h Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/waffling60_rev_a/config.h Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/aekiso60_rev_a/rules.mk Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/aekiso60_rev_a/rules.mk Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/waffling60_rev_a/rules.mk Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/waffling60_rev_a/rules.mk Co-Authored-By: Ryan <[email protected]> * Update keyboards/4pplet/steezy60_rev_a/config.h Co-Authored-By: Ryan <[email protected]> * Delete info.json * Delete info.json * Delete info.json * removed VIA_ENABLE * Update config.h * Update rules.mk * Update steezy60_rev_a.h * Update config.h * Removed VIA_ENABLE * Update keyboards/4pplet/steezy60_rev_a/rules.mk Co-Authored-By: Ryan <[email protected]> * Removed VIA_ENABLE * Update config.h * Update config.h * Update config.h * adding fauxpark suggestion * Update keyboards/4pplet/aekiso60_rev_a/config.h Co-Authored-By: James Young <[email protected]> * Update keyboards/4pplet/aekiso60_rev_a/rules.mk Co-Authored-By: James Young <[email protected]> * some updates recommended by noroadsleft, still work in progress some updates recommended by noroadsleft, still work in progress * made directorys for revisions per noroadsleft suggestion made directorys for revisions per noroadsleft suggestion * renamed keyboard_pre_init_user to keyboard_pre_init_kb * Update keyboards/4pplet/aekiso60/rev_a/config.h Co-Authored-By: Drashna Jaelre <[email protected]> * Update keyboards/4pplet/waffling60/rev_a/rev_a.c Co-Authored-By: Drashna Jaelre <[email protected]> * Update keyboards/4pplet/waffling60/rev_a/rev_a.c Co-Authored-By: Drashna Jaelre <[email protected]> * started working on refactoring led function for waffling60 * removed LED functionality * Update keyboards/wilba_tech/zeal60/rules.mk Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/wilba_tech/zeal60/rules.mk Co-authored-by: Ryan <[email protected]> * Update keyboards/4pplet/waffling60/rev_a/rules.mk Co-authored-by: Ryan <[email protected]> * Update keyboards/4pplet/steezy60/rev_a/rules.mk Co-authored-by: Ryan <[email protected]> * Update keyboards/4pplet/aekiso60/keymaps/via/keymap.c Co-authored-by: Ryan <[email protected]> * Update keyboards/4pplet/aekiso60/rev_a/rules.mk Co-authored-by: Ryan <[email protected]> * Update config.h added debounce to prevent stuttering with some switches * Update README.md * Adding masterwork classy_tkl * Update keyboards/masterwork/classy_tkl/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/masterwork/classy_tkl/rev_a/rules.mk Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/masterwork/classy_tkl/rev_a/rules.mk Co-authored-by: Drashna Jaelre <[email protected]> * Update rev_a.c * Update rev_a.c * updated name from masterwork to masterworks * Update keyboards/masterworks/classy_tkl/info.json Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/masterworks/classy_tkl/info.json Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/masterworks/classy_tkl/info.json Co-authored-by: Drashna Jaelre <[email protected]> * added license header to keymap * Update keyboards/masterworks/classy_tkl/info.json Co-authored-by: James Young <[email protected]> * Update keyboards/masterworks/classy_tkl/rev_a/config.h Co-authored-by: James Young <[email protected]> * Update keyboards/masterworks/classy_tkl/rev_a/rev_a.c Co-authored-by: James Young <[email protected]> * Update keyboards/masterworks/classy_tkl/rev_a/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/masterworks/classy_tkl/rev_a/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/masterworks/classy_tkl/readme.md Co-authored-by: James Young <[email protected]> * Update keyboards/masterworks/classy_tkl/rev_a/rev_a.h Co-authored-by: James Young <[email protected]> * Update keyboards/masterworks/classy_tkl/readme.md Co-authored-by: James Young <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: James Young <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
* Reorder STM32 MCUs * Add STM32F4xx to mcu_selection.mk * Set MCU for phoenix and tkw/stoutgat/v2/f411
) * refactored the Katana60 folders under a rominronin parent folder * Update keyboards/rominronin/katana60/info.json removed 'keyboard_folder' line * Update keyboards/rominronin/katana60/info.json removed 'key_count' line * Update keyboards/rominronin/katana60_rev2/config.h removed '#define DESCRIPTION' line * Update keyboards/rominronin/katana60_rev2/rules.mk Removed more attributes * Update keyboards/rominronin/katana60_rev2/rules.mk removed 'FAUXCLICKY_ENABLE' line * Update keyboards/rominronin/katana60_rev2/rules.mk Updated some comments * Update keyboards/rominronin/katana60_rev2/config.h Removed redundant comments * Update keyboards/rominronin/katana60_rev2/config.h removed redundant comments * Update keyboards/rominronin/katana60_rev2/config.h removed redundant comments * Update keyboards/rominronin/katana60/keymaps/default/keymap.c Fixed a non-standard keycode * Update keyboards/rominronin/katana60/keymaps/rominronin/keymap.c Removed deprecated code * Update keyboards/rominronin/katana60/rules.mk removed redundant comments * Update keyboards/rominronin/katana60_rev2/katana60_rev2.c removed redundant code * Update keyboards/rominronin/katana60_rev2/keymaps/rominronin_7u/keymap.c removed redundant code * Update keyboards/rominronin/katana60_rev2/rules.mk removed redundant comments * Update keyboards/rominronin/katana60_rev2/rules.mk updated some comments * Update keyboards/rominronin/katana60_rev2/rules.mk removed redundant code * Update keyboards/rominronin/katana60_rev2/keymaps/rominronin_7u/keymap.c optimised the layers definition * Update keyboards/rominronin/katana60/rules.mk removed redundant code * added the info.json file for every Tsuka60 layout * updated the info.json file details * removed broken keymap file, updated other files * updated the Katana60 rev2 info.json file * split katana60 into revisions * assign unique Vendor/Product ID pairings * modernize codebase #pragma once on included files; rules.mk templating * fix rev2 layout macros * updated the keymaps for correct automated building. * updated the default layout file * updated default rominronin 7u layout file * Update keyboards/rominronin/katana60/rev1/readme.md resized an image * Update keyboards/rominronin/katana60/rev2/readme.md resized an image * remove dead space from rev2 info.json file
* Fixing my 5x12 Ortho layout Minor fixes.
* Update config.h adding vendor and product info so VIA will recognize it. * Update keyboards/kingly_keys/romac_plus/config.h thank you for this. commiting suggestion. Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan <[email protected]>
* Adds pagondel layout for dz65rgb v2 * Adds license information * replaces define by enums * Update license year Co-authored-by: James Young <[email protected]> Co-authored-by: James Young <[email protected]>
* Make WPM able to sync between keyboard halves on Ergodox Infinity. * Fix mixed indentation in ergodox_infinity.c.
…ap (#9306) * change layers, add pinmode to fix LEDs * fix LEDs by setting the pin mode * edit README * edit GPIO documentation, edit keymap * add markov chain * simplify LED logic * undo documentation changes * keymap changes, fix LED enum logic
* Add files via upload * removed * Add files via upload * Rename pabile40.c to p40.c * Rename pabile40.h to p40.h * Add files via upload * Update p40.c * Update p40.h * Update README.md * Update README.md * Update README.md * Update README.md * Updated readme file * Updated readme file * Add files via upload * modified: keyboards/pabile/p18/config.h modified: keyboards/pabile/p18/keymaps/default/keymap.c modified: keyboards/pabile/p18/p18.h modified: keyboards/pabile/p18/rules.mk modified: keyboards/pabile/p40/config.h modified: keyboards/pabile/p40/keymaps/default/keymap.c * config update * Delete README.md.save * Delete keymap.c.save * Delete keymaps.c * modified: keyboards/pabile/p18/keymaps/default/keymap.c * Update p18.h * testing layout config * Create info.json * Create info.json * Create readme.md * Update readme.md * Updated description * Updated description * Update config.h updated vendor ID to 0000 * Update keymap.c removed unnecessary comments * Update keyboards/pabile/p18/p18.h Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p18/p18.h Co-Authored-By: ridingqwerty <[email protected]> * Update p18.h removed unnecessary comments * Update keyboards/pabile/p18/rules.mk Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p18/rules.mk Co-Authored-By: ridingqwerty <[email protected]> * Update config.h updated vendor id and removed unnecessary comments * Update keyboards/pabile/p40/info.json Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p40/keymaps/default/keymap.c Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p40/p40.h Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p40/p40.h Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p40/p40.h Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p40/rules.mk Co-Authored-By: ridingqwerty <[email protected]> * Update keyboards/pabile/p40/rules.mk Co-Authored-By: ridingqwerty <[email protected]> * Added p20 macropad * Update README.md * Updated VID and PID * Updated VID and PID * Update rules.mk * Update config.h * Update config.h * Update config.h * Update keymap.c * Replaced blank keys with KC_NO * Update keyboards/pabile/p18/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p18/p18.h Co-Authored-By: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p18/rules.mk Co-Authored-By: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p20/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <[email protected]> * Update keymap.c * Update keymap.c * Update keyboards/pabile/p20/rules.mk Co-Authored-By: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p40/info.json Co-Authored-By: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p20/p20.h Co-Authored-By: Drashna Jaelre <[email protected]> * Updated product ID * Updated product ID * Update keyboards/pabile/p20/config.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/p20.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/p20.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p18/readme.md Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/README.md Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40/README.md Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p18/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p18/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40/config.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40/config.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p18/readme.md Co-authored-by: James Young <[email protected]> * Changed to lowercase filename * Rename README.md to readme.md * Update keyboards/pabile/p18/rules.mk Co-authored-by: James Young <[email protected]> * Add files via upload * typo * New keyboard * Updated image link * Updated default ortho keymap * Update keymap.c * Update readme.md * Update keymap.c * Update keymap.c * default firmware * Delete pabile_p40_ortho.hex * Update keymap.c added KC_SPC to make keymap compatible with both grid and MIT. keymap is designed for MIT. * Update keymap.c * Update info.json added MIT layout * Update p40.h added MIT layout option * Added support for version 2 PCB New/corrected pin locations. (Backlight) LED pin now on B6. Up to 3 rotary encoder support. * Update readme.md update for PCB v2 * Update readme.md updated link * Update readme.md * Update readme.md * Update readme.md * Update config.h removed backlight pins * Update keymap.c added encoder. simplified layout. * Update keymap.c * Update p42.h * Update keymap.c simplified * Update keymap.c * Update readme.md replaced photo * Added new keyboard Initially placed under p40. separated as a new keyboard following an advise from gh. * start rename * removed old folder * reverted to last merge * revert to last merge * Update p40.h reverted to last merge * Update keymap.c * Update keymap.c removed encoder support * Update config.h removed encoder support * Update config.h removed encoder support * Update keymap.c removed encoder support * Update readme.md removed encoder support * Update info.json * Update keymap.c * Update keymap.c * Update keyboards/pabile/p20/rules.mk added numpad option Co-authored-by: Drashna Jaelre <[email protected]> * added numpad option * Update keyboards/pabile/p40/keymaps/ortho/config.h Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p18/config.h Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p20/config.h Co-authored-by: Drashna Jaelre <[email protected]> * moved to p40_ortho keyboard rather than a keymap * moved to p40_ortho keyboard rather than a keymap * moved to p40_ortho keyboard rather than a keymap * Update config.h Added copyright details. * Update keyboards/pabile/p20/p20.h Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p20/p20.h Co-authored-by: James Young <[email protected]> * Update keymap.c alignment * Update keyboards/pabile/p42/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/config.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/info.json Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/p42.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/p40_ortho.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/p40_ortho.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/info.json Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/config.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p40_ortho/rules.mk Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p20/keymaps/ver2/config.h Co-authored-by: Drashna Jaelre <[email protected]> * Update config.h Added copyright statement * Update config.h Added copyright statement * Update config.h Added license header * Update keymap.c Added license header * Update p20.h Added license header * Update p40_ortho.c Added license header * Update p40_ortho.h Added license header * Update keymap.c Added license header * Update keyboards/pabile/p42/rules.mk Co-authored-by: James Young <[email protected]> * Update keymap.c Updated LAYOUT to LAYOUT_default in response to Run failed: PR Lint keyboards - master (0f278a2) * Update p42.h Updated LAYOUT to LAYOUT_default in response to Run failed: PR Lint keyboards - master (0f278a2) * Update p42.h Added license header * Update keyboards/pabile/p42/p42.h Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * Update keyboards/pabile/p42/keymaps/default/keymap.c Co-authored-by: James Young <[email protected]> * add pabile/p20/ver2 * add missing license header * Update keyboards/pabile/p20/ver2/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/pabile/p20/ver1/ver1.c Co-authored-by: James Young <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: ridingqwerty <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: James Young <[email protected]>
* Fujitsu T111 keyboard * info.json: fixed missing key on top row * info.json: fixed name and maintaner fields * Update keyboards/handwired/t111/keymaps/oleg/keymap.c * Update keyboards/handwired/t111/config.h * Update keyboards/handwired/t111/keymaps/oleg/keymap.c * Update keyboards/handwired/t111/keymaps/oleg/keymap.c * Apply suggestions from code review * Update keyboards/handwired/t111/readme.md
* Slice Via * Keymap Update * Update keyboards/basekeys/slice/rev1/keymaps/via/keymap.c
* add via support for yd60mq * switch to bootmagic lite, to decrease firmware size * Update PRODUCT_ID comment * add license header
* Squashing commits - adding preonic keymap This adds a custom keymap, including numpad layer, emoji, and kamoji key mappings. * Removing unnecessary trailing backslash characters * removing the unnecessary json keymap * removing unnecessary trailing slashes from the default keymap * switching to tap_code * Apply suggestions from code review This should enable a toggleable numpad * adding license * Stripping out FN keycodes in favor of a momentary layer
* added danskish keymap * Added readme.md * Clean up in keymap.c * Added license * Changed name of keymap * adjusting tapping term * added encoder functionality * housekeeping * layouts resemble the layout now * implemented suggestions from drashna * added keymap for preonic rev3 * added default layer to readme.md * removed backslashes * Update keyboards/lily58/keymaps/drasbeck/keymap.c * Update keyboards/preonic/keymaps/drasbeck/readme.md * Update keyboards/lily58/keymaps/drasbeck/rules.mk * Update keyboards/preonic/keymaps/drasbeck/keymap.c * Update keyboards/preonic/keymaps/drasbeck/keymap.c * Update keyboards/preonic/keymaps/drasbeck/keymap.c * Update keyboards/preonic/keymaps/drasbeck/keymap.c * Update keyboards/lily58/keymaps/drasbeck/rules.mk * Update keyboards/lily58/keymaps/drasbeck/rules.mk * Update keyboards/lily58/keymaps/drasbeck/rules.mk * Update keyboards/preonic/keymaps/drasbeck/rules.mk
* add understanding_qmk.md translation * update based on comment * update based on comment * update based on comment * update based on comment * update based on comment
* add retropad * fix indicator leds * fix bootmagic * fix led indicators * fix keymap * fix keymap * fix keymap * fix keymap * fix license headers * Apply suggestions from code review Co-authored-by: Drashna Jaelre <[email protected]> * Apply suggestions from code review Co-authored-by: Ryan <[email protected]> Co-authored-by: Swiftrax <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]>
* add swap hands config * move to rev1
Adding my kbd67mkii keymap and some changes to kumo Keymaps for kbdfans/kbd67/mkii_soldered and thevankeyboards/minivan * Changes to minivan layout * KBD67 keymap * commiting my files
* Minor updates ai03/soyuz:mrsendyyk * Update keymap.c * Update readme.md * Update keymap.c * Update readme.md
* [Keyboard] Support MJ61 which is a 60% ANSI STD Hotswap RGB keyboard * Update keyboards/melgeek/mj61/mj61.c * Update keyboards/melgeek/mj61/mj61.c * [Keyboard] MJ61 Add license header for files and the link for readme * Update keyboards/melgeek/mj61/readme.md * Update keyboards/melgeek/mj61/rev1/config.h * Update keyboards/melgeek/mj61/rev1/rules.mk * Update keyboards/melgeek/mj61/mj61.c * Update keyboards/melgeek/mj61/mj61.c
* Trifecta 09-20 * Update keyboards/basekeys/trifecta/config.h * Update keyboards/basekeys/trifecta/config.h * Update keyboards/basekeys/trifecta/config.h * Update keyboards/basekeys/trifecta/keymaps/default/keymap.c * Update keyboards/basekeys/trifecta/keymaps/via/keymap.c * Update keyboards/basekeys/trifecta/rules.mk * Update rules.mk Suggested Changes * Update keyboards/basekeys/trifecta/readme.md * Update keyboards/basekeys/trifecta/readme.md * Tap Dance Removal * Update keyboards/basekeys/trifecta/keymaps/default/keymap.c * Update keyboards/basekeys/trifecta/keymaps/default/keymap.c * Update keyboards/basekeys/trifecta/keymaps/via/keymap.c
* add VIA keymap * Update keyboards/flehrad/bigswitch/keymaps/via/keymap.c
* Create keymap.c * Add files via upload * Added files for handwired 3d printed clueboard 660 * create via layout files * added layout files for via * updated product ID to fix id conflicts * change product ID to fix ID conflicts. * fixed capitalization error that was causing issues * fixed capitalization issues. * fix syntax errors * Fixed syntax errors (stray punctuation) * Compatibility fixes * Compatibility fixes * Compatibility fixes * Compatibility fixes * capitalization fixes * Compatibility fixes * Compatibility fixes * Compatibility Fixes * Compatibility fixes * Compatibility fixes * Compatibility changes * upkeep, fixing typos * Update keyboards/handwired/3dp660/config.h Removed Description line * Update keyboards/handwired/3dp660/rules.mk correct bootloader * Update keyboards/handwired/3dp660/3dp660.h fix case sensitive typos * Update keyboards/handwired/3dp660/keymaps/default/keymap.c change tab indentation to space indentations. * Update keyboards/handwired/3dp660/keymaps/via/keymap.c change tab indentations to space indentations * Delete 3dp660.json This file was for VIA, and shouldn't be in this repo. I placed it here so I wouldn't misplace it in my filesystem. My apologies. * Update info.json change suggestions to other file said to lowercase "ansi", caused reference issues, changed all instances of "ANSI" to "ansi". * Update keymap.c change suggestions to other file said to lowercase "ansi", caused reference issues, changed all instances of "ANSI" to "ansi". * Update keymap.c more capitalization fixes * Update keyboards/handwired/3dp660/readme.md shortened imgur url * Update keyboards/handwired/3dp660/rules.mk remove extraneous comments * Delete config.h * Update keyboards/handwired/3dp660/rules.mk * Update 3dp660.c add license headers to all .c and .h files * Update 3dp660.h added license header to all .c and .h files. * Update keymap.c added license header to all .c and .h files. * Update keymap.c added license header to all .c and .h files. * Update keyboards/handwired/3dp660/readme.md Add maintainer URL * Update keyboards/handwired/3dp660/keymaps/default/keymap.c remove extraneous default keymap layers * Update keyboards/handwired/3dp660/keymaps/default/rules.mk * Update rules.mk Moved LTO to keyboard level. * Update rules.mk Moved LTO to keyboard level. * Delete rules.mk Made obsolete by LTO move to keyboard level. * Update keyboards/handwired/3dp660/rules.mk capitalization errors. * Apply suggestions from code review Housekeeping, changing code for readability.
* Add ai03/soyuz:via * Update config.h * Update keymap.c * Revert "Update keymap.c" This reverts commit e3766b3. * Update keymap.c * Update keymap.c * Update keyboards/ai03/soyuz/config.h
* edit vid and pid * add VIA keymap * add my name to the readme * Update keyboards/gray_studio/hb85/keymaps/via/config.h * we have a third endpoint, no need to disable mousekeys * Update keyboards/gray_studio/hb85/keymaps/via/keymap.c * add license header
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: James Young <[email protected]>
Co-authored-by: James Young <[email protected]>
* Modifed for BKS65 * Added test board * attempts * Working compile * updated rules for processor frequency and documented * Disabed some deprecated features * Removed extraneous code * remove test code * Renamed board * LED and layer code * Added via support * Update keyboards/fjlabs/bolsa65/bolsa65.c Fixed indentation as suggested. * Update keyboards/fjlabs/bolsa65/config.h Removed extraneous defaults * Update keyboards/fjlabs/bolsa65/keymaps/default/keymap.c Different layer enumeration method * Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c New layer enumeration method. * Update keyboards/fjlabs/bolsa65/config.h Removed extraneous description. * Update keyboards/fjlabs/bolsa65/keymaps/via/rules.mk Removed extraneous bootmagic * Update keyboards/fjlabs/bolsa65/rules.mk Updated rules * Update keyboards/fjlabs/bolsa65/readme.md Markdown list formatting * Update keyboards/fjlabs/bolsa65/bolsa65.h Changed layout name * Update keyboards/fjlabs/bolsa65/info.json Changed layout name * Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c Changed Layout name * Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c Change layout name * Changed layout names * Updated readme to reflect new keyboard name * Update keyboards/fjlabs/bolsa65/config.h Removed extraneous code * Added license file header * Removed VSCode folder * Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c * Update keyboards/fjlabs/bolsa65/info.json * Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
Add keymaps for Soy20PCB for QMK/VIA support
5 tasks
Something is up here as a lot of unrelated files are being updated. |
I'm not sure what the issue is with my pull request, would you like me to close this one and reattempt? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
adds qmk and via supported keymaps for the soy20 pcb.
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist