Age | Commit message (Collapse) | Author |
|
|
|
* 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
|
|
|
|
|
|
* add SCREEN_NAV layer for copy/pasting within screen
* working readreg/paste macros
* working read reg / paste macros
* write log and tran patterns, and expand
* add ls -la shortcut, add tab on combined layer
* put delete word on the right pinky key on shell_nav layer
* add TAB on the right side, add reset key
* added Cloud9 macros
* add cloud9 shortcuts to atreus layout
* added BROWSER_CONTROL layer
* finalized browser control layer
* adding comment
* add browser control layer to atreus
* add flashing command line
* remove the tab on combined layer
* remove the tomouse
* remove mouse layer, change log/tran expand patterns, cleanups
* add dumptlog macro
* add "delete to home" shortcut
* fix conflict
* remove unneeded mouse layer
* add meh shortcuts on the browser_control layer
* add/modify some macros
* explain the various layers
|
|
* add yanfali's patch to get rid of the e6v2 directory in configurator
* fix matrix for 60_ansi
|
|
* Add files via upload
Added a nordic layout for UT47
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Add files via upload
* Update to readme and keymap files
* Update readme.md
Changed cover image
* Update readme.md
typo fix
* Delete config.h
* Delete keymap.c
* Delete readme.md
* Delete rules.mk
* Updated cover image in readme.md
Fixed typo in image of keymaps
* Update keymap.c
Changed backslash to forward slash in first function layer.
* Add files via upload
* Delete config.h
deleting files so I can upload to a folder with lower case name
* Delete keymap.c
deleting file so I can change to lower case name
* Delete readme.md
deleting file so I can change to lower case name
* Add files via upload
* Update keymap.c
Cleaned up definitions in beginning of file.
* Update keymap.c
forgot an include
* Update keymap.c
* Update readme.md
Updated picture of layout, link was wrong and pointed to an old/removed image.
* Update readme.md
Fixed error in link to keyboard layout editor
* Update keymap.c
More cleanup of the includes at beginning of file
* Update config.h
* Update keymap.c
Fixed typo: Volume Down and Volume Up on the Tab layer were switched.
* Update keymap.c
* Added a macro on the Tab layer for <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>
* Added a macro on the Gaming layer for <kbd>Alt</kbd>+<kbd>Tab</kbd> (replaces prebious Backspace key)
* Update readme.md
Updated readme.md file to reflect changes to keymap.c in cover photo and KLE link.
(added short cuts for Ctr Alt Del and Alt Tab)
|