| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Co-authored-by: Janos Daniel Reibl <janos.daniel.reibl@protonmail.com>
|
|
|
| |
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
| |
* Add layout: 65_iso_blocker_split_bs
* Add layout to readme
|
|
|
|
|
|
|
|
| |
The `KEYBOARD_SHARED_EP=yes` option was breaking the VIA support,
because the raw HID interface number in this case was 0 instead of 1,
and the VIA app depends on the exact interface number for raw HID.
Change the interface ordering to put the shared interface before the raw
HID interface if `KEYBOARD_SHARED_EP` is enabled, so that the raw HID
interface can keep its number.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add new qmk generate-api command, to generate a complete set of API data.
* Generate api data and push it to the keyboard repo
* fix typo
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* fixup api workflow
* remove file-changes-action
* use a more mainstream github action
* fix yaml error
* Apply suggestions from code review
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* more uniform date handling
* make flake8 happy
* Update lib/python/qmk/decorators.py
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
This is the recommendation in the [PR
Checklist](https://docs.qmk.fm/#/pr_checklist?id=keyboard-prs) and it
will make working with them easier in the CLI/API/etc.
|
|
|
|
|
|
|
| |
* Freoduo v1 - with fixes from @fauxpark and rebased to master branch of QMK.
* One more suggested fix from @fauxpark
* Fixes after @drashna review.
|
|
|
|
|
| |
* emajesty/eiri: info.json debug linting
* fix info.json key sequence
|
|
|
|
|
|
| |
* Correctly name keyboard in info.json
* Added website and layout key labels to info.json
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Roadster
* Update keyboards/clawsome/roadster/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/clawsome/roadster/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Auto label all the things
* Makefiles are core changes
* Add label to submodule changes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Ciao Terrazzo!
* Keymap updates
* Adding info json
Cleaning up keymap files
Readme updates with template
* Coding style updates
* Removing vscode files
* PR feedback updates
* biton32 -> get_highest_layer update
Adding license headers
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update info.json
* Create keymap.c
* Create config.h
* Create rules.mk
* Update keymap.c
* Update keymap.c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add pteron44
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggestions from code review part 2
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add basketweave keyboard
* Fixed missing key in info.json layout
* Update keyboards/basketweave/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/basketweave/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Zoom keymap for ANAVI Macro Pad 8 with the following shortcuts:
* Alt+V: Start/stop video
* Alt+A: Mute/unmute my audio
* Alt+M: Mute/unmute audio for everyone except the host
* Alt+S: Start/stop screen sharing
* Alt+R: Start/stop local recording
* Alt+P: Pause/resume recording
* Alt+C: Start/stop cloud recording
* Switch to 2nd layout to control backlighting and underlighting
Signed-off-by: Leon Anavi <leon@anavi.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add initial Cordillera config
* Update readme
* Update info.json layouts
* Update preview image
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove extra rules
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update bootmagic rule
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
| |
* Fix two `qmk info` complaints
* Oops
|
| |
|
|
|
|
|
| |
* 3731 bug fix
* bug fixes
|
|
|
|
|
| |
* nix-shell: update nixpkgs reference
* nix-shell: add missing python dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add NIBBLE keyboard
* Update VID for VIA compatibility
* Add QMK PR feedback
* Update matrix_init_remote_kb()
* Update with requested changes
Clean up config, makefile rules, and keymap files
* Update with changes for unified ANSI/ISO layout
* Add NO_USB_STARTUP_CHECK note in readme
* Add license info, update with PR changes
-Refactor encoder, via_extras code
-Refactor VIA specific code to live in keymap folder
-Remove non-inclusive naming in remote keyboard.c/h
-Add documentation to remote_keyboard.c
-Add compiler check for vusb_detect for non-avr micros
* Fix print formatter in encoder handler
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Small PR updates
-Remove unneded matrix code from nibble.c
-Clean up include code in nibble_encoder.h
* Update Big LED headerfile
-Declare Big LED functions in header file (derp)
* Update keyboards/nullbitsco/nibble/nibble.c
-Update with drashna's suggested CAPS LED code change
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/nullbitsco/nibble/rules.mk
-Update with drasha's suggested makefile formatting changes
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Fix caps_lock typo
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
| |
* Add jian backlight enabled ifdefs
* Fix adavnced layout LAYOUT_dips usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [Keyboard] Add support for Tunks Ergo33
* [Keyboard] Ergo33: Code style fixes
* [Keyboard] Ergo33: Add GPL license headers
* [Keyboard] Ergo33: remove keymap_config declarations
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
| |
* Add Cospad VIA support
* Update keymap.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add infinity88 PCB
* Update rules.mk
* Update info.json
* Add VIA support Kanu PCB
* Update keyboards/mechlovin/infinity88/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial userspace
* DZ60 map
* Quefrency map
* Sinc map
* Set up MAKE key for all personal maps
* Light userspace cleanup
* Formatting and comments zzz...
* Licensing and userspace README
* Swap: EXTRAFLAGS -> LTO_ENABLE in userspace rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Improve KC_MAKE: KC_ENT -> \n
Co-authored-by: Ryan <fauxpark@gmail.com>
* Swap left grouping on _FN for pairs
* Add '?' -> backslash on _FN
* Remove commented code
* Organize lines in rules.mk
* Add left hand scroll keys
* Move configs to config.h
* License blitz
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
|
| |
|
|
|
| |
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* Added STM32F042x6 support for EEPROM emulation
* Default to lower stack size on STM32F042
* Moved stack setting
* Re-moved stack definition
* Removed unnecessary check
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Update labeler to use pull_request_target
* Add back whitespace
* Add CI label
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* initial port of keymap to latest qmk version
* forgot to add space cadet shift, fixed
* corrected colors and added color macros
* added custom rgb matrix effects
* enabled extrakey
* updated readme
* Added GPL3 License Headers
* Added images to readme
* clang-format
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* renamed README.md to readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add IDOBAO ID87.
* Layout changes.
* Updated rules.mk
* Implemented capslock led.
* Updated readme to new version.
* Fixed the info.info.json for the new layout.
* Updated RGB number config.h.
* Update rules.mk to try and line up nicely.
* Fix via keymap.keymap.c
* Fix all the auto-created labels.
* Update keymaps again.
* Add additional RGB commands.
* Update keyboards/id87/info.json
Format update.
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/id87/readme.md
Remove quotations.
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/id87/readme.md
Change Flash to Flashing
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/id87/rules.mk
Alignment Fix
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/id87/info.json
Remove qmk_converter link meta.
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adding my keymap
* Add a starter keymap for kyria
* Updated keymap
* Add auto shift, tapping modifications and gravatar oled bitmap
* Add flashing helper scripts
* Updates to my keymap
* Enable raw hid and rgblight sleep
* Cleanup
* Updated keymap and board features
* Remove some RGB modes for space
* Start working on a miryoku-like keymap.
This adds homerow mods to my keymap on the base layer and adds
a game layer that doesnt have them
* more work on keymaps
* Fine tuning home row mods
* update keymap
* Keymap update
* add split transport
* keymap
* cherry pick from develop
* merge develop
* fix
* keymap iterations
* Refactoring
* continued refactoring
* messing with rgb
* update layer coloring
* continued refactoring
* more features
* modifier color
* Move stuff to userspace
* Moving stuff out to userspace
* refactoring into userspace
* More refactoring
* Fixing some errors in the keymap and changing the oled output
* Sync zen1 keymap to my userspace config
* Update copyright notices and revert transport.c to master
* Swap tab and esc
* Remove a file accidentally created
* Use LTO_ENABLE to turn on Link_Time_Optimization
* Drop modtap thumbs on game layout
* Update game keymap
* More iteration on the game keymap
* Add oled indications of kitty and i3 mod
* Promote colemak to default
* Update tapping term for modtap keys
* Add per key tapping term
* Use left modifiers on right side
|
|
|
|
|
|
|
|
|
|
|
| |
* ikki68 from wuquestudio
* NEW ikki68
* Add support for ikki68
* Update readme.md
Co-authored-by: root <root@LAPTOP-GZH.localdomain>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add jack's planck keymap
* move to community layouts
* add image to readme
* fix imgae
* fix image for real
* Update layouts/community/ortho_4x12/jackhumbert/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add files via upload
* Update keyboards/mexsistor/ludmila/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/mexsistor/ludmila/ludmila.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update ludmila.h
* Update keymap.c
Disable unnecessary code
* Update rules.mk
* Update matrix.c
* Update keyboards/mexsistor/ludmila/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keymap.c
* Update keyboards/mexsistor/ludmila/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keymap.c
* Update keymap.c
* Update ludmila.h
* Update keyboards/mexsistor/ludmila/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/mexsistor/ludmila/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/mexsistor/ludmila/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/mexsistor/ludmila/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/mexsistor/ludmila/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/mexsistor/ludmila/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Add files via upload
* Add files via upload
* Delete config.h
* Delete
* Update readme.md
* Update readme.md
* Delete tapdance timing
* Delete matrix.c
* Create matrix.c
* Deleted ludmila, add ludmila_v1
* Update readme.md
* add ludmila
* delete ludmila_v1, create ludmila
* Create matrix.c
* Change in matrix.c code and sustitute yes/lite custom_matrix in rules.mk
* Update keymap.c
* Add description; Change on RGB PIN
* Revert "Add description; Change on RGB PIN"
This reverts commit cfbe5349259446f49e8885e995d9cac1b77dac01.
* config.h and rules.mk update
* Update keyboards/mexsistor/ludmila/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/mexsistor/ludmila/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/mexsistor/ludmila/rules.mk
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: U-MEXSISTOR\Macropads <Kevin M>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Create bootloader_defs.h
* Create chconf.h
* Create config.h
* Create halconf.h
* Create info.json
* Create mcuconf.h
* Create rartlice.c
* Create rartlice.h
* Create readme.md
* Update readme.md
* Create rules.mk
* Create keymap.c
* Update config.h
* Update rules.mk
* Update config.h
* Update keymap.c
* Update rules.mk
* Delete bootloader_defs.h
* Update rules.mk
|