Age | Commit message (Collapse) | Author |
|
Backport of tmk/tmk_keyboard@ad6059adc7039a54d1db75da783068654906a679
|
|
* added boy_314's satisfaction75 layout
* added readme
* updated NKRO toggle, removed unecessary code
* Update keyboards/cannonkeys/satisfaction75/keymaps/boy_314/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
|
|
* First working draft
* Updated readme.md
* Fixed url
* Typo fix
* RGB + Backlight working
* Fixed matrix for ISO NUHS
* ISO matrix working
* Adding ANSI default layout
* First release commit
* Removed reference to deprecated layout
* Changes from PR #7395 review
* Additional changes as requested for PR #7395
* Additional changes from @noroadsleft review
* Replaced ifndef/endif with pragma
* Adding yanfali's recommended changes
|
|
* Change plain60 to bootmagic lite
- it's easier to reset and maintain a keyboard with lite
- remove obsolete size comments
* Add RESET on a layer to default keymap
* Use _FN
* Maintain compatibility with keymap
* Fix thinko
|
|
|
|
* [Keyboard] Add ymd67 keyboard
* Apply suggestions from code review
* Apply more suggestions from code review
|
|
newbs_best_practices.md. (#7633)
|
|
|
|
|
|
tmk backport from tmk/tmk_keyboard@325a99acd9c81f60519b6e594b2bf5d1e478ac56
|
|
|
|
|
|
SERIAL_SOFT_DEBUG can be defined in the `config.h`
Backported from tmk/tmk_keyboard@c74eee6327c5995456ba004d70b9663cf485d9f8
x
|
|
* Align endpoint config as per rest of file (fixes #4783)
* Add comments about explicit order use
* Update tmk_core/protocol/chibios/usb_main.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
|
|
* allow main functions to be overridden
* update keymap to toggle keys and cleanup a bit
* allow main functions to be overridden
* update keymap to toggle keys and cleanup a bit
* get them lights working with the new setup
* disable console on my keymap, cause ARM and Linux, for now
* update keymap
* add home and end to the navigation
* thought this was redundant - update keyboards/projectkb/alice/alice.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
|
|
* adding my zen 1 keymap
updated layers and custom keycodes
* added slack + paste
defined custom keycode S_H_P and added to layer 3
* added custom keycodes
defined and inserted T_H_B and T_H_T
* enabled tap dance
adjusted rules to include tap dance
* tap dance enumeration and timing
added a TD key to send space on press and . on double tap. added tapping term to set tap detection time.
* added custom keycode
added E_SS to print string
* added mouskey + enum keycode
added in mousekey to rules. added custom code DC_C to double click and copy.
* updated custom keycode string
added a space into the output string for S_H_P
* removed colemak layer
colemak commented out, started adjusting MOs
* added 1 key copy paste
used from https://github.com/qmk/qmk_firmware/blob/master/users/drashna/process_records.c#L116-L130
* updated rgb and copyright line
* updated tapcode KC_CCCV
* Update keyboards/rgbkb/zen/rev1/keymaps/starcaller_v1.1/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* updated keymap folder name to my username
|
|
* Implementing backlight with breathing
* Rework of my personal keymap and adding some macros.
|
|
Backports commits from tmk_keyboard
|
|
* add new layout mirroring all my other layouts
* add rgb and other keys on fnm layer
|
|
* Add uzu42 info.json
* Made corrections provided by noroadsleft.
|
|
|
|
|
|
|
|
|
|
* Updated based on feeback in PR #7598
|
|
* update dp60 configuration
* disable rgb underglow to avoid firmware overflow
* cleanup rules.mk
* Update keyboards/dp60/keymaps/allleds/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* cleanup all rules.mk
|
|
|
|
* correct i2c driver for stm32f4
* update pin mode definitions
* update macro definition
|
|
|
|
* I don't know if this is how my keyboard is laid out or not
* testing, still broken
* name change
* I think this is the layout I will try to use to start
* it compiles!
* added norman layout!
* media keys
* Moved backlight functions to KEYB
Moved Delete off of Backspace and to the < key
* more changes to layout, move Norman to 1 so it was moddable by FCTN
* swapped volume and media, I use volume a lot more than media
* Eh, it's still all in flux.
* I don't want the entire function layer full of dead keys, after all...
* moves escape to the caps lock key and caps lock to the functions layer
* update my readme for posterity
* Updates bonfire dz60 for better escape control
* WIP commit -- this is not working yet
* updates keymap for GAME layer
adds info to README
adds visual keyboard layout map in json and jpg for reference
* updates readme for visual keymap insertion
* removes my layout from the parent folder and keeps it localized
* updates the C code to be more readable
* finished the HELD_ESCAPE code
* finishes v6.1.0
* updates layout names to match repo code style per @mechmerlin
Apply suggestions from code review
* updates to code style per suggestions by @mechmerlin
* Update global-functions.c
updates some personal documentation
* updates hold time for escape on gaming layer
* updates several aspects of the code based on PR requests
* moves a variable
|
|
* fix LAYOUT macro
* Phoebe: Update default keymap
* Replace XXXXXXX macro with the previous key instead
|
|
|
|
* Remove mbed files
* Remove mbed files - fix comment
* Remove mbed logic blocks
|
|
|
|
* add angel64 rev1
* update angel64
* fix keymap.c
|
|
* Use `clock_prescale_set()` from avr-libc
* Remove outdated FAQ info
|
|
Added a couple of entries for some features not currently supported on Proton C.
|
|
|
|
* add README translation in portuguese
* add lang in menu
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/_summary.md
* Update sumary links
* Update README
Co-Authored-By: Álvaro A. Volpato <alvaro.volpato@usp.br>
|
|
|
|
* add m12og keyboards
* update readme.md
* update to latest code suggestions
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* update keymap to readable version
* fixed incosist of info.json and keymap
|
|
* Add cKeys Washington keyboard
* Add suggested changes
* Fix encoder direction
* Remove unneeded file
* Update config.h
* Update washington.c
|
|
Space65 keyboard (#7593)
* Fix ansi_blocker layout
Reposition unused keycode
* Update keymap matrix hex code
Use match hex code so number matches matrix position
Update spacing
* Realign keymap to match physical hardware
|
|
|
|
* update default h87a keymap for fn functionality
* Update keyboards/hineybush/h87a/keymaps/default/keymap.c
|
|
* Update rules.mk so it compiles again
* Updates
* Update keyboards/ergotravel/keymaps/yanfali/rules.mk
* Update keyboards/ergotravel/keymaps/yanfali/rules.mk
* Update keyboards/ergotravel/keymaps/yanfali/rules.mk
|
|
* [Keyboard] Add new keyboard Symmetry60
* Add new keyboard Symmetry60
* Fix Typo
* Update keyboards/handwired/symmetry60/config.h
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/rules.mk
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update readme.md
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update rules.mk
* Update symmetry60.c
* Update keyboards/handwired/symmetry60/rules.mk
* Add ColorLice
* Update ColorLice
- Adjust info.json to support Configurator
- Adjust layout name to fit with info.json
- Seperate 2 feature: RGB Switch and RGB Underglow
* Update new way of control lock leds
* Remove #ifndef COLORLICE_H
* Update make example
* Revert Helix
* Revert Helix
* Revert Helix
* Revert Helix
* Update keyboards/handwired/colorlice/colorlice.h
* Update keyboards/handwired/colorlice/colorlice.h
* Update default keymap
* Revert Helix
* Update keyboards/handwired/colorlice/readme.md
* Update keyboards/handwired/colorlice/rules.mk
* Update keyboards/handwired/colorlice/colorlice.c
* Update keyboards/handwired/colorlice/colorlice.c
* Remove unnecessary function
* Update keyboards/handwired/colorlice/colorlice.c
* Adjust rules option for working with Configurator
- Move RGB_MATRIX_ENABLE and RGBLIGHT_ENABLE to keyboard rule.
- Add RGB_DI_PIN in keyboard config
* Update keyboards/helix/rev2/keymaps/default/keymap.c
* Update keyboards/handwired/colorlice/readme.md
* Update keymap for Colorlice
* Adjust rules.mk to use space indent
* Update ColorLice to work with QMK online configurator
- Delete rgb_underglow keymap
- Move config from keymap layer to keyboard layer
- Tweak a little layout so it can appear default layout on QMK config
* Update keyboards/handwired/colorlice/rules.mk
* Update keyboards/handwired/colorlice/rules.mk
|
|
* working on keymap and files for the navi10
* fixing and modifying tap dance keys and layers
* cleanup, and adding my separate keymap
* edited and simplified the default keymap
* cleaned up files and added support for future rev2 board
* readme edits
* moved rev0 specific keymap to it's own folder
* added revision data to the config files
* added DEFAULT_FOLDER
* added note on compiling for a specific revision
* documentation and readme edits
* moved keymaps around and cleaned up
* added photo
* formatting and cleanup
* fixing whitespace
* moving the tap dance enable to keymap folders
|
|
|
|
* add m12og keyboards
* update readme.md
* update to latest code suggestions
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
|