summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2022-05-20Ryan Skidmore rskeys100 Community Layout Support (#17159)James Young
2022-05-20Dailycraft Sandbox Configurator Data (#17169)James Young
2022-05-20[Keyboard] yeti LED index correction (#17138)Albert Y
2022-05-20[Keyboard] Add eeprom IC-less rev for MechWild OBE and Waka60 (#17126)Kyle McCreery
2022-05-20[Keyboard] rskeys100 LED index correction (#17139)Albert Y
2022-05-20[Keyboard] Update Layouts for MB-65S and MB-65H (#17160)AnthonyNguyen168
2022-05-20[CI] Format code according to conventions (#17164)QMK Bot
2022-05-19[Keyboard] 0xc_pad LED index correction (#17120)Albert Y
2022-05-19[Keyboard] launch_1 LED index correction (#17118)Albert Y
2022-05-19[Keyboard] Add Eu isolation Keyboard (#17102)aadriance
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: TuckTuckFloof <stnashmore@gmail.com>
2022-05-19[Keyboard] add rad keyboard (#17088)anubhav dhiman
Co-authored-by: zvecr <git@zvecr.com>
2022-05-19[Keyboard] Add miniZone keyboard (#16644)takashicompany
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-05-19KBDfans Tiger80 Community Layout Support and Keymap Touch-Up (#17149)James Young
* info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_tkl_f13_ansi_tsangan * enable Community Layout support * refactor keymaps to use grid alignment
2022-05-19KBDfans Phase One Layout Macro Additions and Configurator Data (#17148)James Young
* phaseone.h: add matrix diagram * add QMK Configurator data * add LAYOUT_65_ansi_blocker_split_bs macro * add LAYOUT_65_ansi_wkl_split_bs macro * add LAYOUT_65_iso_blocker macro * add LAYOUT_65_iso_blocker_split_bs macro * add LAYOUT_65_iso_wkl macro * add LAYOUT_65_iso_wkl_split_bs macro * rename LAYOUT_65_ansi_wkl to LAYOUT_65_ansi_blocker_tsangan_wkl Differentiates the layout supported here from QMK's `65_ansi_blocker_tsangan` Community Layout, which is equivalent to this but with a 1u GUI key between Left Ctrl and Left Alt. * rename new layout macros for codebase consistency - `LAYOUT_65_ansi_wkl_split_bs` -> `LAYOUT_65_ansi_blocker_tsangan_wkl_split_bs` - `LAYOUT_65_iso_wkl` -> `LAYOUT_65_iso_blocker_tsangan_wkl` - `LAYOUT_65_iso_wkl_split_bs` -> `LAYOUT_65_iso_blocker_tsangan_wkl_split_bs` * add reference keymaps Add keymaps which demonstrate the layout macro implementations.
2022-05-19Hineybush Ibis Layout Additions and Configurator Rendering Update (#17132)James Young
* info.json: apply friendly formatting * info.json: remove dead space from rendering * info.json: insert line breaks between physical rows in layout data * info.json: fix overlap in key rendering Fixes an issue where the ANSI Enter key renders on top of the ISO Hash/Tilde key, visually hiding the latter. * add LAYOUT_ansi_all macro with associated keymap Duplicates `LAYOUT_all`, but with the ISO Hash/Tilde and ISO Backslash keys removed. - ANSI Enter and 2.25u Left Shift - Backspace, Right Shift, Numpad Plus and Numpad Enter all split - 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row * add LAYOUT_iso_all macro with associated keymap Duplicates `LAYOUT_all`, but with the ANSI Backslash key removed. - ISO Enter and 1.25u Left Shift - Backspace, Right Shift, Numpad Plus and Numpad Enter all split - 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row
2022-05-19Update mtei's keymap (helix/rev2:five_rows, helix/pico:mtei, ↵Takeshi ISHII
helix/rev3_5rows:five_rows) (#16966) * add users/mtei/key_blocks.h This change does not alter the binary of the build result. Moved common macro definitions in the following files to users/mtei/key_blocks.h. * keyboards/helix/rev2/keymaps/five_rows/keymap.c * keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c * remove INIT_HELIX_OLED() in helix:five_rows This change does not alter the binary of the build result. * update helix/pico/keymaps/mtei/keymap.c Changed helix/pico/keymaps/mtei/keymap.c to use users/mtei/key_blocks.h. This change does not alter the binary of the build result. * Remove old SSD1306OLED code from users/mtei/oled_display.c This change does not alter the binary of the build result. * add options ENABLE_COLEMAK, ENABLE_DVORAK and ENABLE_EUCALYN into five_rows/keymap.c * add users/mtei/{config.h,rules.mk,user_featues.mk,user_options.mk} * move layer_names[] from users/mtei/oled_display.c to keymaps/five_rows/keymap.c * Update keyboards/helix/pico/keymaps/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/pico/keymaps/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/pico/keymaps/mtei/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev2/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev2/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev2/keymaps/five_rows/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/cpp_map.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/cpp_map.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/debug_config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/debug_config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/layer_number_util.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-05-17Frooastside Walnut Community Layout Support (#17112)James Young
* LAYOUT_iso: move Enter to home row This commit makes the layout macro compatible with QMK's `tkl_nofrow_iso` Community Layout. * rename LAYOUT_ansi to LAYOUT_tkl_nofrow_ansi * rename LAYOUT_iso to LAYOUT_tkl_nofrow_iso * enable Community Layout support
2022-05-17Adding VIA support for bfo-9000 (#17116)John-Schreiber
2022-05-17fix non-working builds (#17123)Xelus22
2022-05-16[Keyboard] Fixed Gas75 info.json and keymap for M64 RGB (#17081)HorrorTroll
2022-05-16[Keyboard] lulu LED index correction (#17108)Albert Y
2022-05-16[Keyboard] Latinpad LED index correction (#17109)Albert Y
2022-05-16[Keyboard] mach3 LED index correction (#17110)Albert Y
2022-05-16[Keyboard] Add Iron165R2 PCB support (#16948)Álvaro A. Volpato
2022-05-16[Keyboard] Fix too many elements in g_led_config for quark_lp (#17117)Drashna Jaelre
2022-05-16[Keyboard] Fix compilation issues for Quark LP (#17009)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-05-17DigiCarpice Configurator Rendering Fix (#17113)James Young
* info.json: apply friendly formatting * info.json: rebuild layout data
2022-05-16fix tiger80 matrix error (#17107)moyi4681
2022-05-14Eason Capsule65 Community Layout Support (#17090)James Young
* capsule65.h: modify matrix diagram Taken from the VIA layout data. * rename LAYOUT to LAYOUT_all * add LAYOUT_65_ansi macro * add LAYOUT_65_ansi_blocker macro * add LAYOUT_65_ansi_blocker_tsangan macro * add LAYOUT_65_ansi_split_bs macro * add LAYOUT_65_ansi_blocker_split_bs macro * add LAYOUT_65_ansi_blocker_tsangan_split_bs macro * add LAYOUT_65_iso macro * add LAYOUT_65_iso_split_bs macro * add LAYOUT_65_iso_blocker macro * add LAYOUT_65_iso_blocker_split_bs macro * add LAYOUT_65_iso_blocker_tsangan macro * add LAYOUT_65_iso_blocker_tsangan_split_bs macro * enable Community Layout support * info.json: update maintainer value This field is meant to reference the maintainer's GitHub username.
2022-05-14Axolstudio Foundation Gamma: Community Layout Support (#17080)James Young
* LAYOUT_tkl_f13_ansi_tsangan support Renames `LAYOUT_ansi_tsangan` to `LAYOUT_tkl_f13_ansi_tsangan`. Also enables Community Layout support. * LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift support
2022-05-14Avalanche: add QMK Configurator data (#17092)James Young
* avalanche/v1: add info.json * avalanche/v2: add info.json * avalanche/v3: add info.json
2022-05-14Clickety Split Leeloo: QMK Configurator Fixes (#17093)James Young
* info.json: fix key sequence error * info.json: fix visual rendering Clarify the physical locations of the keys. * info.json: update maintainer field This field is meant to reference the maintainer's GitHub username.
2022-05-13[Keyboard] Add M64 RGB (#17069)HorrorTroll
2022-05-13[Keyboard] Add keyboard "Spreadwriter" (#17031)takashicompany
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-05-13[Keyboard] Fixed info.json issue, some key got wrong pos for Gas75 (#17070)HorrorTroll
2022-05-12[Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update ↵Stephon Parker
layout (#16787) Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Stephon Parker <stephonparker@Stephons-MacBook-Pro.local>
2022-05-12[Keyboard] H60 updates (#16999)Josh Hinnebusch
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-05-12[Keyboard] Add caps and num indicators to Balance keyboard (#17075)Andrew Kannan
2022-05-12[Keyboard] KBIC65 Refactor (#17066)James Young
2022-05-12[Keyboard] Refactor mechwild/mokulua (#17068)jack
2022-05-11[Keyboard] Move M63 RGB into maker folder (#17061)HorrorTroll
2022-05-12initial (#17067)jack
2022-05-11[Keyboard] Add Mokulua keyboard (#17055)Kyle McCreery
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-05-11[Keyboard] Cleanup zhou65 and add nz64 keyboard (#17032)JX
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-05-11[Keyboard] Add Black E6.5 keyboard (#16807)HorrorTroll
2022-05-11[Keyboard] Revert "Fix id67 RGB Matrix (#16916)" - on IDOBAO ID67 kb (#16917)Vino Rodrigues
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-05-11[Keyboard] remove handwired/reddot as per #14211 (#17033)Vino Rodrigues
2022-05-11[Keyboard] Add ano keyboard (#16885)sauvehoo
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-05-11[Keyboard] Littlefoot lx dev (#16771)TJ
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-05-11[Keyboard] Yakiimo PCB (#16984)4pplet
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>