summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817)Dino Fizzotti2021-07-0213-0/+400
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dino Fizzotti <dinofizz@pop-os.localdomain>
* added 0xCB Static (#13047)Conor Burns2021-07-0210-0/+955
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* correct info.json data (#13409)James Young2021-07-021-424/+89
|
* add maintainer value to info.json (#13411)James Young2021-07-021-1/+1
| | | Configurator isn't using the data in this file, and I think this may be why...
* Fix up recent checkerboards additions (#13414)Joel Challis2021-07-026-24/+19
|
* [Bug] fix Dystopia.h comma (#13413)Xelus222021-07-021-1/+1
|
* Cleanup gitignore (#13390)Ryan2021-07-023-0/+0
|
* add support for Axon40 and G_IDB60 (#13075)npspears2021-07-0224-0/+851
| | | | | | | | | * add support for Axon40 * add support for G_IDB60 * added bootloader reset instructions * added bootloader reset instructions
* Add missing Quefrency layouts for QMK Configurator (#13384)Danny2021-07-011-355/+822
| | | | | * Reformat info.json using Prettier * Add missing layouts needed for QMK Configurators
* [Keyboard] Adding Via support to the GON NerD60 (#13395)AfterThought2021-07-013-2/+61
|
* [Keymap] Add haervig userspace and keymaps (#13362)Jakob Hærvig2021-07-012-0/+39
|
* Changed Yeehaw Default Keymap (#13341)Caleb Lightfoot2021-07-012-18/+18
|
* Illusion Rosa: correct layout macro names (#13387)James Young2021-07-018-17/+19
|
* FJLabs Midway60: physically arrange layout macro and fix info.json data (#13386)James Young2021-07-014-94/+93
|
* Sanctified Dystopia: physically arrange layout macro (#13385)James Young2021-07-013-42/+42
| | | Arranges the layout macro and keycodes to resemble the assembled keyboard.
* Updates for keymap: ut472/stefanopace (#13370)Stefano Pace2021-07-013-6/+7
|
* [Keyboard] update debounce time on kint boards (#13351)Michael Stapelberg2021-07-012-4/+12
| | | | related to https://github.com/kinx-project/kint/issues/39 related to https://github.com/qmk/qmk_firmware/pull/12626
* [Keymap] RGB Timeout added to userspace (#13339)stanrc852021-07-011-36/+0
|
* [Keyboard][Bug] Fix LED indicators on Skeletn87 (#13335)kb-elmo2021-07-012-0/+2
|
* [Keyboard] Pteron36, open source 3x5_3 supporting layout (#13313)Harshit Goel2021-07-0110-0/+426
|
* [Keymap] Create bingocaller keymap for DZ60RGB-ANSI (#13311)Jesper Nellemann Jakobsen2021-07-013-0/+206
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Added flygone60 rev3 (#13280)Shandon Anderson2021-07-0110-0/+400
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* [Keyboard] mb44 - Update info.json and encoder (#13244)melonbred2021-07-015-7/+11
|
* Ergocheap handwired Layout Macro refactor (#13348)James Young2021-06-294-54/+117
| | | | | | | * physically arrange layout macro Arranges the layout macro and keycodes to resemble the assembled keyboard. * update info.json data
* Update lazydesigners/the40/the40.h (#13354)jackytrabbit2021-06-301-1/+1
| | | Fix error in the40.h
* Jabberwocky quick fixes (#13369)nopunin10did2021-06-293-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cleaning up * deleting to undelete * Stub out defaults * Jabberwocky firmware WIP * Stubbing out keymap spacing * Default keymap and layout updates * start stubbing out JSON for configurator * more WIP * Update jabberwocky.h * Add Readme * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Fix layout capitalization * Updates to personal and default keymaps * Add instructions for jumping the bootloader * Update keyboards/nopunin10did/jabberwocky/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Add easier ctrl-alt-del to my keymap * Undo changes from other master * Add back DYNAMIC_KEYMAP_LAYER_COUNT constant * Fix readme markup to use list items * Give my layout VIA compatibility Co-authored-by: Rossman360 <rmontsinger@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Quefrency Rev. 4 (#13368)Danny2021-06-286-0/+304
|
* [Keyboard] fix encoder void to bool (#13334)Xelus222021-06-284-4/+8
|
* Swiftrax Nodu handwired: layout macro sequence fix (#13329)James Young2021-06-283-28/+28
|
* [Bug] Missing empty line at the end of file (#13374)Xelus222021-06-291-1/+1
|
* FJLabs BKS65 Solder Layout Macro Refactor (#13347)James Young2021-06-284-47/+133
| | | | | | | | | | | | | | | | | | | * grid align layout macro and keymaps * physically arrange layout macro, phase 1 * physically arrange layout macro, phase 2 * replace KC_PAUSE with KC_PAUS Makes the grid alignment nice. :) * rename LAYOUT_65_ansi to LAYOUT_all The included layout macro isn't actually correct for QMK's 65% ANSI community layout. * add an actual LAYOUT_65_ansi This is a semi-educated guess as to this macro; it may be wrong.
* Exent cleanup (#13353)Ryan2021-06-279-152/+415
|
* [Keyboard] Add NK1 (#13212)yiancar2021-06-2511-0/+248
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: yiancar <yiancar@gmail.com>
* FFKeebs Siris Configurator Layout Correction (#13328)James Young2021-06-254-341/+123
| | | | | | | | | * physically arrange layout macro Arranges the layout macro and keycodes to resemble the assembled keyboard. * correct info.json data Corrects the key sequence and positioning in info.json.
* [Keyboard] Add Gvalchca GA15.0 (#13114)Gvalch-ca2021-06-2510-0/+312
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Enable RGB Matrix VIA side for Pachi RGB (#13308)Xelus222021-06-251-0/+3
|
* [Keyboard] Bugfixes and Readme additions for PloopyCo devices (#13043)Drashna Jaelre2021-06-258-39/+87
|
* SENDYYeah Bevi: correct Configurator layout data (#13327)James Young2021-06-251-80/+84
|
* Nix Studio Oxalys80 Configurator Layout Data Correction (#13326)James Young2021-06-251-1344/+276
| | | | | | | * apply human-friendly formatting to info.json * correct LAYOUT_all data Corrects the layout data for the LAYOUT_all macro.
* Draytronics Daisy Configurator Refactor (#13325)James Young2021-06-253-4/+7
| | | | | | | | | * correct layout data * use LAYOUT as layout macro name The defined LAYOUT_daisy is functional, but Configurator expects LAYOUT through the info.json file. As the board only supports one layout according to the open-source PCB files, use LAYOUT as the defined macro per QMK guidelines. * add layout macro alias
* GON Nerd60 Refactor (#13343)James Young2021-06-265-80/+440
|
* Cleanup junk chars, part 2 (#13284)Ryan2021-06-2519-232/+232
|
* Bop added via & unicode support (#13122)Nathan_Blais2021-06-253-1/+85
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* SAM SG81M Layout Macro Rework (#13291)James Young2021-06-234-115/+109
| | | | | | | | | | | * grid-align layout macro and keymaps * physically align layout macro and keycodes Arrange the layout macro and keycodes to resemble the assembled keyboard. * update info.json data Updates the info.json data to be correct to the new layout macro.
* [Keymap] gmmk/pro: willwm (#12952)Will Wolff-Myren2021-06-244-0/+279
| | | | | | | | | | | | | | | | | | | | | * Create willwm keymap: Modified GMMK Pro Default + VIA + Space-Cadet Unicode * Temporarily remove unicode map calls; try using UNICODE_ENABLE instead * RGBLIGHT_ENABLE = yes * ...on second thought, don't enable RGBLIGHT =P * Move Del to PrtSc, add Home, move PrtSc to Fn+Home * willwm: Add keymap.json and readme.md * willwm: Add layer0/layer1 images * willwm: Update readme.md with info from PR #12952 * willwm: Update to better match template (https://docs.qmk.fm/#/documentation_templates)
* Add the SquishyTKL and SquishyFRL (#12764)Ramon Imbao2021-06-2431-0/+1799
| | | | | | | | | | | | | | | | | | | | | | | | | * Add SquishyTKL * Add SquishyTKL-FRL * Adjust readme.md and info.json * Add JIS support for SquishyTKL * Fix JIS layout macro * Fix via layout and keymap * Migrate SquishyTKL to STM32duino bootloader * Make chibios conf files generic * Change TKL via keymap to match number of layers * Apply chibios changes to FRL as well * Adjust README regarding flashing with dfu-util * Add license and header guard
* Add "steal this keyboard" keybaord (#12898)obosob2021-06-248-0/+349
|
* Added Skeletn87 PCBs (#12922)kb-elmo2021-06-2420-0/+1131
| | | | | | | | | | | * add Skeletn87 * update skeletn87 files * update skeletn87 soldered * update readme image * update readme (again)
* Latin6rgb use IS31FL3731 IC (#11819)184388802021-06-249-0/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create config.h * Add files via upload * Create keymap.c * Create keymap.c * Create rules.mk * Update readme.md * Update keyboards/latin6rgb/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/latin6rgb/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c * Update keymap.c * Update config.h * Update config.h Co-authored-by: Drashna Jaelre <drashna@live.com>
* enable mouse keys in handwired/dactyl keymaps that use them (#12586)James Larkby-Lahet2021-06-242-0/+2
|