~ruther/qmk_firmware

83a1c476 — Fernando Rodrigues 4 years ago
[Keyboard] Added split plus layout to Cospad (#13938)

04b92866 — jpuerto96 4 years ago
[Keyboard] Gorthage Truck - Rotary Encoder Switch Position (#13942)

Co-authored-by: Ryan <fauxpark@gmail.com>
8d4fcd67 — Ananya Kirti 4 years ago
Hp69 - Update led logic (#13940)

Co-authored-by: zvecr <git@zvecr.com>
817fcfdc — Eric S. Raymond 4 years ago
Fix shell port bug in computation of QMK_FIRMWARE_DIR (#13950)

Previous code would fail if cd echoes the tathet directory to stdout,
which is pretty common.  Redirecting its output to /dev/null
solves the problem.
ed84a4e7 — Zach White 4 years ago
Improve the qmk lint readme check (#13941)

* improve lint readme check

* improve if
9a0118c6 — Zach White 4 years ago
Architecture documentation for Configurator and API (#13935)

* Architecture documentation for the configurator and api

* Apply suggestions from code review

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
aeff347a — Stefan Subich 4 years ago
Update feature_wpm.md (#13936)

Fix example markdown code formatting
Add padding to LUFA-MS .BIN files (#13922)

[Keyboard] Added pistachio_pro (#13466)

* Added pistachio_pro

* Apply suggestions from code review

* Apply suggestions from code review
8ef58e32 — Ryuki 4 years ago
adding my keymap "vayashiko" (#13049)

* adding my keymap

* changed some bugs

* removed include keymap.h
760caaa9 — Brandon Lewis 4 years ago
Ristretto - Update bootloader (#13933)

* updated bootloader for 32u4 mcu

Should be atmel-dfu instead of caterina as the mcu is integrated instead of on a pro-micro/elite-c
26ea0901 — Daniil Yastremskiy 4 years ago
Limit RGB max brightness on KPrepublic BM-series keyboards (#13132)

23becac3 — Pierre Chevalier 4 years ago
Support all the 0.2 Ferris variants (#12653)

* Support all the 0.2 Ferris variants

For the Compact, the High and the Mini, create a new directory so each
keyboard may have the correct USB descriptor and a readme with more
specific information about it.

For the Bling, also add support for the underglow functionality.

Change the "MANUFACTURER" string to "Cuddly Keyboards Ltd.", the
name of the company I incorporated to sell keyboards, and change the
default descriptor from "Ferris the keeb" to "Ferris 0.2" which is more
descriptive.
I didn't update the 0.1 variants as I don't intend to sell these kits
with "Cuddly Keyboards". The firmware is mostly there to support
existing users.

Update the "hardware availability" to point to my new website:
cuddlykeyboards.com.

* Add RGB mode toggle to my keymap and to the default keymap

* Improve wording in the readme
5a59363e — Stick 4 years ago
[User] changes to nstickney's keymaps (#11456)

0) Built a Bastyl, gave away the ErgoDoxEZ
1) UNICODEMAP
2) Iris left is now Elite-C
3) New QMK flashing instructions
8936d0ae — Edvard Sire 4 years ago
[Keymap] new keymap for nui_mini (#13924)

9a1a35f6 — Pascal Pfeil 4 years ago
[Keymap] Add kbd67 mkiirgb keymap (#13884)

Co-authored-by: Spaceman <rionlion100@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
be72a64c — Michele Ferri 4 years ago
[Keyboard] Add TouhouPad (#13915)

* Touhoupad rev 2

* cleanup for PR

* fixes after review
e6c171bd — Zach White 4 years ago
Fix generate api (#13930)

* Add missing returncode to exit()

* fix the aozora/hotswap vendor id
5eb0e406 — Zach White 4 years ago
make json imports more robust (#13928)

79d5b279 — Chris 4 years ago
[Keymap] rootiest for planck/rev6/ (#13294)

* squashed commits to master

* Fix in case of missing user_song_list
Substitutes missing songs with safe versions
Also updated and added detail to keymap readme

* Adjust Readme to match qmk contrib conventions

* Update keyboards/planck/keymaps/rootiest/config.h

* Update keyboards/planck/keymaps/rootiest/keymap.c

* Update keyboards/planck/keymaps/rootiest/keymap.c

* Update keyboards/planck/keymaps/rootiest/keymap.c

* Update keyboards/planck/keymaps/rootiest/keymap.c

* Fixed license header to GPLv2+

* Fix Volume key delay
Use a static number instead of removed MEDIA_KEY_DELAY

* Use TAP_CODE_DELAY

* added license to config.h

* Clean up formatting
- Fixed markdown in readme
- Removed extra commented line from config.h

* Update keyboards/planck/keymaps/rootiest/config.h
Next