summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2021-11-10[Keyboard] Fix compilation issues for teleport numpad (#15110)Drashna Jaelre
2021-11-10[Keyboard] Add Paroxysm keyboard to Cradio (#15097)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-10[Keyboard] Update mb44.h (#15092)melonbred
2021-11-10[Keyboard] PK64RGB Keyboard Addition (#14627)Barry Huang
2021-11-10[Keyboard] Element Hotswap PCB (#15082)MechMerlin
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-11-10[Keyboard] Teleport numpad (#14905)Moritz
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-10Updates to drashna keymap and minor updates to tractyl manuform (#15101)Drashna Jaelre
2021-11-09Update noroadsleft userspace and keymaps (2021-11-09) (#15099)James Young
2021-11-07Mechlovin Pisces Refactor (#15080)James Young
2021-11-06idb 60 Layout Macro Refactor (#15079)James Young
* alias LAYOUT to LAYOUT_all * move layout alias to info.json * use XXX for KC_NO in idb_60.h * remove newline characters from info.json labels * put LAYOUT_all data first in info.json Matches the order of idb_60.h. * friendly-format info.json * add matrix diagram to idb_60.h * rename LAYOUT_default to LAYOUT_60_ansi_wkl_split_rshift * add LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_iso_tsangan * add LAYOUT_60_iso_wkl_split_rshift * add LAYOUT_60_iso_tsangan_hhkb * edit Backspace label for LAYOUT_60_ansi_wkl_split_rshift * use GitHub username in info.json maintainer field
2021-11-06[Keyboard] Add new keyboard "Heavy Left" (#15052)takashicompany
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-05[Keyboard] Add VIA to Gud70 (#15071)Evelien Dekkers
2021-11-05[Keyboard] Fix compilation issues for superuser tkl (#15070)Drashna Jaelre
2021-11-05[Keyboard] Add Ziggurat keyboard (#15008)kb-elmo
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-05[Keymap] add keymap for xd60 (#15053)mizuhof
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-05kprepublic/bm65rgb/rev1: Fix info.json (#15066)Sergey Vlasov
2021-11-05[Keymap][GMMK Pro] Add personal profile (#15069)Cory Ginsberg
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Cory Ginsberg <coryginsberg@fb.com>
2021-11-05 Superuser TKL Layout Macro Refactor (#15048)James Young
* rename LAYOUT_tkl to LAYOUT_all * friendly-format info.json * use K<row><column> notation in tkl.h * add matrix diagram to tkl.h * add LAYOUT_tkl_ansi_tsangan * add LAYOUT_tkl_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_iso_tsangan * add LAYOUT_tkl_iso_tsangan_split_bs_rshift * correct keyboard maintainer values
2021-11-05Superuser EXT Layout Macro Refactor (#15043)James Young
* fix info.json macro reference * rename LAYOUT_tkl to LAYOUT_all * use K<row><column> notation in ext.h * add matrix diagram to ext.h * friendly-format info.json * add LAYOUT_ansi * add LAYOUT_ansi_split_bs_rshift * add LAYOUT_iso * add LAYOUT_iso_split_bs_rshift * correct keyboard maintainer values
2021-11-05Improve Sweep keyboard readme documentation (#15038)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-05Add toolbox handedness instructions for Cradio (#15046)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-05Improve handedness documentation for Architeuthis Dux (#15051)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-05Mechlovin Infinity88 Layout Extension (#15058)James Young
2021-11-05Add a new keyboard "Unicorne" (#12993)Yang Hu
* Add keyboards/yanghu/unicorne initial files. * add default keymap to yanghu/unicorne * use slow i2c and enable internal pullup resistor * add oled to default keymaps * fix unicorne default keymap * fix encoder pad direction * fix marauder * add led matrix configs. * add encoder code to default keymap. * fix encoder direction * add readme, info.json and update copyright for c files. * fix build error by clean up include in unicorne.c * fix images in readme files * Fix various issues in PR #12993 feedback. * Added copyright in glcdfont, fix include in that file. * Removed `_kc` layout and renamed layout with generic style. * Moved capslock oled update to oled.c inside `oled_task_user()`. * Update keyboards/yanghu/unicorne/keymaps/default/rules.mk Always include oled.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yanghu/unicorne/keymaps/default/oled.c Wrap `oled.c` with ifdef. Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yanghu/unicorne/keymaps/default/oled.c Co-authored-by: Drashna Jaelre <drashna@live.com> * move oled code to unicorne.c, and set weakly. * Update keyboards/yanghu/unicorne/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yanghu/unicorne/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yanghu/unicorne/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yanghu/unicorne/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yanghu/unicorne/unicorne.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yanghu/unicorne/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yanghu/unicorne/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yanghu/unicorne/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yanghu/unicorne/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yanghu/unicorne/keymaps/default/oled.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yanghu/unicorne/f411/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yanghu/unicorne/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * remove oled.h * remove include of oled.h after the file is deleted. * Apply suggestions from code review: remove redundant macros and reformat. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review: change OLED driver macro. Use `OLED_ENABLE` instead of `OLED_DRIVER_ENABLE`. Co-authored-by: Jonathan Rascher <jon@bcat.name> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jonathan Rascher <jon@bcat.name>
2021-11-05My Personal Keymaps for the Planck and melody96 (#12672)devilzmods
* my planck keymap * my planck keymap * minor changes * Added personalized, VIA compatible keymap to the Melody96 * lighting layers added and keymap tweaked * added basic descriptions * added basic descriptions * added basic descriptions * added basic descriptions * hopefully removed personal change to .gitignore * restored .gitignore from my master * restored .gitignore from my master * requested changes and minor functionality tweaks * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-05add matrix abelx keyboard (#10968)yulei
* add matrix abelx keyboard * Update keyboards/matrix/abelx/abelx.c Co-authored-by: Drashna Jaelre <drashna@live.com> * fixed rgb led pin issue * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * fixed board name * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * move led update from scan_kb to hoursekeeping_kb * move led update from scan_kb to housekeeping_kb Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-11-05[Keymap] foxx1337 for Massdrop CTRL with raw HID (#8692)foxx1337
* [Keymap] foxx1337's personal keymap * Add keymap based on ctrl default * Add 5 minute rgb matrix timeout * Add foxx1337 layout defaults * Add raw HID communication protocol * Add rgbmatrix to the raw HID protocol * Add readme * Modernize ctrl, shift, alt mods detection * Add GPL like copyright headers
2021-11-04[Keyboard] Update Infinity87 rev. 2 (#14820)mechlovin
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-04[Keyboard] Reduce compile size for takashicompany compacx (#15054)Drashna Jaelre
2021-11-04Xelus Dawn60 Layout Macro Additions (#15049)James Young
* add matrix diagrams to keyboard header files * rename LAYOUT_60_all to LAYOUT_all * add LAYOUT_60_ansi_arrow * add LAYOUT_60_tsangan_hhkb
2021-11-03[Keyboard] Add new keyboard "Compacx" (#14903)takashicompany
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-03[Keymap] added caps lock indicator for Keychron Q1 rev_0100 (#14653)Mike Killewald
2021-11-03[Keyboard] Add the Kuku65 (#14910)Wolf Van Herreweghe
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
2021-11-03[Keyboard] Layout update to split89.h (#14930)jurassic73
2021-11-03Sets3n kk980 Layout Macro Refactor (#15039)James Young
* physically arrange layout macro Arranges the layout macro to resemble the keyboard layout, and updates the keymaps to match. * use 3-character notation for position identifiers in kk980.h * add matrix diagram to kk980.h * fix syntax error in info.json Apparently the API doesn't care about this error... but QMK Configurator does if you use the local import mode (Ctrl+Shift+I).
2021-11-03steal_this_keyboard fix info.json macro reference (#15032)James Young
- change LAYOUT to LAYOUT_split_3x5_2
2021-11-03Fix Rocketboard-16 QMK Configurator Implementation (#15028)James Young
* rename LAYOUT_default to LAYOUT Only one layout is supported. * refactor keymaps - use short-form keycodes
2021-11-02Add Redox Media Configurator Data (#15013)James Young
2021-11-02[Keyboard] Fix compilation size issues for Canary 60 RGB (#15016)Drashna Jaelre
2021-10-31[Keyboard] Fix keymaps, RGB matrix, add support for WS2812 (#14974)AnthonyNguyen168
2021-10-31[Keyboard] Add new keyboard "QooLee" (#14977)takashicompany
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-30[Keymap] Improved settings for Cradio default keymap (#14971)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-10-30[Keymap] Jonavin userspace encoder alt tab scrolling (#14979)jonavin
Co-authored-by: Jonavin <=>
2021-10-29[Keymap] ajp10304: add mouse scroll keys (#14953)Alan Pocklington
2021-10-27[Keyboard] Add support for bm65rgb, a revival of #13361 (#14800)peepeetee
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: bytesapart <osama@bytesapart.com>
2021-10-27[Keymap] Add personal lily58 keymap (#14834)pttbx
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: polplop <paultan@handshakes.com.sg> Co-authored-by: paultan <47445257+polplop@users.noreply.github.com>
2021-10-27[Keyboard] binepad bn009 (#14881)binepad
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-27[Keyboard] Add MW65 Series PCB (#14939)TW59420
2021-10-27[Keyboard] Cradio keyboard (#14946)Albert Y
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
2021-10-27[Keyboard] update(readme): with PCB reset instructions (#14961)Jeremy Levy