Age | Commit message (Collapse) | Author |
|
* change readme.md
* diy LayerTap function
* fixed forgot update_tri_layer
correspound permissive hold
* update README
* change No_event of general shift
* update symbolic layout
* merge symbolic_general_shift to symbolic layout
* update README.md
* following code style
* delete excess codes, change codes that don't follows the code style
|
|
|
|
|
|
|
|
|
|
* remove offset
* update layout(I missed)
* formatted
|
|
* Adding Numeric Keypad //e to conversions
* Update keyboards/converter/numeric_keypad_IIe/config.h
//e -> IIe
Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/converter/numeric_keypad_IIe/config.h
//e -> IIe and wrapped description in quotes for comma inclusion
Co-Authored-By: newbold <adam@neatnik.net>
* Updating info.json for Configurator
* Corrected legend
* Update keyboards/converter/numeric_keypad_IIe/info.json
Corrected layout
Co-Authored-By: newbold <adam@neatnik.net>
|
|
* [Keyboard] Add support for matrix_scan_user to usb-usb converter
* update to matrix_scan_quantum
* also add init calls
|
|
(#5292)
* handwired/terminus_mini: refactor
- white space changes in terminus_mini.h (alignment)
- keymap now uses #include QMK_KEYBOARD_H
- refactored TMK macros into QMK process_record_user
- refactored TMK layer functions into QMK keycodes
- removed redundant keycode definitions
* handwired/terminus_mini: Configurator support
* handwired/terminus_mini: readme cleanup
- completed keyboard description
- removed Hardware Availability line (it was blank)
- updated Docs links
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move TD_FN_RCTL after TD_RCTL_FN
|
|
|
|
|
|
|
|
|
|
|
|
Some keyboards misuse _user functions by defining them in the base files
instead of the corresponding _kb functions (especially led_set_user and
matrix_init_user). Until this is fixed (#5148), I've removed definitions
in my userspace that could cause linking collisions.
|
|
|
|
Not added: eeconfig_update_keymap, eeconfig_read_keymap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Initial Prime_E commit
* Via support for Prime_EXL
* Backlight testing
* update libs
* Clean up and addition of VIA compatibility.
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/primekb/prime_e/keymaps/default/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/primekb/prime_e/keymaps/default/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/primekb/prime_e/keymaps/default/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/handwired/prime_exl/keymaps/via/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* Update keyboards/primekb/prime_e/keymaps/default/keymap.c
Co-Authored-By: holtenc <holtenc@gmail.com>
* removed IS_COMMAND from config.h. updated GPIO commands
* clean up libs
|
|
* add dz60rgb keyboard
* add info.json
* Update config.h
* Update rules.mk
* Update dz60rgb.h
* Update dz60rgb.c
* Update keymap.c
* Update dz60rgb.h
* Create readme.md
* Update readme.md
* Update keymap.c
* Update dz60rgb.h
* Update info.json
* Update info.json
* Update dz60rgb.c
add dz60rgb ansi, iso and hhkb support
* Update dz60rgb.h
add dz60rgb ansi, iso and hhkb support
* Add files via upload
* Add files via upload
* Delete config.h
* Delete keymap.c
* add ansi,iso and hhkb layout
* add dz60rgb ansi,iso and hhkb layout
* Update keyboards/dztech/dz40rgb/dz40rgb.c
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/hhkb/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/iso/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz40rgb/rules.mk
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/ansi/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/default/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz40rgb/keymaps/default/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update dz40rgb.c
|
|
* Initial refactor of handwired bluetooth mod to keymap
* Initial refactor of handwired bluetooth mod to keymap - strip out unnecessary duplicate config, update readme
* Initial refactor of handwired bluetooth mod to keymap - reduce firmware size
* Initial refactor of handwired bluetooth mod to keymap - update readme image
|
|
* Add INSERT and EEP_RST to HS60 keymap
* Add INSERT to keymap
|
|
* HS60 v2: Instructions how to reset and flash
* HS60v2 README using place holder for keymap
|
|
* unausgeschlafen quefrency keymap
* added build & flash instructions
* review by drashna
|
|
|
|
* Fix whitespace and Markdown errors
* Add DCompact layout implementation for Levinson keyboard
* Rename README.md to readme.md
* Rename README.md to readme.md
* Rename README.md to readme.md
* Update keyboards/keebio/levinson/keymaps/dcompact/keymap.c
Co-Authored-By: loksonarius <loksonarius@users.noreply.github.com>
* Update keyboards/keebio/levinson/keymaps/dcompact/keymap.c
Co-Authored-By: loksonarius <loksonarius@users.noreply.github.com>
|
|
* Add Dozen0 macropad
* Fix readme image
* Add info.json
* Fix keymap f12
* Fix copyright and replace include guards
* remove IS_COMMAND at config.h
|
|
* add dusty keymap
* change keymap folder to match my github username
* initial keymap completed in comments only
* layout without NAV completed in comments only
* disable Command to prevent interference with Space Cadet keys
* switch _ and \ in the symbol layer
* Layers complete through _NAV
* add thumb keys to _NAV
* complete _NUM
* all layouts complete; still needs `process_user_record()`
* completed first draft of keymap; still needs config.h to match
* corrected keycodes for Mac macro-volume keys
* fix Mac mute keycode
* add missing Mac keycodes for previous and next track
* placeholder for qwerty layout, not yet completed;
remove unnecessary breaks;
add todos
* eliminate Preonic branch before switching to Minidox branch:
• delete dustypomerleau Preonic keymap folder
• complete keymap.c (QWERTY layer, vanilla numbers layer)
TODO:
• add preferences to config.h
• complete the README
* edit commented keymap diagrams for clarity in dual function keys
* define initial config.h and add rules.mk for mouse key support
* fix redundant line after implementation of tap_code()
* fixed key_timer declaration, added README and rules
* formatting of keymap
* add CTPC to config
* cycle thumb keys to favor center position
* modify config.h for temporary Pro Micro compatibility
* remove superfluous call to use serial; homebrewed mod tap keys are still broken with OSL
* merge _SYS and _MEDIA on new Z_SYS key
* ALT_OP example of new MT macro complete
* initial narze-inspired MT fixes in PRU
* add (currently superfluous) custom keycode for the _SYS layer
* rudimentary `OSL` symbol macros that immediately register the mod and fail to reset the oneshot layer, but do output the proper keys—fix both of these things
* remove permissive hold to improve tapping performance
* remove calls to `clear_oneshot_layer_state()`, as they have no effect inside `process_record_user()`. Tapdance appears to be the way forward.
* final commit before tapdance code; correct layout in comments
* initial tapdance code for shifted mod taps
* add numeric and ergo NUM layers and pinky shifts for keycuts
* add TD() wrappers to tapdance codes and clean up commented layout guides
* add faux return to cur_dance to allow compilation - TODO: research what the default clause should be in cur_dance
* update commented schematics for better readability
* add backspace and delete to lockable layers, Z_SYS -> SYS_Z for consistency, fix schematic errors
* add `DOUBLE_SINGLE_TAP` to tapdance cases to allow doubling of the single tap character without waiting tapping term
* remove reduced oneshot tapping toggles
* update README
* newline tweak :)
* Update keyboards/minidox/keymaps/dustypomerleau/keymap.c
Co-Authored-By: dustypomerleau <dustypomerleau@users.noreply.github.com>
* Update keyboards/minidox/keymaps/dustypomerleau/config.h
Co-Authored-By: dustypomerleau <dustypomerleau@users.noreply.github.com>
* Update keyboards/minidox/keymaps/dustypomerleau/config.h
Co-Authored-By: dustypomerleau <dustypomerleau@users.noreply.github.com>
* Update keyboards/minidox/keymaps/dustypomerleau/config.h
Co-Authored-By: dustypomerleau <dustypomerleau@users.noreply.github.com>
* Update keyboards/minidox/keymaps/dustypomerleau/config.h
Co-Authored-By: dustypomerleau <dustypomerleau@users.noreply.github.com>
* remove `PREVENT_STUCK_MODIFIERS`, as this is default behavior
* enable extrakey in rules to enable media keys
* enable extrakeys for media key compatibility on macOS
* add dash and slash to _NUM layers
* change to universal volume keycodes
* revert micro volume adjustments to macOS-specific codes due to lack of functionality (macro volume adjustments are still universal)
|
|
* keymap + alpha
* some fixes
* keymap + alpha
* some fixes
* drashna changes
* linked main Alpha repo in keyboards/alpha readme
* missed a spot
* there's another function called FUNC lol
* keymap + alpha
* some fixes
* keymap + alpha
* drashna changes
* Fixed include
* Revert "Fixed include"
This reverts commit ea92f261f86d8433eab313cde498adca1682a006.
* messed up my git, fixed include
* starting work on TMO50 layout
* Update keyboards/tmo50/keymaps/default/keymap.c
Co-Authored-By: PyrooL <lm11887@gmail.com>
|
|
Adds FF_Prelude (from most Final Fantasy games) and TO_BOLDLY_GO (a melody from the main themes of Star Trek TNG and the original series)
|
|
|