~ruther/qmk_firmware

8e0d9e26 — farmakon 7 years ago
Adding XMMX (#2236)

* gh80_3000

* Add files via upload
81ae0fb1 — Jack Humbert 7 years ago
Update info.json
e659bc44 — Jack Humbert 7 years ago
Info json fixes (#2232)

* Update info.json

* Update info.json

* Update info.json

* Update info.json
e3541853 — Jack Humbert 7 years ago
Update info.json
0ea6cf71 — Jack Humbert 7 years ago
Update info.json
c9d23f50 — Hannes Egler 7 years ago
Added RGB and in-switch LED controls (#2227)

* Default layout with RGB and in-switch LED controls

This is a variation of the default keymap with added RGB underglow and in-switch LED controls.

* Readme for default_rgb keymap

* ISO keymap with RGB and in-switch LED controls

This is a variation of the default ISO keymap with added RGB Underglow and in-switch LED controls.

* readme for iso_rgb keymap
c5c35f5f — rooski15 7 years ago
Rooski15: Update Prime_R ReadMe & Keymap (#2228)

* Rooski15: Updated prime_r Keymaps

* Rooski15: Updated Prime_R:Rooski

* Rooski15: Updated Prime_R readme

* Rooski15: Updated Prime_R readme

* Rooski15: Updated Prime_R readme
6b584a23 — TurboMech 7 years ago
Updated ACR60, Mechmini, ALU84 readme information and config.h descripters (#2231)

* Updated ACR60, Mechmini, ALU84 readme information and config.h descripters

Update MECHKEYS keyboards to be uniform in readmes and config.h's PID, MANUFACTORER, and DESCRIPTIONS.   This allows the keyboards to be more uniform amongst the different types.

* Rename keyboards/alu84/keymaps/TurboMech/config.h to keyboards/alu84/keymaps/turbomech

* Rename keyboards/alu84/keymaps/turbomech to keyboards/alu84/keymaps/TurboMech/config.h

* Fixed folder naming for alu84/keymaps/turbomech

* fixed error from compile

removed double `return MACRO_NONE;` and `switch (id) {`
6bb3fbd4 — rooski15 7 years ago
Prime_R (#2221)

* Rooski15: Add Prime_R Keyboard

* Rooski15: Added keymaps to xd60, xd75, planck, and prime_r

* Rooski15: Updated prime_r keymap

* Rooski15: Added Prime_R and Documentation

* Rooski15: Added Prime_R and Documentation

* Rooski15: Prime_R - Added futher documentation.

* Update config.h

Added device information

* Update readme.md

Updated Planck:EmilyH Readme

* Update readme.md

Updated XD75:EmilyH Readme
9e0b244a — profanum429 7 years ago
profanum429@gmail.com (#2222)

* Added initial in-switch LED support for the Eagle/Viper V2.
Currently only has four modes: All ON, Mods/Nums ON, Alphas ON, or All OFF

* Revert keymap changes

* Changed switch curly bracket to match style.
4b7fcf0a — Daniel Gordon 7 years ago
Add info.json file for Chimera Ortho (#2217)

* Add info.json file for Chimera Ortho

* Correct LAYOUT to KEYMAP 

Correct LAYOUT to KEYMAP in chimera ortho's json.info
22b9303e — MechMerlin 7 years ago
Keeb json layouts (#2219)

* info.json committed to support the qmk configurator project

These are info.json for each of the keyboards I've contributed to
during my time here at QMK

* change LAYOUT to KEYMAP to adhere to matrix definitions
e956c11b — skullY 7 years ago
Update the urls for atmel tools
cbc5de67 — MechMerlin 7 years ago
Duck Eagle/Viper V2 support (#2216)

* Preliminary support for Duck Eagle/Viper V2 60% board. This is a copy of the octagon/v2 with things changed to reach a compiling state

* Get a 60% keymap compiling, this might not be what the eagle/viper
really supports

* Update readme to point to correct GeekHack link

* Get keymap working on a Duck Eagle

* Add code submitted by profanum429

- Add HHKB style top row to v2.h
- Modify read_rows function to take into accout the caps lock firmware key
- Modify default keymap to match the new v2.h
- Adjust readmes

* Fix bug related to col 0 not working

* Add keymap for mechmerlin

* Add profanum429's viper hhkb layout

* Add visual representation for mechmerlin layout
Add navigation keys to keymap

* Add a better visual representation to the mechmerlin keymap

* Add profanum429's Viper layout!

* Updated profanum429 keymap to match a full HHKB
Enabled media keys in rules.mk

* Revert "Updated profanum429 keymap to match a full HHKB"

This reverts commit ed914160d7e27e6412d2c7c5c1c4fa0a04838667.

* Fix default keymap for Eagle

* Enable extra keys for audio control support

* Modified timings in indicator_leds to accomodate the WS2811S chips on the Eagle/Viper2 PCBs at 800kHz with a 16mHz clock
Modified the backlight settings to not interfere with the default RGB underglow code from QMK
Modified the order of the LEDs in the LED status bar at the top of the Eagle/Viper2 PCBs (3,2,1,6,5,4,8,7 order)

* Cleaned up indicator code to remove unused functions as the RGB underglow uses the
default driver provided by QMK

Commented out backlighting code in v2.c

* update readmes to reflect profanum's awesome contributions and fix typo in make instructions

* Remove custom RGB logic and just rely on QMK RGB underglow. We'll leave the backlighting in place for now
9cb1d369 — TurboMech 7 years ago
Added Mechmini 2.0 to Mechmini keyboard folder

This creates a v1 and v2 subproject.  V1 retains all the same implementations of the bootmapper-ported Mechmnini 1 including #2196.  V2 adds the Mechmini 2.0 kayboard support (I know it took me way to long to get it a pull request in).

All readme's updated to reflect compiling the two seperate keyboards.  Simply either `make mechmini/v1:default` or `make mechmini/v2:defualt`.  Utilizing the rules.mk using `make mechmini:default` will automatically create the Mechmini 2 default keymap as this is the current version and has a much wider user base.
0a5d3026 — Rickard von Essen 7 years ago
Let's Split: Minor fixes in keymap.c comments

- Single quote (') is the un-shifted key, not double quote (")
- Fixed alignment
6c24e28b — YouCanFly 7 years ago
ADD RGBLIGHT_LIMIT_VAL (#2214)

d19805f9 — Jack Humbert 7 years ago
update avr url
4beb5e72 — Rickard von Essen 7 years ago
macOS also requires avrdude
5f0a2e07 — Stacy Devino 7 years ago
JC65 - Adding in CapsLock LED support and my personal keymap

Signed-off-by: Stacy Devino <stacydevino@gmail.com>
Next