summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2021-10-07Dyz60 touch-up (#14742)James Young
* friendly-format info.json * refactor keymaps - update grid alignment - use four-space indent - use QMK short-form keycodes * correct info.json layout data Adds three missing positions, and corrects some key sizes. * add matrix diagram to dyz60.h * add LAYOUT_60_ansi * add LAYOUT_60_iso * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_iso_split_bs_rshift * add readme * Remove duplication between config.h and info.json Duplicating settings between config.h and info.json leads to warnings when compiling. Removes the duplicated settings from config.h.
2021-10-07Dyz40 Configurator fixes (#14739)James Young
* add matrix diagram to keyboard header file * friendly-format info.json * correct layout data * add legends to info.json key labels * add LAYOUT_split_space_split_bs Rename the `LAYOUT` tree in info.json to `LAYOUT_split_space_split_bs`, and add a corresponding layout macro. * add LAYOUT_all data to info.json * add LAYOUT_7u_space * add LAYOUT_7u_space_split_bs * add LAYOUT_split_space * convert tabs to spaces in dyz40.h
2021-10-07update product id for selka40 (#14629)Bahrul Hidayat
2021-10-07Enabled Bootmagic Lite (#14573)jmcwilliams403
* Enabled Bootmagic Lite * Enabled Bootmagic Lite Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2021-10-06Updated Keychron Q1 user keymap (#14666)Grayson Carr
* Updated Keychron Q1 user keymap - Added Caps Lock indicator - Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA * Only use VIA keycode range if VIA is enabled * Reformatted led_indexes enum to match layout * Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Fixes * Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color * Fixed int sizing for keycodes
2021-10-06Mode M65S touch-up (#14722)James Young
* add Configurator data * rename README.md to lowercase API can't find this file unless the filename is lowercase (`readme.md`). * readme touch-up Correct typos and improve some grammar and Markdown.
2021-10-05MelGeek Mach80: correct Configurator layout (#14716)James Young
Adds a 0.5u gap between the top two rows.
2021-10-05[Keyboard] Add basic Keyhive Sofle support (#14296)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2021-10-050xc7/61key touch-up (#14712)James Young
* correct Configurator layout data * rename LAYOUT to LAYOUT_60_ansi * correct info.json maintainer field Use the maintainer's GitHub username. * correct the compiling/flashing instructions Keyboard value is relative to `qmk_firmware/keyboards/`.
2021-10-05Durgod DGK6X Galaxy: correct Configurator layout (#14714)James Young
Top row had a y-value of 1, which placed it behind the number row when rendered.
2021-10-04[Keyboard] Update Iris default keymap (#14701)Danny
2021-10-04[Keyboard] Added DC MC 001 (#14661)Daniel Cormier
2021-10-04[Keyboard] add dztech duo_s keyboard (#14625)moyi4681
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-10-03[Keyboard] Add Iris Rev. 6 (#14683)Danny
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-03[Keyboard] Fix Mechlovin's Olly/BB keyboard matrix file (#14680)Drashna Jaelre
2021-10-03[Keyboard] Disable RGBLIGHT on mokey64 (#14681)Drashna Jaelre
2021-10-03[Keyboard] Add anti-ghosting support to Model M Converter (#14049)tiltowait
2021-10-03[Keyboard] Fix key routing for Keyprez Rhino ergo keys (#14589)Christian Sandven
2021-10-02[Keyboard] Adding kbnordic nordic60 (#14555)4pplet
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
2021-10-02[Keyboard] Add JP60 keyboard (#14219)ai03
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-02[Keyboard] Add Olly BB PCB (#14545)mechlovin
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-02[Keyboard] Modify mokey64 (#14612)rhmokey
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-02[Keymap] Updates to Personal Kyria Keymap (#14669)john-ezra
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-01[Keyboard] Convert ZSA's Moonlander keyboard to matrix lite (#14667)Drashna Jaelre
2021-10-02Add FIRMWARE_FORMAT = hex for /keyboards/kinesis/kint36 and ↵negatv
/keyboards/kinesis/kint41 (#14665) * Specify hex as the default FIRMWARE_FORMAT which is copied to qmk_firmware root folder * Specify hex as the default FIRMWARE_FORMAT which is copied to qmk_firmware root folder Co-authored-by: sadkins <sadkins@iMac-Pro.local>
2021-09-30Quark_LP- change MCU and RGB (#14650)npspears
2021-09-30Remove firmware size impact notes from <keyboard>/rules.mk (#14652)James Young
2021-09-30Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan
2021-09-30Mechlovin Hex4B: extend layout support (#14651)James Young
* use XXX for KC_NO in hex4b.h * add matrix diagram to hex4b.h * rename LAYOUT to LAYOUT_all * remove reference to KBFirmware JSON Parser * info.json: add line breaks between rows * rename LAYOUT_all to LAYOUT_split_bs - LAYOUT alias for backward compatibility - LAYOUT_all alias to signify support for every matrix position * add LAYOUT_2u_bs * add LAYOUT_tsangan_split_bs * add LAYOUT_tsangan_2u_bs * info.json: remove meta key
2021-09-30Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan
2021-09-29Mechlovin Hannah60RGB touch-up (#14646)James Young
* use XXX for KC_NO in rev1.h * add matrix diagram to rev1.h * remove reference to KBFirmware JSON Parser from rev1.h * use XXX for KC_NO in rev2.h * add matrix diagram to rev2.h * add LAYOUT_60_ansi and LAYOUT_60_iso * enable Community Layout support * update info.json metadata - specify keyboard revision in keyboard_name - use GitHub username in maintainer field * remove reference to KBFirmware JSON Parser from main rules.mk
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre
* Fix USB_6KRO_ENABLE compilation errors * Add info to docs * Rename define to be more accurate * Remove unused rule * Refixe docs
2021-09-29[Keyboard] add support for Quark_LP (#14552)npspears
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-29[Keyboard] Update Grandiceps to Rev2 (#14618)vattern
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Thys de Wet <thys@vectorphoto.co.uk>
2021-09-29[Keymap] Jonavin murphpad keymap update (#14637)jonavin
Co-authored-by: Jonavin <=>
2021-09-29[Keyboard] Updates for Tractyl Manuform config (#14641)Drashna Jaelre
2021-09-29[Keyboard] Fix end of file issue for Owlab suit80 (#14640)Drashna Jaelre
2021-09-28[Keymap] Keychron Q1 user keymap (#14636)Grayson Carr
2021-09-28convert checkerboards/quark_squared:via rules.mk to Unix line endings (#14638)James Young
2021-09-28Mechlovin Delphine: add LAYOUT_numpad_6x4 (#14635)James Young
* add LAYOUT_numpad_6x4 * tidy-up info.json data * use GitHub account name for maintainer field * remove meta key * add matrix diagram to delphine.h * update Community Layout support
2021-09-28[Keymap] fix NKRO - switch to get_mods() and refactor encoder action code ↵jonavin
(#14278) Co-authored-by: Jonavin <=>
2021-09-28[Keyboard] Yampad VIA support (#14397)Greg Knapp
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-28[Keyboard] Add OwLab Suit80 (#14362)owlab-git
* add suit80 files * first add suit80 files * modified suit80 files * layout change * modified again * changed png url
2021-09-28[Keymap] arkag userspace/keymap -- new macro and minor preonic keymap change ↵Alexander Kagno
(#14623) Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-28[Keyboard] Pteron36 (#13475)Harshit Goel
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Harshti Goel <harshitgoel@licious.com>
2021-09-28Mechlovin Adelais: add support for full-length Right Shift (#14622)James Young
* add layout variants with 2.75u Right Shift * move layout alias to info.json * match info.json labels to matrix positions Edits the label keys in info.json to match the matrix position identifiers in adelais.h. * info.json: add line breaks between keyboard rows * info.json: use GitHub username in maintainer field
2021-09-27[Keyboard] Add dz60rgb_ansi v2_1 (#14614)Dasky
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-27[Keyboard] z12 micropad by zigotica (#14583)Sergi Meseguer
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-27[Keyboard] Add BM80 Keyboard (#12948)peepeetee
* Initial compatibility with bm80 * move files to kprepublic directory, see #12159 * fix pin assignment * Revert "fix pin assignment" This reverts commit 5a53a74953a23bb5064c11d5d9e6daf007a54872. * add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken * fixed flags( not sure, please check) * fixed number of LEDs * add comment about f11 * remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED * readme.md * add via keymap * add info.json with help from noroadsleft's converter * add suspended state implementation, I don't think it's working * update to my testing setup * restore erroneously included bm68rgb config * Update keyboards/kprepublic/bm80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * add reset instructions * change reset instruction grammar * remove not working sleep function, add comment for RGB flags * add LED mapping comments * change readme grammar * replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects * re-enable peepeetee/config.h, updating my disabled effect list * updating my disabled effect list * update LED struct documentation * update readme with RGB matrix effect information * Update keyboards/kprepublic/bm80/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * move files back to keyboard from keyboard/kprepublic, see 85b33d6 and qmk#12159 * Apply suggestions from code review Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * cleanup peepeetee keymap * update peepeetee keymap; rebase on current master * moved to /kprepublic, see #12159 * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-28Zinc: Clean up LTO rules (#14597)Ryan