Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update default and via keymaps
* Update PID and enabled build options
* Update keyboards/keebio/nyquist/keymaps/via/keymap.c
* Update keyboards/keebio/nyquist/rev3/rules.mk
* Update keyboards/keebio/nyquist/rev2/rules.mk
|
|
* Add kyria keymap
* Add planck keymap
* Add nyquist keymap
* Add vim movement instead of regular movement layer
* Use partial home row mods :)
* Update keyboards/keebio/nyquist/keymaps/winterNebs/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/kyria/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/kyria/keymaps/winterNebs/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/planck/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/planck/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/planck/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Fix outdated function call
* Apply suggestions from code review
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/kyria/keymaps/winterNebs/keymap.c
somehow this wasn't added to the batch?
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* remove deprecated function
* Rename to lowercase
* Update keyboards/planck/keymaps/winterNebs/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* fix oled path
* rebase and add back nyquist that was lost by rename
* Add licenses
* License in the wrong file
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
|
|
* Change RGB wiring for Levinson
* Update RGB wiring for Iris
* Update RGB wiring for Nyquist
* Update RGB wiring for Quefrency
* Update RGB wiring for Viterbi
* Update RGB wiring for Fourier
* Update RGB wiring for BFO
* Handle redefinition of RGBLED_SPLIT
|
|
|
|
* Branch point for 2020 May 30 Breaking Change
* Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954)
* Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957)
* Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958)
* Migrate `ACTION_LAYER_MODS` to `LM()` (#8959)
* Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968)
* Convert V-USB usbdrv to a submodule (#8321)
* Unify Tap Hold functions and documentation (#8348)
* Changing board names to prevent confusion (#8412)
* Move the Keyboardio Model01 to a keyboardio/ subdir (#8499)
* Move spaceman keyboards (#8830)
* Migrate miscellaneous `fn_actions` entries (#8977)
* Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979)
* Organizing my keyboards (plaid, tartan, ergoinu) (#8537)
* Refactor Lily58 to use split_common (#6260)
* Refactor zinc to use split_common (#7114)
* Add a message if bin/qmk doesn't work (#9000)
* Fix conflicting types for 'tfp_printf' (#8269)
* Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480)
* Refactor and updates to TKC1800 code (#8472)
* Switch to qmk forks for everything (#9019)
* audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484)
* Audio enable corrections (2/3) (#8903)
* Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582)
* Audio enable corrections (Part 4) (#8974)
* Fix typo from PR7114 (#9171)
* Augment future branch Changelogs (#8978)
* Revert "Branch point for 2020 May 30 Breaking Change"
|
|
* Set Iris LED/RGB defaults
* Add lighting defaults for more boards
|
|
* copy nyquist setup
* enable i2c
* update colors
* update readme
* Update keyboards/keebio/nyquist/keymaps/georgepetri3/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
|
|
* format code, add shift color
* testing colors
* todos, shift on right
* changed colors
* use rgh layers api
* impl shift layer
* replace xor with !=
* moved shift rbg
* breathing animation, simplyfy layers
* remove breating animation
* use tt
* minor cleanup
* debounce eager, lto
* shut down rbg when poweroff
* update readme
* readme.md fix
* more readme.md fix
* more readme.md fix
|
|
|
|
* my custom keymap for nyquist rev3
* Formatted keymap and added readme
|
|
|
|
* Remove keymap_config extern from default keymaps
* Revert unicode
Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(
Co-Authored-By: fauxpark <fauxpark@gmail.com>
|
|
* Migrate Nyquist rules.mk files to be version specific and update flash command
* Migrate Iris rules.mk files to be version specific and update flash command
|
|
* Add layer for gaming without fancy Shift & Ctrl keys
* Add default layer select to ARRW layer
* Define layers with an enum to save fw space
|
|
* Cleanup rules.mk for 32U4 keyboards, I-K
* Clean up ivy rules.mk
|
|
* Add option to use 4x12 layout for Nyquist
* Add 4x12 Nyquist support to configurator
* Add height to 4x12 configurator layout
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Remove QWERTY keycode
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
* Migrate ACTION_LAYER_MOMENTARYs to MO()
* Add changelog entry
* Update docs/ChangeLog/20190830/PR5176.md
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* duplicate default
* delete colemak, dvorak
* cleanup
* update keymap
* disable unused rules, fix spit leds
* ascii layout keymap
* wip change rgb on layer
* change rgb on layer
* change rgb on caps lock
* add impl navigation layer
* add readme, swap gui and alt
* update readme
* Update keyboards/keebio/nyquist/keymaps/georgepetri/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/keebio/nyquist/keymaps/georgepetri/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* remove backslashes, use IS_HOST_LED_ON
|
|
|
|
* Add support for wiring RGB LEDs for both halves directly to their respective controllers
RGB LEDs for each half don't need to be chained together across the TRRS cable with this
* Add split RGB LED support for serial
* Update config/rules for bakingpy layout
* Un-nest ifdefs for hand detection
* Read RGB config state from memory instead of EEPROM for serial updates
* Reuse existing LED pointer instead of creating new one
|
|
* Add Home,End,Insert,Del to Arrow layer
* Add Back & Forward to Arrow layer
* fix typo
|
|
|
|
* Move boards into keebio folder
* Rename keymap
* Update BDN9 files
* Update BFO-9000 files
* Update Chocopad files
* Update Dilly files
* Update Fourier files, collapse rev1 into main
* Update Iris files
* Update Laplace files
* Update Levinson files, fix buswerks keymap
* Update Nyquist files
* Fix keymap issues
* Update Quefrency files
* Update Rorschach files
* Update TF68 files
* Update Viterbi files
* Update Viterbi files
* Update Wavelet files
* Reformat default layout
* Fix up default folder for Iris
* Remove already defined aliases
|