~ruther/qmk_firmware

1b7a003d — Daniel Rodríguez Rivero 5 years ago
[Keymap] update to Danielo515 keymaps (#8004)

* feat(build): added script for compiling with docker easily

* chore: bring my own build with docker to master

* feat: merge ergodox ez into latest maste

* chore: remove my build with docker file

* chore: remove my changes to process_leader

* feat: more modular user danielo515

* Apply suggestions from @ridingqwerty

Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>

* chore: more suggestions implemented

* chore: add my basic details

* Apply suggestions from @drashna

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* fix: more @drashna fixes

* feat: @fauxpark optimization

* fix: some more @drashna improvements

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* chore: small improvement on layout

* fix: some more @drashna improvements

* chore: remove some F dance

Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
0804f0a5 — Joel Challis 5 years ago
Merge pull request #7995 from zvecr/feature/split_arm_i2c_remove

Remove compilation of i2c for arm split
7342c335 — Joel Challis 5 years ago
Refactor stm32duino f103 keyboards to use new central board config files (#7706)

* Create central board for bluepill

* Remove duplicate board files

* Refactor to use new central board config files

* Fix cannonkeys f103 boards
50855593 — Joel Challis 5 years ago
Migrate common ld scripts to common location (#7887)

* Migrate common ld scripts to common location

* Remove duplicate ld scripts

* Update build to look at common ld location
9a0245b7 — Joel Challis 5 years ago
Fix boards which were overriding backlight without setting custom (#7970)

43d2a0e1 — Bryan Arendt 5 years ago
[Keyboard] Adds ogre ergo split (#8011)

* Adds ogre ergo split

* remove uneeded line breaks
212aeee2 — skullydazed 5 years ago
Revert "Clueboard Rev4 Updates aka Volcano 660 (#7942)"

This reverts commit e0a0430c31bd9fabab93e8933e9988e0d3f66434.
5fb95c5f — Michael F. Lamb 5 years ago
create users/datagrok (#7653)

* users/datagrok: add shared functions

* users/datagrok: improve base-layer selection feature

* users/datagrok: add README.md
05d6e6ca — Mikkel Jeppesen 5 years ago
Ensure setPinInput actually sets input high-Z (#6237)

* Ensure setPinInput actually sets input high-z

* Fixed _PIN_ADDRESS Macro arguments
as recommended by vomindoraan

* Fixed instances of setInput to use new behavour

* Changed kmac matrix to use input with pullups

* Update keyboards/gh60/revc/revc.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Fixed input state for unselect_rows

* fixed merge conflict

* Updated all instances of older uses of setPinInput()

* Fixed naming mistake

Co-authored-by: fauxpark <fauxpark@gmail.com>
992656e7 — zvecr 5 years ago
Fix cannonkeys f103 boards
ee86be9d — zvecr 5 years ago
Refactor to use new central board config files
98e55557 — zvecr 5 years ago
Remove duplicate board files
d3abebb6 — zvecr 5 years ago
Create central board for bluepill
645c5fab — Jumail Mundekkat 5 years ago
Add VIA support to MxSS, plus minor tweaks (#7809)

* Add VIA support to mxss and general cleanup

* Add support for RGB test for FLEDs

* Add LAYOUT_all to allow for more configuration

* Remove blank layers

* Updated readme

* Improve use of EEPROM

* Credit where its due

* Use the latest iteration of rgblight code

* Keep the RGB timer running if the front LED is in RGB mode

* Fix RGB breathing animation

* Better supported RGB animation
Only thing not working is alternating, but that's not too important

* Abstract front LED handlers from main kb code

* Add support for indicator LED color changing

* Remove debug statement

* Persist indicator LED colors

* Mark custom sections in rgblight.c

* Light commenting

* Fix up keymaps

* Add/update comments

* Remove bloat from default hex

* Tidy a stray tab

* Out with the old, in with the new

* Out with the old, in with the new

* Add LAYER_STATE_8BIT for VIA keymap
7f7b6b08 — yiancar 5 years ago
[Keyboard] Initial commit for mc76k (#8000)

* Initial commit for mc76k

* Update config.h
72d7661b — James Young 5 years ago
suggestions by skullydazed
d0d106ce — James Young 5 years ago
change Instructions listing in Docs summary
d603e94f — James Young 5 years ago
add Breaking Change PR Instructions doc
9ff61601 — Lucas Moreira 5 years ago
[Keymap] crkbd/kidbrazil adding layer dependent RGB & better idle timeout. (#7901)

* Added KidBrazil custom keymap for CRKBD
-Custom Font
-Custom OLED output

* Added missing readme

* Oled Timeout Update for KidBrazil Keymap (#1)

* Setup Oled timeout based on simple timer

* Cleaned up comments and added timeout for LEDs

* Fixed some small errors

* Updated oled timout with matrix scan

* Updated oled timout with matrix scan

* Update withou eeprom

* Update timer code

* Use process user instead of keymap

* Added ifdef to protect oledtimer

* Updated with half timeout state for logo

* Removed middle tier timer

* Final cleanup of unused files

* Updated code as per suggestions & requests

* Second round of revisions

* Updated keymap to better handle LED timeout
- Added boolean to hold LED state
- Added init function to set rgb to known state
- Modified RGB_TOG to work with noeeprom commands

* Finished adding the timeout for OLED and testing on CRKBD

* Updated documentation

* fixed the timeout logic so it works as intended

* Added initial limits to color settings

* Added layer reset as part of the iddle timeout process

* Split Keymap into more manageable files

* Finalizing RGB Layer status on CRKBD
- Refactored OLED timeout to deal only with oled
- If user remains iddle on game layer for too long it will switch to
default
- LED / OLED iddle working
- Minor changes to _SYM layer
- Removed some rgb controls from keyboard due to layer dependent RGB
colors

* Update keyboards/crkbd/keymaps/kidbrazil/keymap.c

Used suggestion from Drashna to replace EEPROM_RESET with shorter version.

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/crkbd/keymaps/kidbrazil/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Implemented drashna's comment

Co-authored-by: Drashna Jaelre <drashna@live.com>
09370a95 — QMK Bot 5 years ago
format code according to conventions [skip ci]
Next