| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tap Hold page + removed trailing whitespaces (#10391)
* Wording & formatting changes in Tapping Force Hold
The Permissive Hold and the Ignore Mod Tap Interrupt sections were also modified to remove the quotes
around "tapping".
* Removed all trailing whitespaces from tap hold doc
* "it's simply really:" → "it's simple really:"
* "This allows to keep the ability" → "This allows keeping the ability"
Used the gerund form of "to keep" in the Tapping Force Hold section of the Tap Hold docs.
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add Canoe Gen2
* Fix info.json
* Update info.json
* Changes
* Move canoegen2 to canoe_gen2
* Update canoe_gen2.h
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* add hannah65
* add iso layout, ansi layout
* Update readme.md
* add mechlovin9
* update
* update
* update
* Update keyboards/mechlovin/hannah65/mechlovin9/info.json
* Update keyboards/mechlovin/hannah65/mechlovin9/info.json
* Update keyboards/mechlovin/hannah65/mechlovin9/readme.md
* Update keyboards/mechlovin/hannah65/readme.md
* Update keyboards/mechlovin/hannah65/rev1/info.json
* Update keyboards/mechlovin/hannah65/rev1/info.json
* Update keyboards/mechlovin/hannah65/rev1/rev1.h
* Update keyboards/mechlovin/hannah65/rev1/rev1.h
* Update keyboards/mechlovin/hannah65/mechlovin9/info.json
* update
* Update keyboards/mechlovin/hannah65/mechlovin9/info.json
* Update keyboards/mechlovin/hannah65/mechlovin9/info.json
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Create rules.mk
* Add files via upload
* Update keyboards/lazydesigners/the30/keymaps/via/keymap.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Adding duckboard to QMK
Adding duckboard support to QMK
* added duckboard under doodboard
* changed debouncing delay to debounce
* Update keyboards/doodboard/duckboard/config.h
* Update keyboards/doodboard/duckboard/config.h
* Update keyboards/doodboard/duckboard/kb.h
* Update keyboards/doodboard/duckboard/keymaps/default/keymap.c
* Update keyboards/doodboard/duckboard/rules.mk
* Update keyboards/doodboard/duckboard/kb.h
* Update keyboards/doodboard/duckboard/kb.c
* Update code per review
Update code per review
* folder name errod
folder name errod
* Update keyboards/doodboard/duckboard/config.h
* Update keyboards/doodboard/duckboard/rules.mk
* Update keyboards/doodboard/duckboard/rules.mk
* Update keyboards/doodboard/duckboard/config.h
* Create info.json
* Update keyboards/doodboard/duckboard/duckboard.h
* Update keyboards/doodboard/duckboard/info.json
* Update keyboards/doodboard/duckboard/info.json
* Update keyboards/doodboard/duckboard/duckboard.h
* Update keyboards/doodboard/duckboard/readme.md
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Specifically, the `BE_CIRC` is an alt-ed keycode, which means it
doesn't fit into the 8 bit keycode range... It should be `BE_SECT`,
as it is already alt-ed by the alt lut.
Confirmed that this change fixes compilation warnings and works
correctly, on reddit.
https://www.reddit.com/r/olkb/comments/iywin1/unsigned_conversion_from_int_to_unsigned_char/g6jvfgl/
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Modifed for BKS65
* Added test board
* attempts
* Working compile
* updated rules for processor frequency and documented
* Disabed some deprecated features
* Removed extraneous code
* remove test code
* Renamed board
* LED and layer code
* Added via support
* Update keyboards/fjlabs/bolsa65/bolsa65.c
Fixed indentation as suggested.
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous defaults
* Update keyboards/fjlabs/bolsa65/keymaps/default/keymap.c
Different layer enumeration method
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
New layer enumeration method.
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous description.
* Update keyboards/fjlabs/bolsa65/keymaps/via/rules.mk
Removed extraneous bootmagic
* Update keyboards/fjlabs/bolsa65/rules.mk
Updated rules
* Update keyboards/fjlabs/bolsa65/readme.md
Markdown list formatting
* Update keyboards/fjlabs/bolsa65/bolsa65.h
Changed layout name
* Update keyboards/fjlabs/bolsa65/info.json
Changed layout name
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
Changed Layout name
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
Change layout name
* Changed layout names
* Updated readme to reflect new keyboard name
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous code
* Added license file header
* Removed VSCode folder
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
* Update keyboards/fjlabs/bolsa65/info.json
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
|
| | |
|
| |
| |
| | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
|
| |
| |
| |
| | |
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* edit vid and pid
* add VIA keymap
* add my name to the readme
* Update keyboards/gray_studio/hb85/keymaps/via/config.h
* we have a third endpoint, no need to disable mousekeys
* Update keyboards/gray_studio/hb85/keymaps/via/keymap.c
* add license header
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add ai03/soyuz:via
* Update config.h
* Update keymap.c
* Revert "Update keymap.c"
This reverts commit e3766b3b603aecca82b337e5ae8d5613f47526d6.
* Update keymap.c
* Update keymap.c
* Update keyboards/ai03/soyuz/config.h
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Create keymap.c
* Add files via upload
* Added files for handwired 3d printed clueboard 660
* create via layout files
* added layout files for via
* updated product ID to fix id conflicts
* change product ID to fix ID conflicts.
* fixed capitalization error that was causing issues
* fixed capitalization issues.
* fix syntax errors
* Fixed syntax errors (stray punctuation)
* Compatibility fixes
* Compatibility fixes
* Compatibility fixes
* Compatibility fixes
* capitalization fixes
* Compatibility fixes
* Compatibility fixes
* Compatibility Fixes
* Compatibility fixes
* Compatibility fixes
* Compatibility changes
* upkeep, fixing typos
* Update keyboards/handwired/3dp660/config.h
Removed Description line
* Update keyboards/handwired/3dp660/rules.mk
correct bootloader
* Update keyboards/handwired/3dp660/3dp660.h
fix case sensitive typos
* Update keyboards/handwired/3dp660/keymaps/default/keymap.c
change tab indentation to space indentations.
* Update keyboards/handwired/3dp660/keymaps/via/keymap.c
change tab indentations to space indentations
* Delete 3dp660.json
This file was for VIA, and shouldn't be in this repo. I placed it here so I wouldn't misplace it in my filesystem. My apologies.
* Update info.json
change suggestions to other file said to lowercase "ansi", caused reference issues, changed all instances of "ANSI" to "ansi".
* Update keymap.c
change suggestions to other file said to lowercase "ansi", caused reference issues, changed all instances of "ANSI" to "ansi".
* Update keymap.c
more capitalization fixes
* Update keyboards/handwired/3dp660/readme.md
shortened imgur url
* Update keyboards/handwired/3dp660/rules.mk
remove extraneous comments
* Delete config.h
* Update keyboards/handwired/3dp660/rules.mk
* Update 3dp660.c
add license headers to all .c and .h files
* Update 3dp660.h
added license header to all .c and .h files.
* Update keymap.c
added license header to all .c and .h files.
* Update keymap.c
added license header to all .c and .h files.
* Update keyboards/handwired/3dp660/readme.md
Add maintainer URL
* Update keyboards/handwired/3dp660/keymaps/default/keymap.c
remove extraneous default keymap layers
* Update keyboards/handwired/3dp660/keymaps/default/rules.mk
* Update rules.mk
Moved LTO to keyboard level.
* Update rules.mk
Moved LTO to keyboard level.
* Delete rules.mk
Made obsolete by LTO move to keyboard level.
* Update keyboards/handwired/3dp660/rules.mk
capitalization errors.
* Apply suggestions from code review
Housekeeping, changing code for readability.
|
| |
| |
| |
| |
| |
| | |
* add VIA keymap
* Update keyboards/flehrad/bigswitch/keymaps/via/keymap.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Trifecta 09-20
* Update keyboards/basekeys/trifecta/config.h
* Update keyboards/basekeys/trifecta/config.h
* Update keyboards/basekeys/trifecta/config.h
* Update keyboards/basekeys/trifecta/keymaps/default/keymap.c
* Update keyboards/basekeys/trifecta/keymaps/via/keymap.c
* Update keyboards/basekeys/trifecta/rules.mk
* Update rules.mk
Suggested Changes
* Update keyboards/basekeys/trifecta/readme.md
* Update keyboards/basekeys/trifecta/readme.md
* Tap Dance Removal
* Update keyboards/basekeys/trifecta/keymaps/default/keymap.c
* Update keyboards/basekeys/trifecta/keymaps/default/keymap.c
* Update keyboards/basekeys/trifecta/keymaps/via/keymap.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [Keyboard] Support MJ61 which is a 60% ANSI STD Hotswap RGB keyboard
* Update keyboards/melgeek/mj61/mj61.c
* Update keyboards/melgeek/mj61/mj61.c
* [Keyboard] MJ61 Add license header for files and the link for readme
* Update keyboards/melgeek/mj61/readme.md
* Update keyboards/melgeek/mj61/rev1/config.h
* Update keyboards/melgeek/mj61/rev1/rules.mk
* Update keyboards/melgeek/mj61/mj61.c
* Update keyboards/melgeek/mj61/mj61.c
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Minor updates ai03/soyuz:mrsendyyk
* Update keymap.c
* Update readme.md
* Update keymap.c
* Update readme.md
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adding my kbd67mkii keymap and some changes to kumo
Keymaps for kbdfans/kbd67/mkii_soldered and thevankeyboards/minivan
* Changes to minivan layout
* KBD67 keymap
* commiting my files
|
| |
| |
| |
| |
| | |
* add swap hands config
* move to rev1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* add retropad
* fix indicator leds
* fix bootmagic
* fix led indicators
* fix keymap
* fix keymap
* fix keymap
* fix keymap
* fix license headers
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Swiftrax <swiftrax@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* add understanding_qmk.md translation
* update based on comment
* update based on comment
* update based on comment
* update based on comment
* update based on comment
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|