summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add Eu isolation Keyboard (#17102)aadriance2022-05-1918-0/+594
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: TuckTuckFloof <stnashmore@gmail.com>
* [Keyboard] add rad keyboard (#17088)anubhav dhiman2022-05-1910-0/+244
| | | Co-authored-by: zvecr <git@zvecr.com>
* [Keyboard] Add miniZone keyboard (#16644)takashicompany2022-05-1910-0/+688
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* KBDfans Tiger80 Community Layout Support and Keymap Touch-Up (#17149)James Young2022-05-195-38/+137
| | | | | | | | | * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_tkl_f13_ansi_tsangan * enable Community Layout support * refactor keymaps to use grid alignment
* KBDfans Phase One Layout Macro Additions and Configurator Data (#17148)James Young2022-05-1910-1/+1061
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Hineybush Ibis Layout Additions and Configurator Rendering Update (#17132)James Young2022-05-193-724/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update mtei's keymap (helix/rev2:five_rows, helix/pico:mtei, ↵Takeshi ISHII2022-05-1912-563/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Frooastside Walnut Community Layout Support (#17112)James Young2022-05-173-11/+16
| | | | | | | | | | | * 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
* Adding VIA support for bfo-9000 (#17116)John-Schreiber2022-05-172-0/+43
|
* fix non-working builds (#17123)Xelus222022-05-172-5/+8
|
* [Keyboard] Fixed Gas75 info.json and keymap for M64 RGB (#17081)HorrorTroll2022-05-163-3/+3
|
* [Keyboard] lulu LED index correction (#17108)Albert Y2022-05-161-10/+10
|
* [Keyboard] Latinpad LED index correction (#17109)Albert Y2022-05-161-11/+9
|
* [Keyboard] mach3 LED index correction (#17110)Albert Y2022-05-161-3/+3
|
* [Keyboard] Add Iron165R2 PCB support (#16948)Álvaro A. Volpato2022-05-1627-0/+972
|
* [Keyboard] Fix too many elements in g_led_config for quark_lp (#17117)Drashna Jaelre2022-05-161-1/+1
|
* [Keyboard] Fix compilation issues for Quark LP (#17009)Drashna Jaelre2022-05-163-24/+14
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* DigiCarpice Configurator Rendering Fix (#17113)James Young2022-05-171-2/+149
| | | | | * info.json: apply friendly formatting * info.json: rebuild layout data
* fix tiger80 matrix error (#17107)moyi46812022-05-161-1/+1
|
* Eason Capsule65 Community Layout Support (#17090)James Young2022-05-145-20/+1111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Axolstudio Foundation Gamma: Community Layout Support (#17080)James Young2022-05-145-11/+17
| | | | | | | * 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
* Avalanche: add QMK Configurator data (#17092)James Young2022-05-143-0/+235
| | | | | | | * avalanche/v1: add info.json * avalanche/v2: add info.json * avalanche/v3: add info.json
* Clickety Split Leeloo: QMK Configurator Fixes (#17093)James Young2022-05-141-7/+7
| | | | | | | | | | | * 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.
* [Keyboard] Add M64 RGB (#17069)HorrorTroll2022-05-1313-5/+728
|
* [Keyboard] Add keyboard "Spreadwriter" (#17031)takashicompany2022-05-138-0/+799
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Fixed info.json issue, some key got wrong pos for Gas75 (#17070)HorrorTroll2022-05-131-6/+6
|
* [Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update ↵Stephon Parker2022-05-128-1/+577
| | | | | | | | 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>
* [Keyboard] H60 updates (#16999)Josh Hinnebusch2022-05-123-31/+29
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add caps and num indicators to Balance keyboard (#17075)Andrew Kannan2022-05-121-1/+5
|
* [Keyboard] KBIC65 Refactor (#17066)James Young2022-05-1211-412/+909
|
* [Keyboard] Refactor mechwild/mokulua (#17068)jack2022-05-1225-414/+33
|
* [Keyboard] Move M63 RGB into maker folder (#17061)HorrorTroll2022-05-1113-20/+22
|
* initial (#17067)jack2022-05-121-16/+16
|
* [Keyboard] Add Mokulua keyboard (#17055)Kyle McCreery2022-05-1126-0/+1161
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Cleanup zhou65 and add nz64 keyboard (#17032)JX2022-05-1120-68/+510
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add Black E6.5 keyboard (#16807)HorrorTroll2022-05-1114-6/+3558
|
* [Keyboard] Revert "Fix id67 RGB Matrix (#16916)" - on IDOBAO ID67 kb (#16917)Vino Rodrigues2022-05-1115-273/+139
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] remove handwired/reddot as per #14211 (#17033)Vino Rodrigues2022-05-118-278/+0
|
* [Keyboard] Add ano keyboard (#16885)sauvehoo2022-05-117-0/+228
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Littlefoot lx dev (#16771)TJ2022-05-1115-0/+428
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Yakiimo PCB (#16984)4pplet2022-05-1111-0/+297
| | | | | | 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>
* [Keyboard] Update YMDK Split 64 config (#16979)Minke Zhang2022-05-112-4/+10
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add subrezon/la_nc keyboard (#16833)Daniel Osipishin2022-05-119-0/+251
| | | | | | 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: Daniel Osipishin <daniel.osipishin@retarus.de>
* KBDfans KBD75 Refactor - 2022 Edition (#17052)James Young2022-05-1117-500/+1809
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
* [Keyboard] fix tf65rgbv2 keyboard layout (#17029)Willy Breitenbach2022-05-111-2/+2
|
* [Keyboard] Add usable tap-hold defaults for ferris via (#16696)Albert Y2022-05-111-0/+9
|
* [Keyboard] Momokai Tap Trio (#16463)peepeetee2022-05-119-0/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add winry3m3w * change name to Momokai Tap Trio * Delete settings.json * add rgb effects * amend default keymap * add limited RGB controls to default keymap * fix VAD * Update keyboards/momokai/tap_trio/tap_trio.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/momokai/tap_trio/tap_trio.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/momokai/tap_trio/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/momokai/tap_trio/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * implement RGB matrix, change default keymap * change keymaps * change rgb effects * comment out the RGB matrix and switch back to RGB light due to VIA not playing ball Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Axostudio Yeti hotswap version (#16820)kb-elmo2022-05-1118-4/+461
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Fix led num for center_enter/qoolee (#17050)takashicompany2022-05-102-2/+2
|
* Adding akira (#16982)Eugene-Yuan Kou2022-05-1010-0/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * keyboard:akira initial commit * Update keyboards/ekow/akira/akira.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ekow/akira/keymaps/via/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ekow/akira/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update .gitignore Co-authored-by: Joel Challis <git@zvecr.com> * Update readme.md * Update keyboards/ekow/akira/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk remove redundant content. * added keyboard/ekow/keymaps/via/keymap.c * remove .ccls-cache * add instructions of enter the bootloader * add instructions of enter the bootloader * modify ekow/akira:via * Update keyboards/ekow/akira/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ekow/akira/keymaps/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>