summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Added 333fred 5x6_5 keymap (#10272)Fred Silberberg2020-10-0424-32/+1062
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass at manuform layout. * Updates from actual usage on my board. Fixed a couple of bugs, added a stormlight quote randomizer. * Use a 32-bit timer that can actually hit 5 minutes. * Some updates after a day of usage: * Turn off WPM. It's too inaccurate and takes up a decent amount of space that can be devoted to quotes. * Turn off the OLEDs after 5 minutes * Move the keys around a bit. * Add many more quotes. * Adjust the quotes to make room for missing and misswritten WoT quote. Adjusted the keymap slightly. Adjust the mods display to include one_shots. * Revert osm on lgui as it makes start menu search impossible to use. * Use LTO_ENABLE flag. * License all of my (333fred's) keymaps as MIT. * Update users/333fred/rgb.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add hannah60rgb rev.2 PCB (#10287)mechlovin2020-10-0421-89/+502
| | | | | | | | | | | | | | | | | | | | | * add hannah60rgb_rev2 * add * Update rev2.c * fixed rgb matrix * Update rev2.c * update rules.mk * update readme * update * Update config.h * Update rules.mk
* Adding VIA support to katana60 rev2 (#10442)swampmonster2020-10-042-0/+48
| | | Co-authored-by: swampmonster <>
* OLED driver fixes (#10377)Sergey Vlasov2020-10-041-17/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix dirtying in oled_write_pixel() Set the dirty bit for the block only if oled_write_pixel() actually changed the buffer state. Without this check oled_write_pixel() could not be used inside the oled_task_user() code using the “redraw always” style, because the blocks touched by oled_write_pixel() would always appear dirty, and oled_render() would not proceed beyond the first such dirty block. * Fix oled_write_pixel() with 90/270 degree rotation Use oled_rotation_width instead of OLED_DISPLAY_WIDTH, so that a rotated display would be handled correctly. * Fix compilation with custom OLED_BLOCK_COUNT and OLED_BLOCK_SIZE Some OLED sizes (e.g., 64×48) may require a nonstandard value of OLED_BLOCK_COUNT. The documentation says that this value may be redefined in config.h, but actually trying to redefine it caused a compile error, because the macro was redefined in oled_driver.c. Make the OLED_BLOCK_COUNT definition in oled_driver.c respect any user override, and do the same for OLED_BLOCK_SIZE just in case. * Fix handling of out-of-range bits in oled_dirty If a custom OLED_BLOCK_COUNT value is specified, some bits in oled_dirty may not correspond to existing blocks; however, if those bits are set somewhere (e.g., by code with sets oled_dirty to ~0 or even -1), oled_render() would try to handle them and could access memory beyond oled_buffer and perform hardware operations with out of range values. Prevent this by masking off unused bits in oled_render(), and also avoid setting those bits in other functions. * Fix potentially wrong dirtying in oled_write_char() oled_write_char() tried to mark the position just beyond the written character as dirty; use (OLED_FONT_WIDTH - 1) to dirty the last position still belonging to the character instead. * Fix `#define OLED_BLOCK_TYPE uint32_t` on AVR Using uint32_t as OLED_BLOCK_TYPE did not work properly on AVR, because some bit shifts were performed using 16-bit int. Add explicit casts to OLED_BLOCK_TYPE to those shifts.
* IS31FL3741 driver fixup (#10519)a_p_u_r_o2020-10-042-7/+7
| | | | | | | | | * Fix issue with data transfer of CS1_SW7 to CS18_SW7. * Fix issue with handling of scaling register buffer's dirty flag. * Remove unused extern declaration. * Compaction of struct is31_led utilizing bit fields.
* add info.json for XD75 keyboard (#10523)Simon2020-10-031-0/+92
| | | | Currently the XD75 is missing a info.json attributing to non standardised use of QMK
* Mark 'key_count' as optional within info.json docs (#10513)George Mao2020-10-032-2/+2
| | | | | | | * Update reference_info_json.md key_count is now an optional field because it is better to get the keycount by counting the elements in the layout array. * Updated Japanese documentation as well
* Update info.json for Slice RGB (#10514)James Young2020-10-021-9/+12
| | | | | | - add data for LAYOUT_all macro - correct some rounding errors - make the indentation consistent - remove trailing whitespace
* Add Slice RGB VIA Support (#10407)Nick Abe2020-10-023-1/+147
| | | Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Add joestrong keymap for quefrency rev 2 (#10503)Joe Strong2020-10-023-0/+85
|
* [Keyboard] FightPad! macropad by Clawsome (#10507)AlisGraveNil2020-10-017-0/+172
| | | | | | | | | | | | | | | | | | * 1 Oct 20 * Update keyboards/clawsome/fightpad/config.h * Update keyboards/clawsome/fightpad/rules.mk * Update keyboards/clawsome/fightpad/info.json * Update keyboards/clawsome/fightpad/readme.md * Update keyboards/clawsome/fightpad/readme.md * Update keyboards/clawsome/fightpad/info.json * Update keyboards/clawsome/fightpad/config.h
* [Keymap] VIA keymap for the Sofle (#10446)Sturek2020-10-016-0/+285
| | | | | | | | | | | | | | | | | | | | * Added via support * Now uses LTO_ENABLE * Deactivated console to save space * Update keyboards/sofle/keymaps/via/readme.md * Added GPL license * Update keyboards/sofle/keymaps/via/keymap.c * Update keyboards/sofle/keymaps/via/keymap.c * Update keyboards/sofle/keymaps/via/keymap.c * Update keyboards/sofle/keymaps/via/keymap.c
* [Keymap] niclake keymap for Boardwalk (#10488)Nic Lake2020-10-014-0/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initializing Boardwalk layout * rules.mk newline * config.h newline * qwerty num toggle -> tap-toggle * errant K, and _LOWER momentary toggles * Lack of autosave sucks * Converting to HHKB layout * TT(_NUM) added to num layer * Final updates for Boardwalk initialization * Final refinements * newline * Removal of extra includes * Update keyboards/boardwalk/keymaps/niclake/config.h #pragma once * Removing comment block from rules * Updates to my layout
* [keyboard] add BM60Poker support (#10475)Peter Peterson2020-10-0110-0/+447
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP working on new keymap * tweaking keymap * updated keymap * cleaned up a little bit * New preonic keymap * my preonic keymap * added mac layout * preonic map update * cleaning up old repo * cleaning up to match upstream * more cleanup * removing old keymaps * Added BM60 Poker * Apply suggestions from code review * Added license * updated license * updated license * Fixed remaining licenses and added layout to rules
* Fixed some small things and replaced deprecated definitions (#10414)Žan Pevec2020-10-022-39/+51
| | | | | | | * Fixed some small things and replaced deprecated definitions * Improvements * Reverted kemyap change
* Added replacement pcb for the matrix cain keyboard (#10436)yulei2020-10-027-0/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added replacement pcb for the matrix cain keyboard * update usb descriptor * fixed led polarity * Update keyboards/matrix/cain/cain.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/matrix/cain/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * rename from cain to cain_re * Update keyboards/matrix/cain_re/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* New keyboard: wsk/g4m3ralpha (#10431)ridingqwerty2020-10-017-0/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding alpha variants * adding cajal layouts * adding V2 PCB support adding additional layouts for new PCB version, and correecting incorrect image in info file * Cleanup master -- remove alpha9 * Cleanup master -- remove g4m3ralpha * Cleanup master -- remove cajal & sl40 * Master cleanup -- re-add sl40 * Master cleanup -- correct SL40 image * Add new keyboard: wsk/g4m3ralpha * Added license attribution to .{c,h} files * Update keyboards/wsk/g4m3ralpha/config.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/wsk/g4m3ralpha/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/wsk/g4m3ralpha/g4m3ralpha.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/wsk/g4m3ralpha/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/wsk/g4m3ralpha/config.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/wsk/g4m3ralpha/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/wsk/g4m3ralpha/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: worldspawn00 <mcmancuso@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* BM60RGB ISO: update default keymap and layout macro (#10494)James Young2020-10-012-14/+15
| | | | | | | | | | | * BM60RGB ISO: fix and extend default keymap - correctly assigns the Non-US Backslash and Hash keys - adds Function and Navigation keys - use KC_GESC instead of KC_ESC to make Grave accent available * Update layout macro The layout is the ISO equivalent of QMK's `LAYOUT_60_ansi_arrow`.
* Doc followup 9942 (#10473)nopunin10did2020-10-012-31/+37
| | | | | * Update feature_advanced_keycodes.md * Update mod_tap.md
* Port mechmini v2 for VIA support (#10497)Jordan2020-10-014-29/+31
| | | Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Add ddeklerk split_3x6_3 layout (#10470)Danilo de Klerk2020-10-011-0/+78
|
* Update make rules for community/ortho_4x12/junonum (#10467)Juno Nguyen2020-10-012-7/+10
|
* Add 64_ansi and 64_iso Community Layouts (#10463)James Young2020-10-019-0/+985
| | | | | | | | | | | | | | | | | * Add 64_ansi Community Layout * Add 64_iso Community Layout * Add readme.md with layout drawings * Edit readme.md - fix layout drawings Fix 65_ansi_blocker_split_bs and 65_ansi_blocker_tsangan drawings. * Edit readme.md - suggestions per fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Southpaw Fullsize: Add VIA support (#10469)ai032020-10-013-0/+64
| | | | | | | | | | | * Add via configurator support * Remove layers to fix via * Re-add extra via layers since it seems to work now * Replace tabs with spaces * Update readme.md
* [Keymap] Adding 2x2u default layout for Boardwalk (#10486)Nic Lake2020-10-012-0/+91
| | | | | | * Adding 2x2u default layout for Boardwalk * Defining the _RAISE layer
* KBDFans KBD19x: VIA Support & LAYOUT macro fixing (#10401)MechMerlin2020-10-015-43/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | * first pass at fixing the key labeling * second pass of fixing key labeling * third pass of this key naming * another pass of changing key naming * another pass * another pass * another pass * renamed it all * give a good vid and pid * add via keymap * add on to the comments * update readme and comments * one more small change
* Crkbd implementing return value for matrix_scan() (#10422)yhr0x432020-10-022-8/+12
|
* xd75re Multi-layer keymap (#10499)Tom Swartz2020-10-011-0/+125
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Fix SPLIT_KEYBOARD compilation for ATMega*U2, which doesn't have VBUS/OTG ↵sol2020-10-021-1/+1
| | | | | control (#10460) Co-authored-by: s-ol <s-ol@users.noreply.github.com>
* Enable Mediakeys for yiancar's 328p keyboards (#10476)yiancar2020-10-015-9/+1
|
* resolve extra param issue in boardsource/5x12 via keymap (#10501)Adam Gwilliam2020-10-011-1/+2
| | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Danny <nooges@users.noreply.github.com> Co-authored-by: Adam Gwilliam <agwilliam@yaharasoftware.com>
* [Keymap] VIA Support for Nein Macropad (#10496)thompson-ele2020-10-014-3/+44
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Rename nebula65 -> nebula68 (#10490)yiancar2020-10-0115-55/+54
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] samae keymap for RGBKB Zen rev1 (#10350)Jean Potier2020-09-303-0/+121
| | | | | | | | | | | | | | | | | | | | * Add samae's keymap to zen rev1 * Docs update * Less animations * A few cleanups * Update keyboards/rgbkb/zen/rev1/keymaps/samae/keymap.c * Update keyboards/rgbkb/zen/rev1/keymaps/samae/keymap.c * Update keyboards/rgbkb/zen/rev1/keymaps/samae/keymap.c * Update keyboards/rgbkb/zen/rev1/keymaps/samae/keymap.c * Review fix: add copyright statement
* [Keyboard] Convert ErgoDox EZ to Matrix Lite (#10189)Drashna Jaelre2020-09-305-218/+151
| | | | | | | | | | | | | * Convert ErgoDox EZ to lite matrix * Add initial config from Dactyl config Based on ErinCall's work to generalize the mcp i/o expander matrix code * formatting * Fix number of pins * Remove unused defines
* MSYS2: Switch to arm-none-eabi-gcc package (#10421)Ryan2020-10-012-42/+6
|
* Wazowski 23-19 VIA Support (#9730)Keebz Dot Net2020-09-304-4/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed keymap placement - online configurator keys were in the wrong location and needed to be fixed - fixed a key being to high on the y position * Create rules.mk * Create keymap.c * Update rules.mk added VIA support * Changed wazowski via keymap to include skipped switch * changed the vendor ID * Update keyboards/keebzdotnet/wazowski/config.h * Removed VIA enable from keyboard rules.mk * Update keyboards/keebzdotnet/wazowski/rules.mk * Fixed wazowski via keymap build errors * Added multi-layer support for Wazowski via keymap
* add tester keymaps for yushakobo/quick7 (#10282)MakotoKurauchi2020-09-303-0/+196
| | | | | | | | | | | | | * update "Hardware Availability" * add a section of "How to build" * update "Hardware Supported" * add tester keymaps for yushakobo/quick7 * update license headers in keymaps/tester/config.h Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
* [Keyboard] Add astro65 handwired (#10449)Brandon Claveria2020-09-299-0/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add pandemic keyboard * Fix default keymap * Add via keymap * Fix via keymap * Fix keymaps and pandamic.h * add info.json * update info.json * Apply suggestions from code review * Update keyboards/handwired/swiftrax/pandamic/info.json * make suggested changes * Add astro65 * fix info.json * Apply suggestions from code review * add more layers for via * Apply suggestions from code review * halp * add other layout * fix astro65.h * commit suggestions * Update keyboards/handwired/swiftrax/astro65/info.json
* Add Unicode modes for `handwired/riblee_f401:riblee` (#10461)Reibl János Dániel2020-09-283-3/+21
| | | | | | * Add unicode modes * Update keyboards/handwired/riblee_f401/keymaps/riblee/config.h
* Update mrsendyyk Community Layouts (#10338)Sendy YK2020-09-2814-324/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add layouts/community/numpad_5x4/mrsendyyk * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Rename my community layouts * Rename * Rename * Cleanup my code * Update readme.md * Cleanup * Update keymap.c * Delete unnecessary files
* [Keyboard] Add SiCK-PAD handwired keyboard (#10429)Joel Schneider2020-09-287-0/+193
| | | | | | | | | | | | | * Add sick_pad * Adjust setup for Proton C * Add readme * Add info.json * Make requested changes * Resolve PR issues
* Swapparoo of bottom row keys (#10277)MechMerlin2020-09-281-3/+3
|
* Merge pull request #10457 from 2Moons-JP/trifecta_keymapRyan2020-09-281-1/+1
|\
| * Trifecta Keymap2Moons-JP2020-09-271-1/+1
| |
* | [Keyboard] Add PloopyCo devices (#7935)Drashna Jaelre2020-09-2725-0/+1938
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit for Ploopyco Trackball This is a WIP at this point. Most of it compiles, but the SPI commands are non-functioning as they come from Arduino, so don't exist in LUFA * Convert SPI commands from arduino to LUFA But I have no idea if this is actually correct or not * Update keyboard readme * Clean up ploopyco trackball * Update readme * Update mouse key stuff * last minutue cleanup * Add caveat about scroll wheel * Fixup to code * Additional fixup * Add movement multiplier * Rename folders * mid changes * temp * Got it working!!!!! * Additional cleanup of code * Make unused pin calls more compact * Rotation info * Add debouncing checks * Make everything replaceable * Add info.json * Include ISP flashing info * Better handling for user customization * Reconfigure CPI stuff * fix issues with debug printing * Fix tiny scroll issue * Add and update scroll code from ploopy mouse * Update licensing * Add PloopyCo Mouse * Cleanup and layout stuff * Move common files to main folder for reuse * Increase polling rate * Update image for mouse * Apply changes from code review * Add VIA support
* | Keyboard update: SL40 (#10445)ridingqwerty2020-09-277-19/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding alpha variants * adding cajal layouts * adding V2 PCB support adding additional layouts for new PCB version, and correecting incorrect image in info file * Cleanup master -- remove alpha9 * Cleanup master -- remove g4m3ralpha * Cleanup master -- remove cajal & sl40 * Master cleanup -- re-add sl40 * Master cleanup -- correct SL40 image * Keyboard addenda: Production version of sl40 Co-authored-by: worldspawn00 <mcmancuso@gmail.com>
* | [ke