summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803)James Young2022-04-066-37/+119
| | | | | | | | | | | | | | | | | | | * keeb68.h: use QMK 3-character notation * physically arrange layout macro Moves the keycodes for Equals and Right Bracket to their proper places on the Number and Tab rows, respectively. Also refactors the keymaps to use QMK-native keycode aliases, grid alignment, and four-space indent. * move `keymaps/grv_esc/readme.md` to `keymaps/default/` The file contents say "default keymap". * enable Community Layouts support * add QMK Configurator data * touch-up `rules.mk`
* QK65 Solder Community Layout Support (#16796)James Young2022-04-065-94/+753
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor solder.h - use QMK 3-character notation - convert tabs to spaces * solder.h: add matrix diagram * rename LAYOUT_solder to LAYOUT_all * rename LAYOUT_iso to LAYOUT_65_iso_blocker Also adds Community Layouts rule to `rules.mk`. * info.json: improve formatting - convert tabs to spaces - format file to four-space indent * refactor keymaps - convert tabs to spaces - update grid alignment of keycodes - remove trailing whitespace * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_iso_blocker_split_bs * add LAYOUT_65_ansi_blocker_tsangan * add LAYOUT_65_iso_blocker_tsangan * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_iso_blocker_tsangan_split_bs * remove 65_ansi_blocker_tsangan_split_bs from `LAYOUTS` rule
* QK65 Hotswap Community Layout Support (#16793)James Young2022-04-065-72/+77
| | | | | | | | | | * qk65 hotswap: Community Layout support - renames `LAYOUT_hotswap` to `LAYOUT_65_ansi_blocker` - adds Community Layouts rule to `rules.mk` * refactor keymaps Edits the keymaps to align the keycodes in a grid. Whitespace-only change.
* Add Iris Rev 6.1 (#16722)Danny2022-04-055-0/+343
|
* RGBKB Sol 3 rev1: Configurator Data and Readme (#16798)James Young2022-04-052-0/+144
| | | | | * add QMK Configurator data * add readme file
* Cutie Club Novus Layout Macro Updates (#16792)James Young2022-04-055-315/+389
| | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_60_ansi_split_bs_rshift Maintains `LAYOUT_all` as an alias to `LAYOUT_60_ansi_split_bs_rshift`. * novus.h: use QMK 3-character notation * novus.h: add matrix diagram * add LAYOUT_60_ansi * add LAYOUT_60_ansi_tsangan * refactor keymaps - update grid alignment - use QMK-native keycode aliases * add LAYOUT_60_ansi_tsangan_split_bs_rshift * rules.mk: update Community Layouts list
* Format code according to conventions (#16802)QMK Bot2022-04-051-2/+2
|
* Fix lineendings for eason/capsule65 (#16801)Erovia2022-04-052-144/+144
|
* add folders and capsule65 (#16687)eason2022-04-059-0/+342
|
* Wavtype Foundation Layout Macro Refactor and Configurator Update (#16781)James Young2022-04-047-89/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * info.json: update layout data - update labels to make them QMK CLI friendly - update key sizes and dimensions (removes key overlaps and mis-locations) * foundation.h: edit white space - convert tabs to spaces - edit alignment of arrays * foundation.h: add matrix diagram * rename LAYOUT to LAYOUT_ansi_split_bs * rename LAYOUT_tkl_ansi_7u to LAYOUT_ansi_tsangan_split_bs * rename LAYOUT_tkl_iso to LAYOUT_iso_split_bs_rshift * rename LAYOUT_tkl_iso_7u to LAYOUT_iso_tsangan_split_bs_rshift * refactor keymaps - use definitions from `layer_names` enum - use grid alignment - use QMK-native keycode aliases * add reference keymaps Add `default_ansi_tsangan_split_bs`, `default_iso_split_bs_rshift`, and `default_iso_tsangan_split_bs_rshift` keymaps. * refactor ISO layouts Edits the ISO layout macros so that the keycode for Enter is to the end of the home row. * info.json: fix LAYOUT_iso_tsangan_split_bs_rshift reference Thanks to zvecr.
* Hineybush H65 Hotswap Layout Additions and Configurator Update (#16780)James Young2022-04-045-61/+512
| | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * h65_hotswap.h: use QMK 3-character notation * h65_hotswap.h: add matrix diagram * rename LAYOUT to LAYOUT_all * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_iso_blocker * add LAYOUT_65_iso_blocker_split_bs * grid align keycodes in keymaps * rules.mk: align inline comments
* Hineybush H65 Layout Additions and Configurator Update (#16779)James Young2022-04-045-55/+865
| | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * h65.h: use QMK 3-character notation * h65.h: add matrix diagram * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_ansi_blocker_tsangan * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_iso_blocker * add LAYOUT_65_iso_blocker_split_bs * add LAYOUT_65_iso_blocker_tsangan * add LAYOUT_65_iso_blocker_tsangan_split_bs * grid align keycodes in keymaps * rules.mk: align inline comments
* usb-usb converter: fix layout macros (#16769)Ryan2022-04-031-3/+3
|
* [Keyboard] handwired/m40/5x5_macropad (#16288)m40-dev2022-03-298-0/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding the custom handwired 5x5 macropad. * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/rules.mk * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update readme.md fixed the github link to my profile * Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.c * Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h * Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h * Update keyboards/handwired/m40/5x5_macropad/config.h * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/config.h * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/keymaps/default/keymap.c * Apply suggestions from code review * added discord Id for maintainer contact * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/info.json
* [Keyboard] Change linworks Dolice product ID to non-duplicate value (#16745)Moritz2022-03-281-1/+1
|
* [Keyboard] Add Mino Hotswap PCB (#16664)Shandon Anderson2022-03-2611-0/+850
| | | Co-authored-by: Shandon Anderson <shandon@shandon.codes>
* Fix typos in matrix/noah readme (#16735)Lê Nguyễn Hoàng Nhân2022-03-261-2/+2
| | | Change "keybaord" to keyboard
* [Keyboard] Add nt210 (#16461)Evelien Dekkers2022-03-257-0/+203
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add YDKB Grape PCB (#16661)somepin2022-03-2510-0/+473
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] corne and planck keyboards keymaps (#15570)Anton2022-03-2510-0/+986
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* update kprepublic/bm60hsrgb_poker/rev1/keymaps/carlosala keymap (#16725)Carlo Sala2022-03-242-0/+2
|
* [Keyboard] Add keyboard level encoder function for GMMK Pro (#16721)jack2022-03-231-0/+14
|
* [Keyboard] Add support for XT60 (#16708)kopibeng2022-03-239-0/+389
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Xiudi XD75 Finnish/Swedish keymap (#16311)Minna Pallari2022-03-234-0/+100
|
* [Keymap] Add dhertz keychron map v0 (#16571)Dan Hertz2022-03-233-1/+96
|
* [Keyboard] Waffling60 - readme update (#16707)4pplet2022-03-231-0/+7
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* [Keymap] Input Club's Whitefox "True Fox" (#16711)Dan Beste2022-03-231-0/+60
|
* [Keyboard] Graystudio Apollo80 (#16469)ChrisBeswick2022-03-2211-0/+429
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Axolstudio Foundation Gamma (#15948)kb-elmo2022-03-229-0/+436
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key (#16695)Luc2022-03-222-27/+82
|
* [Keyboard] add oled_task_kb() into keyboards/helix/rev2/rev2.c (#16697)Takeshi ISHII2022-03-213-4/+30
|
* Droxx keymap (#16607)Droxx2022-03-204-0/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add droxx kaymap * add droxx keymap * fixed config.h * fixed rules.mk * fixed rules.mk * updated readme.md * Update config.h * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update config.h * Update readme.md * Update keymap.c
* Add Rart75 hotswap and support via (#16619)Alabahuy2022-03-209-0/+385
| | | | | | | | | | | * Add Keyboard Rart75 Hotswap version * Update readme * Update config and readme * Update info.json * update readme and keymaps
* Add MutePad keyboard (Handwired) (#16590)Joshua Barber2022-03-208-0/+224
| | | | | | | | | * Add MutePad keyboard * Update info.json and readme * Move mutepad to handwired folder * Address PR comments
* `device_ver` -> `device_version` for some more boards (#16685)Ryan2022-03-1912-15/+15
|
* [Keyboard] Update Tractyl Manuform config files (#16684)Drashna Jaelre2022-03-182-46/+0
|
* annepro2: Add more LED functionalities to default-layer-indicators (#16676)Florian2022-03-183-2/+17
|
* [Keyboard] Add nullbits TIDBIT (#15182)Jay Greco2022-03-1613-0/+772
|
* gboards/butterstick: move steno rules config to keymap level (#16666)Ryan2022-03-162-4/+4
|
* Fix m3n3van and minim keyboard names in keymap JSON (#16665)Ryan2022-03-162-2/+2
|
* Update the AL1 Vender ID (#16660)Yakbats2022-03-161-1/+1
| | | | | | | | | * Add via to AL1 * Updated number of rows and columns, and applied suggestions from code review * Update Vender ID Change the Vender ID for Triangle Lab to comply with the via PR checklist.
* [MB-65S] Change layout to follow change request from OEM (#16663)AnthonyNguyen1682022-03-163-38/+38
|
* yugo_m enhancement: include all available key positions (#16216)an_achronism2022-03-1511-28/+176
| | | * yugo_m enhancement to include all available key positions in matrix
* [Keyboard] Add Dolice keyboard (#16186)Moritz2022-03-159-0/+558
|
* [Keymap] Planck Keymap: tomkonidas (#15869)Tom Konidas2022-03-154-0/+501
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-15958-2807/+32
| | | | (#16655)
* [Keyboard] Fix westm/westm68 compliation errors (#16657)jack2022-03-154-10/+6
|
* [Keyboard] Io mini1800 (#16115)jpuerto962022-03-1510-0/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First commit * first commit * 2x3u layout functional * 625u layout * rotary encoder * Modifications to keymaps * Remove ingrained from io_mini branch * Update readme * Update info.json * change hardware availability * Change rules.mk wording to match other PR * Update keyboards/io_mini1800/rules.mk * Update keyboards/io_mini1800/keymaps/default/keymap.c * Update keyboards/io_mini1800/keymaps/2x3u/keymap.c * Update keyboards/io_mini1800/io_mini1800.c * Update keyboards/io_mini1800/keymaps/2x3u/readme.md * Update keyboards/io_mini1800/readme.md
* [Keyboard] Adding Gerald65 (#15872)PaperCraneKeyboards2022-03-158-0/+316
| | | | | | | | | | | | | | | | | | | | | | * Gerald65 new keyboard files * removing initial population of pck * Initial Gerald65 Keyboard files * Changed diode direction * added fn layer, added picture to readme * directed mo keycode to fn layer * Changes to vendor id and bootloader instructions * Changed to direct image reference * Update keyboards/papercranekeyboards/gerald65/readme.md * Remove no longer used features
* [Keyboard] Add Bacca70 keyboard (#16626)thompson-ele2022-03-1512-0/+576
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>