~ruther/qmk_firmware

67105b2a — kakunpc 6 years ago
[Keyboard] Add new keyboard BusinessCard (#6015)

* add Business Card

* remove helix code

* Change rgblight use noeeprom

* remove include

* Update keyboards/business_card

* Forgetting to erase
[Keyboard] Add support for Soyuz numpad (#6030)

* Generate project, fill in the details

* Repair json

* Separate keymaps to numpad and all-1U

* Apply suggestions from code review

Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
[Keyboard] Add support for KBD8X MKII (#6033)

* Begin work

* Make things a tad easier to read

* Fix spacing

* Get things compiling

* Build a variety of generic keymaps

* Correct RGB pin

* Add configurator json

* Apply suggestions from code review

Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>
c393d3af — zvecr 6 years ago
Add additional pins for Teensy 3.x and LC
8eb5022a — Austin Hill 6 years ago
[Keymap] fixed location of del on fn layer (#6040)

016a2583 — jotix 6 years ago
[Keymap] add 2 custom leds to handwired/jotanck (#6042)

* add JOTANCK_LED1&2

* set BACKLIGHT_ENABLE = no

* add 2 custom leds

* swap custom led pins 1&2

* readme update

* update default keymap
9f5733b5 — jotix 6 years ago
[Keymap] jotix's ortho4x12 layout  (#6045)

* jotix ortho 4x12 layout tweaking

* tapping toggle -> 2

* leds on/of on layer states

* add JOTANCK_LED1&2

* set custom leds on layers

* bug fix

* bug fix

* rearrange layers

* leds on layers bug fixed

* leds working
d3317a8a — Elliot Powell 6 years ago
[Docs] Update getting_started_introduction.md (#6037)

* Update getting_started_introduction.md

* Update docs/getting_started_introduction.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update docs/getting_started_introduction.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update docs/getting_started_introduction.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update docs/getting_started_introduction.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
f9c0936c — zvecr 6 years ago
Initial attempt to fix docker creating files as root
dabd73b7 — zvecr 6 years ago
[Keyboard] Remove relative location of i2c master/slave as it causes the build to write to a folder outside of qmk_firmware (#6039)

2a1f6389 — noroadsleft 6 years ago
[Keyboard] YMD96 refactor (#5472)

* Remove JJ50 data from YMD96

JJ50 was actually added as its own keyboard when this was added in #2546. It should have been taken out then, but wasn't.

* Update ymd96.h

- use #pragma once include guard
- remove redundant file includes

* Update LAYOUT_iso macro to K<row><col> notation

* Update LAYOUT_custom macro to K<row><col> notation

* Update LAYOUT_default macro to K<row><col> notation

* Refactor default keymap

* Rename readme file to lowercase

* Rename layers enum and default layer

- renamed layers enum to layer_names
  - proposed by fauxpark in Issue 5977, and I like the idea
    - https://github.com/qmk/qmk_firmware/issues/5977#issuecomment-495924338
- renamed the base layer to _DEFAULT
  - I think it looks nicer.
9cc5841a — Elliot Powell 6 years ago
Update reference_configurator_support.md

We no longer auto generate bootloader into info.json through the website therefore this can be removed
ba6b3fc1 — zvecr 6 years ago
Use qmk docker image for travis CI builds
6693d163 — Alex Speller 6 years ago
[Keyboard] Remove file with same name and different case (#6028)

6241cf97 — yiancar 6 years ago
[Keyboard] Fix json for NK65 (#6026)

b8775960 — Austin Hill 6 years ago
[Keymap] added hhkb layout for tada68 (#6027)

3fd34daf — Jason Dunsmore 6 years ago
[Keymap] Added keymap for user jasondunsmore (#6023)

88966767 — Peter Tillemans 6 years ago
[Keyboard] Fix jc65 when RGB or BACKLIGHT disabled (#6022)

3ef42542 — Elliot Powell 6 years ago
Update feature_encoders.md

Fix missing closing comment after second encoder
2f7a57a6 — zvecr 6 years ago
Copy avr teensy flash logic to arm (#6016)

Next