summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2022-01-08[Keyboard] Add Hillside support (#15399)mmccoyd
* [Keyboard] Add Hillside * Remove no longer used define, rename README * Rename to readme.md * Readme: Improve clarity, fix grammar and typos * Readme: Remove extra line pointing to QMK docs * Readme: Join consecutive source lines in .md * Readme: split lines, post spelling fix * Keymap: fix key label in readme
2022-01-08[keyboard] BumbleBee handwired (#14908)Brandon Claveria
* add bumblebee * change keymaps * change PID * update info.json * Apply suggestions from code review * Update keyboards/handwired/swiftrax/bumblebee/rules.mk * update readme.md * Update keyboards/handwired/swiftrax/bumblebee/info.json * edit keymaps * Update keyboards/handwired/swiftrax/bumblebee/rules.mk * Update keyboards/handwired/swiftrax/bumblebee/bumblebee.h * Update keyboards/handwired/swiftrax/bumblebee/info.json * Update keyboards/handwired/swiftrax/bumblebee/keymaps/default/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/default/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/default/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c
2022-01-08kbdfans/kbd67/mkiirgb_iso: LAYOUT_65_iso_blocker conformance (#15794)James Young
2022-01-08[Keyboard] Add Kudox Full (#15256)x1
* Add Kudox Full keyboard * Add keyboards/kudox_full SPDX identifier * Modify rule.mk of keyboards/kudox_full * Remove html code from README of keyboards/kudox_full * Modify readme of keyboards/kudox_full * rev1.c includes rev1.h - kudox-full/rev1 * Move to <keyboard>.c oled_task_user and eeconfig_init_user * Move post_config.h MOUSEKEY_* * Change BOOTMAGIC_ENABLE no kudox_full * Modify the obsoleted codes * Modify eeconfig_init_kb from eeconfig_init_user * Set none as default, but values * Add about the bootloader on kudox_full/readme * Modify the comments in keyboards/kudox_full/rules.mk
2022-01-08[Keyboard] Bathroom Epiphanies Frosty Flake rev 20130602 (#15365)Andrew Missel
* add optional support for Frosty Flake rev 20130602 * update documentation with instructions on building for rev 20130602 * support revisions using subfolders instead of preprocessor directives * rules.mk cleanup
2022-01-08[Keyboard] Glacier handwired (#14758)Brandon Claveria
* finish adding glacier * change PID * Update keyboards/handwired/swiftrax/glacier/info.json * edit info.json * Update keyboards/handwired/swiftrax/glacier/info.json * Apply suggestions from code review * Update keyboards/handwired/swiftrax/glacier/rules.mk
2022-01-08[Keyboard] bstk100 handwired (#14158)FREEWING.JP
* General: Initial commit for bstk100 * bstk100 custom keyboard firmware * fix Bootloader section * fix "Pad 0" key twice * delete via config * fix readme.md key layout * add via keymap * fix readme.md info * remove keymap.json * Suggested change readme.md * moved to handwired folder * fix readme.md for handwired * fix info.json * Suggested change readme.md * Update keyboards/handwired/bstk100/rules.mk fix requested changes * Update keyboards/handwired/bstk100/rules.mk fix requested changes * Update keyboards/handwired/bstk100/info.json * Update keyboards/handwired/bstk100/rules.mk
2022-01-08[Keyboard] KBDfans KBD67 Mk.II RGB ISO (#14830)moyi4681
* add kbd67mkiirgb iso keyboard add kbd67mkiirgb iso keyboard * Update rules.mk * Update keyboards/kbdfans/kbd67/mkiirgb_iso/mkiirgb_iso.h * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/config.h * Update keyboards/kbdfans/kbd67/mkiirgb_iso/mkiirgb_iso.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk * Update readme.md * Update readme.md * Create info.json * Update info.json * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk
2022-01-08[Keyboard] Add caps and scroll indicator LEDs to andromeda PCB (#15793)Andrew Kannan
2022-01-08[Keyboard] Fix inverted ploopy trackball (#15790)dnaq
2022-01-07Add a-ball handwired trackball based on ADSN9800 (#9015)Richard
* Initial commit of kball * Pretty much working * Rename to aball * Cleanup * Fix typo and make instructions * Refactor to use qmk spi * Suggestions from ZVECR * Update keyboards/handwired/aball/adns9800_srom_A6.h * Update keyboards/handwired/aball/adns.c * Update keyboards/handwired/aball/adns.c * Update keyboards/handwired/aball/adns.c * Added copyright and source attribution * Update keyboards/handwired/aball/rules.mk Include as quantum lib to help avoid timing issues with LTO * Only send report on change, adj sensitivity, fix src include * Fix issue causing constant reports and bad clamping * Streamline conversion to int, add required wait before burst read * Changes to track develop * Update rules with new feature descriptors, add info.json * Add stub layout * Rework / cleanup key matrix. Add missing CS pin define for new ADNS driver * Add stub keymap to enable compile
2022-01-07JJ50 Touch-Up (#15762)James Young
* rules.mk: Build Options sorting and white space * use QMK 3-character notation * info.json: apply friendly formatting * info.json: use 3-character notation * move layout macro alias to info.json * number matrix identifiers by electrical position
2022-01-07Dango40: Fix QMK Configurator Implementation (#15761)James Young
* friendly-format info.json * correct info.json structure * info.json: update key labels
2022-01-07[Keyboard] Hard Light Mark 2 and keymaps (#13719)FateEverywhere
* Hard Light Mark 2 and keymaps This time with minor competence! * Update keyboards/edi/hardlight/mk2/rules.mk * Delete config.h * Apply suggestions from code review
2022-01-07[Keymap] Adding Frosty Flake VIA keymap (#13211)chance
* updated my personal layouts * added Artix to install script * setting up for PR * added Artix to install script * Created frosty flake via keymap.c Created the default VIA keymap.c file for the Frosty Flake controller * Create rules.mk * add #define DYNAMIC_KEYMAP_LAYER_COUNT 3 * Update keymap.c * Delete keyboards/tada68/keymaps/trashcat directory * Create keymap.c * Create README.md * Create rules.mk * Delete keyboards/whitefox/keymaps/trashcat directory * Update qmk_install.sh * Rename README.md to readme.md * Update keymap.c * Update keymap.c * Apply suggestions from code review
2022-01-07[Keyboard] Add croxsplit44 handwired keyboard (#14227)Samuel Fischer
* Add files via upload * Delete keyboards/croxsplit44 directory * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Apply suggestions from code review * Apply suggestions from code review
2022-01-06[Keymap] Add masoncowen planck keymap (#14353)Mason
Co-authored-by: Drashna Jael're <drashna@live.com>
2022-01-06[Keyboard] Adalyn keyboard (#14184)TJ
* first Adalyn commit * fixed json and removed via * fixed GPL headers and rules.mk * fix extra space after gpl add vial keymap * Removed VIAL and revised rules.mk * updating per request and completing readme
2022-01-06[Keyboard] Add Support for Wren Keyboard (#14570)Walter Hanley
* initial prime_o commit * Cleaned up comments, other things. * Updated keymap to use standard seven-underscore KC_TRNS notation * initial prime_o commit * Cleaned up comments, other things. * Updated keymap to use standard seven-underscore KC_TRNS notation * Initial Code for Wren Keyboard This is the initial hardware test commit for the wren. More detailed keymaps will be added soon. * Update layout and add author * Add PCB Image and Clarify Bootloader Instructions * Update config.h Updating config.h to remove mentions to LED backlighting (not supported on this PCB) * Update wren.h to match PR checklist * Roll back addition of code that should have been in wren.h * Update /default/keymap.c Make keyboard.c "pristine" to the best of my ability and add information about configuring a "non-standard" layout. * Update readme.md * Update keymap readmes to match PR checklist * Update readme.md * Final touches before PR * Un-delete non-wren files * Create rules.mk * Create config.h * Update keyboards/wren/keymaps/walterhanley/keymap.c * Update keyboards/wren/keymaps/walterhanley/keymap.c * Update keyboards/wren/wren.c As per feedback, move encoder definition to wren.c from keymap.c. * Update keyboards/wren/keymaps/walterhanley/keymap.c As per feedback, move encoder definition to wren.c from keymap.c * Update keyboards/wren/keymaps/default/keymap.c As per feedback, move encoder definition to wren.c from keymap.c * Create Keymap-Level config.h I've been dealing with some issues with this board over-drawing power on certain devices; this should fix that issue on my build without affecting other users. * Add bells and whistles to personal keymap This update adds bells and whistles to my personal keymap. I couldn't figure out how to modify rotary encoder functionality for just my personal layout with the definition in wren.c, so I moved it back into the individual keymaps. Please let me know if this is an issue and I can look into possible alternative implementations. * Update to match drashna's requested changes * Update keymap.c This update refines drashna's requested changes. * Update keymap.c Fix typo
2022-01-06Migrate crkbd/soundmonster to split common, fix OLED and RGB matrix (#15717)Leo Batyuk
Co-authored-by: Leo B <leo.the.soundmonster@gmail.com>
2022-01-06[Keyboard] Adding GOS65 files (#14734)hadi
* Adding gos65 files * Updating info and config to align with other review * Changing LAYOUT_all to LAYOUT * Updating LAYOUT to have 69 elements
2022-01-06Update keymap for MechBrewery MB65S (#15673)AnthonyNguyen168
2022-01-06checkerboards/quark_squared: fix broken layout macro reference in info.json ↵James Young
(#15757)
2022-01-06Pearlboards Touch-Up (#15756)James Young
* add QMK Configurator data for Atlas * add QMK Configurator data for Pearl * add QMK Configurator data for Zeus * add QMK Configurator data for Zeuspad * physically arrange Zeus layout macro Moves the keycode for the rotary encoder to the top row.
2022-01-05handwired/ortho_brass: add QMK Configurator data (#15755)James Young
2022-01-05cannonkeys/adelie: Fix QMK Configurator Implementation (#15754)James Young
* info.json: apply friendly formatting * info.json: correct key sequence
2022-01-05[Keyboard] Remove locking support for Boardsource LP boards (#15747)Albert Y
2022-01-05Fix info.json for kbdfans/odin/{rgb,soldered} (#15750)Sergey Vlasov
* kbdfans/odin/*: Reformat info.json to be human-readable Apply `qmk format-json` to the `info.json` files for `kbdfans/odin/rgb` and `kbdfans/odin/soldered; no actual content changes. * kbdfans/odin/*: Fix key ordering in info.json The order of key entries in `info.json` did not match the order of layout macro arguments (apparently the keys in the cursor block, which are shifted down by 0.25u with respect to the rest of keys, were treated as separate rows). Fix the order to make the configurator produce proper keymaps.
2022-01-05[Keymap] Fix onekey oled keymap (#15751)Drashna Jaelre
2022-01-03[Keyboard] change bm60hsrgb/rev2 layout to LAYOUT_60_ansi_arrow (#15701)peepeetee
2022-01-02[Keyboard] Keychron Q1: Turn off RGB during PC suspend (#15685)ripdog
2022-01-03Fix DracuLad keymap to accomodate for breaking changes. (#15713)Mango The Fourth
Co-authored-by: MangoIV <mangoiv@outlook.com>
2022-01-02Revert "mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)" ↵Vino Rodrigues
(#15660) This reverts commit 235c666f3d79ca42f8bc529bf006473396cb0bba.
2022-01-01BM60HSRGB Poker rev2: Fix QMK Configurator Implementation (#15697)James Young
* fix layout macro reference * correct layout data * correct maintainer field
2021-12-29[Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre
2021-12-29[Keyboard] Update to ZSA Keyboards (#15644)Drashna Jaelre
2021-12-30[Keyboard] Fix via keymap in charue/charon keyboard (#15642)Drashna Jaelre
2021-12-29[Keyboard] Adding Charon keyboard to Charue family (#15190)ILWrites
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-29[Keyboard] Add Mode Eighty M80v2 PCB support (#15486)Álvaro A. Volpato
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-29[Keymap] Add initial Unicorne keyboard layout for bcat (#15613)Jonathan Rascher
2021-12-28[Keymap] Bug fix nordic60, enable underglow for VIA firmware (#15616)4pplet
Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
2021-12-27[Keyboard] Fix sendyyeah/pix oled task function type (#15608)Drashna Jaelre
2021-12-28[Keyboard] Fix over sized compiliation for Bandiominedoni via keymap (#15607)Drashna Jaelre
2021-12-27massdrop/thekey: macos requires LGUI modifier instead of LCTL (#15605)me-dea
2021-12-27bandominedoni, Drashna's method is applied to encoder_update_kb. (#15287)3araht
* Drashna's method is applied to rotary encoder rotation detection. rgb_matrix_user.inc -> rgb_matrix_kb.inc. * Disabled some RGB MATRIX effects to shrink the firmware size. * via # of layers changed from 5 to 4.
2021-12-27zigotica userspace add raw_hid_receive (#14869)Sergi Meseguer
* zigotica userspace add raw_hid_receive * add 3 keys to figma keymap * add 2 keys to vim keymap * improve vim keys * add 3 keys to browser keymap * comment typo * shorten SEND_STRING Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-27Addd victorsavu3's Keychron Q1 keymap (ISO) (#15517)Victor Savu Gabriel
Co-authored-by: Savu Victor-Gabriel <dev@victorsavu.com>
2021-12-27Keebwerk devices keymaps (#15504)Jesús Vallejo
* Keymap with status leds animations * Midi2Vol keymap * Coding conventions * Coding Conventions * rename directory * Midi2Vol keymap * Update to follow coding conventions * Rename keyboards/keebwerk/nano_slider/keymaps/Midi2Vol/keymap.c to keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c * Rename keyboards/keebwerk/nano_slider/keymaps/Midi2Vol/readme.md to keyboards/keebwerk/nano_slider/keymaps/midi2vol/readme.md * Update keyboards/keebwerk/mega/ansi/keymaps/jesusvallejo/keymap.c Wild slash typo. Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c Changed define for an enum. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-27Added BareDev keyboard (#15518)Fernando Rodrigues
* Added BareDev keyboard * Updated readme.md to reflect handwired directory * Simplified keycodes for basic GUI + [KEY]
2021-12-27mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)Kyrylo Mikos