Age | Commit message (Collapse) | Author |
|
I incorrectly disabled a bunch of code that shouldn't have been disabled. This should only disable music mode stuff, not general audio.
|
|
* Make sure Planck light calls user suspend functions
* Add suspend.h include to quantum.h for kb/user function compatibility
|
|
* Reorder keycode list docs according to HID usage
* Add missing keycodes/descriptions/aliases
|
|
(#3564)
* Rules for vitamins_included
Added a section to disable RGB underglow for the Let's Split
Vitamins Included board.
* fixing ortho_4x12 configs
* Using upstream/master version instead
* Additions and Corrections
Corrected the Kinesis/Stapelberg's .c file to allow LEDs to work
Removed excess cruft from my Kinesis keymap to reflect this change
Other minor tweaks and adjustments to my ortho_4x12 and 5x12 layouts
* Updated readme
|
|
* dz60/macos_arrow: move the eject key on esc to leave right cmd+bksp for move to trash
* dz60/macos_arrow: move the reset key on the media layer
This avoids accidental activation.
* dz60/macos_arrow: disable LEDs
|
|
|
|
* update flashing guide with pre-compiled binary
* Add files via upload
* Update isp_flashing_guide.md
* update file and instructions
* update instructions
|
|
* qmk_install fix for windows users.
* Updated wildcard to caputre both MSYS and MINGW64 in qmk_install
* added OR to windows qmk_install
|
|
|
|
* M0110 Converter Initial Commit
Port of the M0110 converter from TMK to QMK
* Fixed Typo
|
|
|
|
* display of LED mode
* refactoring
* modified a keymap
* use extra jp header
|
|
|
|
Underglow (#3546)
* build break fix for HelixPico
* add customize variable 'Link_Time_Optimization' into rev2 and pico keymaps rules.mk
* "CFLAGS += -flto" change to "EXTRAFLAGS += -flto"
* add USE_Link_Time_Optimization macro
|
|
* Document the correct path to the let's split EEPROM files.
* Document the EEPROM files in /quantum/split_common/ as the canonical location.
|
|
* Reformat default keymap to use LAYOUT, move RGB controls to RAISE layer
* Use set_single_persistent_default_layer instead of old method
|
|
* add support for 4x4 macropad
* Update readme.md
* set DFU escape key
* cleanup
* Update config.h
* Update keymap.c
* Update config.h
* Update keymap.c
* Update 4x4.h
* reviewed
fudging review automation
* playing with the system
* reverting
* Required additions made
Added support for additional layouts
* tidy up default keymap
|
|
* Squash layout to fit on Planck
* Replace AST with PAST keycode so that it works with layer tap
* Review markups
|
|
* Add keyboards/whitefox/keymaps/constexpr
* Conform to project coding conventions
* Tweak numpad layer keys
* Remove unnecessary directives
|
|
|
|
* Format Space Cadet documentation
* Fix page filenames
* Move Caveats section up
|
|
|
|
|
|
* Add image
* Improvements to my Contra layout
* Quick fix for Level3 layer
|
|
* Fix some minor errors in tap dance example
Fix for #3529
Fix minor errors in the code examples for __Example 4: 'Quad Function Tap-Dance'__ and relevant documentation.
Clarified the need to include the header file in `keymap.c`.
* Use #pragma once in header guard
Fix for #3529
Implement change requested in #3530
|
|
* modifications to add mouse buttons 1-4 and misc
* Add khord chocopad keymap
* fix merge message
* Add unagi keymap
* Add readme for unagi planck keymap
* Replace boilerplate for unagi keymap
|
|
|
|
|
|
* Add Rorschach keyboard
* Add info.json
* Replace header guards with pragma once
|
|
* Keyboard: Added support for HID Liberation Device
* Keymap: Custom (bakageta) layout for HID Liberation Device
* Updated with requested changes
|
|
* Some words about backlighting
* Link to RGB feature pages
|
|
|
|
|
|
* holefully correct error in mtdjr userspace for layer_state_set_user
* return state and wrap rgb actions in their own conditional
|
|
|
|
* add caps lock led support to DZ60
* changes from drashna's code review comments
* call led_set_user at the end of led_set_kb
|
|
* Add HHKB keymap
* Add hhkb layout to info.json
|
|
|
|
|
|
|
|
|
|
* Make Bootmagic and Command docs a little easier to read
* Sometimes Bootmagic/Command is default on
* "Escape" pipe character so it renders correctly
|
|
* added alternating led pattern
* added alternating with rgblight_config values
* removed my comments
|
|
* Fixed pin for RGB
* Implemented drashnas fixes for filesize
|
|
I couldn't understand this sentence at first owing to the confusion
between right meaning "correct," and right meaning "right-handed."
|
|
|
|
|
|
To prevent people from picking the wrong version for their MCU
|
|
* jennetters iris keymap, re-write for improved readability.
* Update rules/config/keymap to follow correct makefile structure
|
|
* jennetters fourier keymap, tapdance declarations and reformatted keymap file for readbility
* Update rules and keymap to follow new makefile setup.
* Add #pragma once to config.h
|