summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cannonkeys Balance: Configurator fixes (#13778)James Young2021-07-291-1/+95
|
* [Keyboard] Added YMD40v2 VIA (#13770)Trent Hoh2021-07-293-0/+47
| | | VIA support for YMD40v2
* [Keymap] Update keymaps for fvolpe83 (#13739)fvolpe832021-07-294-5/+5
| | | changed folder name to match github username, changed caps from LT(1,KC_CAPS) to MO(1) and updated readme
* AnomalyKB a65i Configurator fixes (#13775)James Young2021-07-297-26/+403
|
* [Keyboard] Add Mona v1.1 (#13721)Ramon Imbao2021-07-2921-25/+882
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Atomic Refactor (#13761)James Young2021-07-2913-354/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: human-friendly formatting - one key per line - line breaks between physical rows - four-space indent * info.json: add data for LAYOUT_grid * fix keymap paths This commit corrects the paths for three keymaps that were in the wrong directory. * refactor and bugfix abienz keymap - remove extra commas - use QMK-native aliases for KC_TRNS and KC_NO - add include for Colemak keycode support - use four-space indent * refactor and bugfix michelle keymap - remove inline comments for keymap layout - remove extra commas - use QMK-native aliases for KC_TRNS and KC_NO - use four-space indent * refactor and bugfix twolayer keymap - remove extra commas - refactor action_get_macro() keycode to QMK-native keycode - use QMK-native aliases for KC_TRNS - use four-space indent - adjust grid alignment * rename LAYOUT_grid to LAYOUT_ortho_5x15 * refactor config.h file - use #pragma once include guard - update MANUFACTURER and PRODUCT strings to be consistent with other OLKB boards - remove Magic config (all settings are default) * refactor atomic.c - add license header - use GPIO control functions * refactor atomic.h - add license header - use #pragma once include guard - remove redundant file includes * refactor rules.mk - remove Bootloader selection comments - unify Build Option header comment to QMK template - unify Build Option rules and inline comments * alias LAYOUT_grid to LAYOUT_ortho_5x15
* Alu84 Refactor (#13760)James Young2021-07-2910-301/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: human-friendly formatting * use QMK 3-character notation for layout macro/data * alu84.h: use #pragma once include guard * clean up alu84.c Remove unnecessary includes and functions. * refactor config.h - use #pragma once include guard - enable Backlight Breathing - align comments to QMK AVR template * refactor default keymap - add license header - use layer_names enum - refactor keymap to be more generic - remove unnecessary and empty functions * refactor turbomech keymap.c - edit license header - refactor keymap for readability (use QMK-native keycode aliases) - remove unnecessary and empty functions * refactor turbomech config.h - use #pragma once include guard - align to QMK template * refactor turbomech rules.mk Edit the file to make it conform to QMK template. * align rules.mk to QMK template * touch-up default keymap * touch-up alu84.h * rename LAYOUT to LAYOUT_75_ansi Also enables Community Layout Support * modernize readme.md - update description - convert keyboard data to list - add flashing and bootloader instructions - update Docs links * alias LAYOUT to LAYOUT_75_ansi * change readme image URL per fauxpark * touch up turbomech keymap rules.mk per fauxpark * rules.mk: convert tab to spaces
* Draytronics Elise Configurator fixes (#13763)James Young2021-07-292-53/+594
|
* [Keyboard] Add Treasure TYPE-9 Series II (#13725)TreasureTypes2021-07-2911-0/+246
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] add sus board (#13701)Alabahuy2021-07-299-0/+263
|
* [Keyboard] Match Vendor ID to my other keyboard, "unison". (#13699)Takeshi Nishio2021-07-292-2/+2
| | | Co-authored-by: Takeshi Nishio <kkeennnn@gmail.com>
* [Keyboard] we27 update info.json (#13678)Uy Bui2021-07-291-6/+6
|
* [Keyboard] Add Mojo68 for Melgeek (#13578)bomb2021-07-2911-0/+516
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Emi20 (#13603)AquaCylinder2021-07-299-0/+291
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add cherryb studio cb1800 keyboard (#13639)DA2021-07-2910-0/+270
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add X-Bows Ranger Keyboard (#13660)X-Bows Tech2021-07-2911-0/+607
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Jonavin keymap Mercutio add win key lockout function (#13670)Jonavin2021-07-292-17/+51
| | | Co-authored-by: Jonavin <=>
* [Keyboard] Add halfcliff keyboard (#13515)N2-Sumikko2021-07-2912-0/+856
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add GetawayVan (#13412)ESCA472021-07-2922-0/+733
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Added Orthocode keyboard (#13487)Jordan Blackbourn2021-07-297-0/+430
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix unit tests after recent refactor (#13765)Joel Challis2021-07-291-0/+18
|
* Allison Numpad: Configurator fix for LAYOUT_numpad_6x4 (#13759)James Young2021-07-281-5/+62
| | | | | | | | | * info.json: human-friendly formatting - one key object per line; line breaks between physical rows - four-space indent - remove trailing whitespace * info.json: correct key object order for LAYOUT_numpad_6x4
* Update "make format" message (#13741)Ryan2021-07-281-5/+14
| | | | | * Update "make format" message * Add examples for `qmk` command as well
* fix: Fix typo in documentation for one shot keys. ON_TOGG -> OS_TOGG (#13754)Shane Celis2021-07-281-1/+1
| | | `ON_TOGG` doesn't exist in the codebase.
* [Keyboard] fix short circuit in led_update_kb for quefrency rev3 (#13752)Jonavin2021-07-281-1/+1
| | | Co-authored-by: Jonavin <=>
* [Docs] Add `default` case in Tap Dance Example 6 (#13727)ForsakenRei2021-07-261-0/+2
| | | | | | Added a `default` case in `switch(ql_tap_state.state)` at line 493 and 494. Without it compile firmware with Example 6 code will encounter 2 errors: `enumeration value 'TD_NONE' not handled in switch` `enumeration value 'TD_UNKNOWN' not handled in switch`
* [Keyboard] Ares refactor (#13730)James Young2021-07-266-46/+290
|
* Add bootloader size (#13729)datafx2021-07-272-0/+2
| | | | | | | | | * Add bootloader size Bootloader size needs to be 6144 to allow QMK to jump to the correct location with bootmagic * Include dz60rgb v2.1 Add boot loader size to this pcb also
* 40percentclub/nein: update info.json layout macro reference (#13726)James Young2021-07-261-1/+1
| | | - change LAYOUT to LAYOUT_ortho_3x3
* Revert "Fixed the ortho60 and ortho48 matrix layout after testing (#12106)" ↵Cyril2021-07-252-4/+4
| | | | | (#13456) This reverts commit e25f05224f1c06aeed13b2e99e8e755af65ac689.
* [Keyboard] Change RGB light defaults for melgeek/mj6xy (#13657)bomb2021-07-251-0/+2
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Update ZSA Keyboard Readmes and keymaps (#13041)Drashna Jaelre2021-07-2520-555/+386
| | | | | | | | | | | | | | | | | | | * [Keyboard] Update ZSA Keyboard Readmes and keymaps * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Remove custom rgb code for RGB_M_P * Fix inevitable typo Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/planck/ez/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Allow output of logging when running unit tests (#13556)Joel Challis2021-07-255-6/+59
| | | | | | | | | | | * Initial pass at enabling logging for unit tests * Add to docs * Bind debug for more test types * Force everything * Tidy up slightly
* [Keyboard] Fix keymaps for clueboard 66_hotswap (#13694)Drashna Jaelre2021-07-259-0/+242
| | | | | | | * [Keyboard] Fix default keymap for clueboard proto * Fix keymaps, because they're not actually revision compatible * Add copyright headers
* Refactor some platform dependent logic (#13675)Joel Challis2021-07-2411-46/+65
|
* [Keyboard] Add Keychron Q1 (#13397)lokher2021-07-2412-0/+590
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] add kinesis/keymaps/jwon (#13618)James Won2021-07-243-0/+185
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Dharma (#13663)Xelus222021-07-2412-0/+278
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* feature: Add swap hands support for sofle keyboard. (#13654)Shane Celis2021-07-242-0/+42
|
* [Keyboard] Added Compound keyboard support (#12942)Rafael Yumagulov2021-07-239-0/+325
| | | | | | | | | | | | | | | | | | | | * [Keyboard] Added Compound keyboard support * Small fixes for Compound keyboard * Fixed readme and header file for Compound keyboard * Update keyboards/compound/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Changed info.json and readme.md for Compound Keyboard info.json - removed key_count readme.md - changed PCB picture url to low-resolution Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add model-v keyboard (#13643)Matthew Dias2021-07-239-0/+426
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Txuu keyboard (#13650)Matthew Dias2021-07-229-0/+319
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Reduce NIBBLE oled_bongocat keymap size so it compiles (#13638)Jay Greco2021-07-221-5/+10
|
* Add backslash in lily58 domnantas keymap (#12713)Domantas2021-07-231-2/+2
|
* [Keyboard] Added another layer for VIA on the AEK II (#13100)kb-elmo2021-07-223-2/+12
|
* [Keyboard] Added Stratos keyboard (#13139)kb-elmo2021-07-2216-0/+1184
|
* [Keyboard] Added Crin keyboard (#13630)KnoblesseOblige2021-07-229-0/+327
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Implement GPIO abstraction for atsam (#13567)Joel Challis2021-07-2211-174/+255
| | | | | | | * Implement GPIO abstraction for atsam * Convert Drop boards to normal matrix config * Work round pin conflicts and matrix delay
* [Keyboard] adds new revision: dztech/dz60rgb/v2_1 (#13636)Tran Kim Tung2021-07-223-1/+109
|
* [Keyboard] Fixing info.json for h0oni/hotduck (#13640)Md. Mashur Shalehin Sakib2021-07-221-12/+12
|