Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Docs] Add `default` case in Tap Dance Example 6 (#13727) | ForsakenRei | 2021-07-26 | 1 | -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 Young | 2021-07-26 | 6 | -46/+290 |
| | |||||
* | Add bootloader size (#13729) | datafx | 2021-07-27 | 2 | -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 Young | 2021-07-26 | 1 | -1/+1 |
| | | | - change LAYOUT to LAYOUT_ortho_3x3 | ||||
* | Revert "Fixed the ortho60 and ortho48 matrix layout after testing (#12106)" ↵ | Cyril | 2021-07-25 | 2 | -4/+4 |
| | | | | | (#13456) This reverts commit e25f05224f1c06aeed13b2e99e8e755af65ac689. | ||||
* | [Keyboard] Change RGB light defaults for melgeek/mj6xy (#13657) | bomb | 2021-07-25 | 1 | -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 Jaelre | 2021-07-25 | 20 | -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 Challis | 2021-07-25 | 5 | -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 Jaelre | 2021-07-25 | 9 | -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 Challis | 2021-07-24 | 11 | -46/+65 |
| | |||||
* | [Keyboard] Add Keychron Q1 (#13397) | lokher | 2021-07-24 | 12 | -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 Won | 2021-07-24 | 3 | -0/+185 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] Dharma (#13663) | Xelus22 | 2021-07-24 | 12 | -0/+278 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | feature: Add swap hands support for sofle keyboard. (#13654) | Shane Celis | 2021-07-24 | 2 | -0/+42 |
| | |||||
* | [Keyboard] Added Compound keyboard support (#12942) | Rafael Yumagulov | 2021-07-23 | 9 | -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 Dias | 2021-07-23 | 9 | -0/+426 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] Add Txuu keyboard (#13650) | Matthew Dias | 2021-07-22 | 9 | -0/+319 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keymap] Reduce NIBBLE oled_bongocat keymap size so it compiles (#13638) | Jay Greco | 2021-07-22 | 1 | -5/+10 |
| | |||||
* | Add backslash in lily58 domnantas keymap (#12713) | Domantas | 2021-07-23 | 1 | -2/+2 |
| | |||||
* | [Keyboard] Added another layer for VIA on the AEK II (#13100) | kb-elmo | 2021-07-22 | 3 | -2/+12 |
| | |||||
* | [Keyboard] Added Stratos keyboard (#13139) | kb-elmo | 2021-07-22 | 16 | -0/+1184 |
| | |||||
* | [Keyboard] Added Crin keyboard (#13630) | KnoblesseOblige | 2021-07-22 | 9 | -0/+327 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Implement GPIO abstraction for atsam (#13567) | Joel Challis | 2021-07-22 | 11 | -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 Tung | 2021-07-22 | 3 | -1/+109 |
| | |||||
* | [Keyboard] Fixing info.json for h0oni/hotduck (#13640) | Md. Mashur Shalehin Sakib | 2021-07-22 | 1 | -12/+12 |
| | |||||
* | [Keyboard] Ymd40v2new layouts and fixed per-switch backlight (#13622) | Trent Hoh | 2021-07-22 | 3 | -1/+265 |
| | |||||
* | [Keyboard] Fix clawsome/hatchback and reviung5 compile issues (#13607) | Drashna Jaelre | 2021-07-22 | 2 | -15/+20 |
| | |||||
* | [Keyboard] add ogurec (#13242) | drhigsby | 2021-07-22 | 19 | -0/+574 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] Updated keyboard & keymaps (#12667) | farfalleflickan | 2021-07-21 | 12 | -95/+88 |
| | | | Co-authored-by: pastapojken <6597735+pastapojken@users.noreply.github.com> | ||||
* | [Keyboard] add SPRH keyboard (#12999) | joedinkle | 2021-07-21 | 13 | -28/+302 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | [Keyboard] Add keypad Satxri6key (#13423) | Sắn | 2021-07-21 | 11 | -0/+399 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] Initial Tron Guy Labs keyboard implementation. (#13438) | jmaynard | 2021-07-21 | 14 | -0/+594 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jay Maynard <jmaynard@conmicro.com> | ||||
* | [Keyboard] Add Ristretto Keyboard (#13479) | Brandon Lewis | 2021-07-21 | 7 | -0/+257 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Brandon Lewis <blewis308@users.noreply.github.com> | ||||
* | [Keyboard] New Keyboard - OBE (#13545) | Kyle McCreery | 2021-07-21 | 15 | -0/+552 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | [Keyboard] Add personal planck keymap (#13635) | Adam Abrams | 2021-07-21 | 4 | -0/+420 |
| | |||||
* | [Keymap] narze/xd004 (#13634) | Manassarn "Noom" Manoonchai | 2021-07-21 | 2 | -0/+37 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] Add h0oni hotduck keyboard (#13609) | Md. Mashur Shalehin Sakib | 2021-07-21 | 9 | -0/+354 |
| | |||||
* | Fix API generation failure caused by GRS-70EC (#13631) | Ryan | 2021-07-21 | 2 | -12/+2 |
| | |||||
* | Fix MATRIX_COLS for peranekofactory/tone (#13632) | Ryan | 2021-07-21 | 2 | -16/+5 |
| | |||||
* | fixed number layer on keymap (#13627) | Alabahuy | 2021-07-21 | 2 | -4/+4 |
| | |||||
* | [Keyboard] Fix iso layout compile error (#13628) | gkeyboard | 2021-07-21 | 1 | -10/+10 |
| | | | Fix iso layout compile erreo on qmk web. | ||||
* | [Bug] VIA compile fixes (#13626) | Xelus22 | 2021-07-21 | 2 | -12/+12 |
| | |||||
* | [Keyboard] add rartland with via support (#13585) | Alabahuy | 2021-07-20 | 9 | -0/+398 |
| | | | | | | | * add rartland and via support * moved encoder adn oled to c file * update c file | ||||
* | Fix vicious40 rules (#13623) | Andrew Kannan | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | [Keyboard] Add Tiger910 (#12605) | Weirdo | 2021-07-20 | 10 | -0/+298 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] 0xcb 1337 - Added keymap "conor" and fixed some minor stuff (#12744) | Conor Burns | 2021-07-20 | 10 | -96/+334 |
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | [Keyboard] Added Kineticlabs Emu (#12968) | kb-elmo | 2021-07-20 | 19 | -0/+921 |
| | |||||
* | [Keymap] Updates to personal Drop ALT keymap (#13058) | Paul Ewers | 2021-07-20 | 2 | -51/+97 |
| | |||||
* | [Keyboard] Add Momoka ergo (#13127) | StefanGrindelwald | 2021-07-20 | 8 | -0/+391 |
| | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] Update lm60n.h (#13249) | gkeyboard | 2021-07-20 | 1 | -4/+4 |
| |