Age | Commit message (Collapse) | Author |
|
* Remove dependency on sortedcontainers
* Sort dictionary on output
* Externalize writing of keymap.c into function
- serialize layers into one flat list
* Add encoding
* Generate JSON keymap in addition to keymap.c
* Replace XXXXXX with KC_NO
|
|
* Added my Preonic keymap
* Update keyboards/preonic/keymaps/mikethetiger/keymap.c
Co-Authored-By: mikethetiger <30720424+mikethetiger@users.noreply.github.com>
* Update keyboards/preonic/keymaps/mikethetiger/keymap.c
Co-Authored-By: mikethetiger <30720424+mikethetiger@users.noreply.github.com>
* Added my Preonic keymap
* Added my Preonic keymap
|
|
* Minor keymap tweeks and more oled data
* Update keymap.c
|
|
* Added support for BM16S keyboard.
* Update keyboards/bm16s/bm16s.h
Co-Authored-By: bontakun <ben@bontakun.net>
* Update keyboards/bm16s/bm16s.h
Co-Authored-By: bontakun <ben@bontakun.net>
* Cleaned up a bunch of unneeded stuff.
* Made layout name match.
* Changed rules file to have correct bootloader and indention. Updated readme to reflect availability on krepublic. Updated keymap to have more obvious RGB controls.
* Removed unnecessary file.
* Fixed grammar in readme.
Co-Authored-By: bontakun <ben@bontakun.net>
* Migrated to autogenerated layout config, without issue.
* Renamed LAYOUT to match community standards.
|
|
|
|
* readme clarification
* Apply suggestions from code review
verbiage updates
Co-Authored-By: dperegolise <danielperegolise@gmail.com>
* mechmerlin suggested verbiage
|
|
|
|
* Working on chording
* Working on chording
* Got layouts in order
* Initial Georgi support
* forgot to add keymaps
* Updated readme
* Update keyboards/georgi/keymaps/template/readme.md
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/georgi.h
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/keymaps/default/keymap.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/keymaps/default/keymap.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/rules.mk
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/rules.mk
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/matrix.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/georgi.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/georgi.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/rules.mk
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/keymaps/default/keymap.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/keymaps/template/keymap.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/matrix.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Disabled features, updated info
* Update keyboards/georgi/config.h
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/georgi/config.h
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Fixed info.json
* Split the number button and fixed gaming mode.
* started work on history feature
* Working history/multikeyfuckery
* type
* inital code reduction refactor
* Got multikey patched up, optimizing for size
* Forgot to remove stuff
* fixed key repeat
* Key repeat added.
* Symshift locking
* Midchord Sym shenanigans.
* Added only QWERTY mode
* Split out header
* Added stickybits, minimal layour
* Fixing user layout
* Whitespace fixing
* Fixing Version name
* Starting work on BS
* Fixing default layout and rules
* Updated Butter fw
* Copy-paste rebase
* more fixing from merge. Fuck
* Forgot to roll version
* Added revisions as per @mechmerlin
|
|
* [Keymap] Add motform planck keymap (swedish colemak)
* Add readme and remove unused enums (thanks @drasha!)
|
|
|
|
* Fix key order in layout
* Reduce keyboard dimensions
* Reduce space around keys
|
|
* Remove dependency on sortedcontainers
* Sort dictionary on output
|
|
* Simplifying and Extending Space Cadet to work on Ctrl and Alt keys
* PR Review feedback
* Reverting back to keycodes
|
|
|
|
* Move lib8tion header-defined constant into implementation file, add to build
* Move b_m16_interleave initializtion to lib8tion.c, change build to include lib8tion.c in QUANTUM_LIB_SRC
* Remove left-over whitespace
* Move lib8tion include by RGB_MATRIX_ENABLE code in makefile
* Revert build changes and change lib8tion b_m16_interleave constant to static
|
|
* Fixing drag-and-drop
* Forgot to rtfm and do a full build. Added colemak
* What
|
|
* Adding ortho_4x12 & planck_mit layouts for KBD4X.
* Adding LAYOUT_kc_ortho_4x12 macro to KBD4x.
* Turn off console for KBD4X so firmware size falls within limit.
|
|
* Fix Baguette ISO layout in QMK Configurator
Corrected the position of the ISO Enter key.
* Fix readme markdown
Was missing a line break.
|
|
Updated effects to test led flags
Updated massdrop to use new flags field for led toggle
|
|
* Revamped custom effects approach
See docs for example usage
* push-up RGB Matrix default mode
Override default effect using RGB_MATRIX_STARTUP_MODE.
Useful on boards without EEPROM support
(*cough* Massdrop ALT/CTRL *cough*)
* update docs
|
|
* Planck: Copy contents of Planck rules.mk to each revision
* Planck: Delete Planck rules.mk
* Planck: Concatenate duplicate rules
Concatenate rules that are set and then overridden into one setting.
* Preonic: Copy contents of Preonic rules.mk to each revision
* Preonic: Delete Preonic rules.mk
* Preonic: Concatenate duplicate rules
Concatenate rules that are set and then overridden into one setting.
* Planck: Delete non-specific Bootloader settings from revs. 1 and 2
Deleted BOOTLOADER setting code block, as the checks were only valid for revs. 3-5 and the Planck Light.
Neither Planck rev1 or rev2 set the bootloader via rules.mk, so there's no setting of BOOTLOADER in their rules.mk files.
* Preonic: Fix BOOTLOADER settings code blocks
* Preonic: delete extra blank lines from rules.mk files
* Preonic: delete AVR-type hardware config blocks from rev3
* Update Planck and Preonic readme files
- update Hardware Supported
- update/add Install Examples
- update Docs paragraph
* Enable Bootmagic Lite where it is disabled
Enabled Bootmagic Lite for:
- Planck Light
- Planck revs. 1-5
- Preonic revs. 1 and 2
* Remove `planck_grid` from LAYOUTS rule for all Planck revisions
Community has landed on `ortho_4x12`, which is already set; `planck_grid` is redundant.
|
|
* hello world
* Update keyboards/dz60/keymaps/zepol_layout/keymap.c
Co-Authored-By: loChris <44450518+loChris@users.noreply.github.com>
|
|
* Update code for compatibility with latest QMK
* Added compatibility with Planck rev6
* use wait_ms instead of _delay_ms
* removed unnecessary rules
* disable audio on rev4 only
|
|
|
|
* A better new_project.sh
* Fix docstrings
* Use single quotes for anything not shown to user
* Missed this docstring
* Simplify get_git_username()
Thanks @vomindoraan
* chmod +x
* Add docstring for print_error()
* Break up git username call into multiple lines
* Use with statement here
* Conform to PEP 8 even more
* Turn it back into a shell script
* chmod +x again
* Update docs to reflect new keyboard generator usage
* Tweak wording slightly
* Trim trailing whitespace
* Don't actually need to escape the newlines here
* As I suspected, you can pass shift a number
* Prepend ./ to match the other code block
* Minor syntax tweaks
* The username token has changed
* Replace name in the readme too
* Make some reasonable assumptions about the presence of Git
|
|
|
|
* Added WT69-A
* Tweaked some things before PR
* Update keyboards/wilba_tech/wt69_a/info.json
Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com>
* Update keyboards/wilba_tech/wt69_a/readme.md
Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com>
* Update keyboards/wilba_tech/wt69_a/wt69_a.h
Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com>
* Update keyboards/wilba_tech/wt69_a/readme.md
Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com>
* PR fixes
* Fixed readme.md
* Fixed keymaps
|
|
|
|
|
|
mouse keys (#5717)
* Add initial keyboard layout for Quefrency
* Add RGB config and keybindings for Quefrency
* Move Quefrency wheel keys to more convenient place
* Actually switch from serial to I2C
Commit 64708c6 updated the comment, not the #define. D'oh!
|
|
* [Keyboard] Update Gergo to use newer Ergodox Matrix code
And update layout macros to be correct
* Almost forgot the json file
* Remove board specific defines for i2c timeout
|
|
* cleanup matrix of unused row and column, and add more documentation
* update matrix notes
* update readmes
* update readmes
* fix comments E2 to E3
|
|
Somebody was a very, very bad boy, and did a poor job of copy-pasting
|
|
|
|
* NQG Configurator support
* Fix line break in readme file
|
|
|
|
* New Keyboard ADKB96 http://bit-trade-one.co.jp/selfmadekb/adkb96/
* New Keyboard ADKB96 http://bit-trade-one.co.jp/selfmadekb/adkb96/
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Rename Readme.md to readme.md
* Update keyboards/adkb96/adkb96.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update readme.md
* Update readme.md
* Update keyboards/adkb96/adkb96.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/adkb96.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keymap.c
* Update keyboards/adkb96/rev1/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/rev1/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update config.h
* Update keyboards/adkb96/rev1/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/rev1/rev1.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/rev1/rev1.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/rev1/rev1.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update rules.mk
* Delete rules.mk
* Update rules.mk
* Update keyboards/adkb96/rules.mk
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/rules.mk
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/rev1/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update config.h
* Update rules.mk
* Update config.h
* Delete i2c.c
* Delete i2c.h
* Delete matrix.c
* Delete serial.c
* Delete serial.h
* Delete split_util.c
* Delete split_util.h
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update rev1.c
* Update keyboards/adkb96/rev1/config.h
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update keyboards/adkb96/rules.mk
Co-Authored-By: kit-bto <42862131+kit-bto@users.noreply.github.com>
* Update rev1.h
|
|
|
|
|
|
|
|
keycodes (#5582)
|
|
* mess with mouse emulation some more
* reverse scrolling
* mouse speed 20
* ndash and £ on symbol layer
* rev6 compatibility
|
|
|
|
|
|
|
|
|
|
|
|
* Docs translate
Translate some docs to Standard Chinese for Chinese Developers.
* fix translate
fix translate
|
|
* fix bug that enabled RGBLIGHT_ENABLE on all my boards regardless if it was supported or not
* update changelog with new changes for 0.2.2
|
|
* Add boston_meetup folder for community meetup macropads
* Modify OLED indicators to match macropad
* PR cleanup
* Spelling fix
Co-Authored-By: ishtob <ishtob@gmail.com>
* convert custom matrix to standard matrix defines
* refactor layer define with enum
* Remove un-used files
* remove "\" in keymap
|