~ruther/qmk_firmware

c2574445 — Oliver Ladner 6 years ago
update README
c87851fc — Oliver Ladner 6 years ago
add play/pause and brightness to layer 1
fb6e5fd4 — Oliver Ladner 6 years ago
L1 work
9058c93b — Oliver Ladner 6 years ago
KB_B should read KC_B
e58b82e7 — Oliver Ladner 6 years ago
PoC weeheavy_2.25_lshift
53a81fc2 — Jonathan Rascher 6 years ago
[Keymap] Minor userspace and Quefrency keymap fixes (#6134)

* Fix typo for RGBLIGHT config values

It doesn't make a difference right now since these are the defaults in
rgblight.h (which I'm just setting explicitly since some of the keyboard
configs change these defaults). However, I'd rather be explicit, so
fixing my typo. :)

* Remove mouse keys layer from Quefrency keymap

It's a fun idea, but I never use it in practice.
fff526cb — Rob Hilgefort 6 years ago
[Keymap] Fix firmware errors when flashing Rev6 Planck (#6135)

5f69ca47 — Yusuke Nakamura 6 years ago
Install avrdude in Arch/Manjaro Linux (#6132)

avrdude is require package but not installed by script when
arch linux.
d34b71f0 — jotix 6 years ago
[Keymap] jotix ortho_4x12_layout rethink (#6126)

* jotix ortho_4x12_layout rethink

* refactor

* readme update
1cd26607 — roggan87 6 years ago
[Keyboard] Made it possible for real to choose register on io expander for cols and rows (#6124)

* Replace deprecated EXPANDER_MASK with dynamic expander_pin_input_mask

* Made it possible to switch rows and cols registers on expander
03ce3705 — Nicholas Ryan 6 years ago
[Keymap] add new planck keymap (#6122)

* add new planck keymap

* add newlines to end of files
61b884d8 — kakunpc 6 years ago
[Keymap] add keymap hecomi alpha (#6115)

* add keymap hecomi alpha

* Update keyboards/hecomi/keymaps/kakunpc/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
f4840139 — noroadsleft 6 years ago
[Keyboard] Planck: Layout Macro Refactor (#4402)

* Planck: layout macro refactor

Unified layout macro names across AVR and ARM boards.

Currently certain layout macros are specific to either AVR or ARM when used in the QMK Configurator. If an AVR-specific macro is used for a Planck rev. 6, or an ARM-specific macro on a rev. 5 or earlier, the user receives a compile error.

* Update keyboards/planck/planck.h per @drashna

Changed KC_LAYOUT_ortho_4x12 alias to LAYOUT_kc_ortho_4x12.

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

* Add KC_KEYMAP alias for LAYOUT_kc macro

per @drashna
Update keyboards/planck/planck.h

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

* Fix LAYOUT_planck_1x2uC macro for Planck rev6

Thanks to drashna for testing.

* Fix inline comment regarding revisions

* Add specific info.json file for Planck rev6
29824f3c — mgalisa 6 years ago
[Keymap] New planck keymap (#6093)

* New keymap

* Add readme; fix lack of asterisk on raise

* Update default planck map to tap_code vs reg/unreg

* Press F to pay respects
5343eaf8 — brickbots 6 years ago
[Keymap] Adding personal keymap / clarifying default keymap readme  (#6119)

* Adding led support for Plaid

* Adding led support for Plaid

* Update readme.md

Fixing bad markdown

* Adding my personal keymap

* Clarifying LED instructions / formatting
e6a81133 — Michael F. Lamb 6 years ago
Add SH1106 OLED support (#5787)

* modify oled_driver to support SH1106

also:
- improve mechanism to specify which OLED IC we use
- comment calc_bounds()
- give OLED_COLUMN_OFFSET a default value
- inline comment re: OLED MEMORY_MODE and SH1106
- update docs/feature_oled_driver.h for SH1106 support and related changes
- docs: OLED: note we have tested SSD1306 on ARM boards (per @XScorpion2)
- define out MEMORY_MODE when using SH1106 OLED driver

* document that SSD1306 128x64 on AVR works

Per @XScorpion2: https://github.com/qmk/qmk_firmware/pull/5787#discussion_r291837842
b92387b7 — Volodymyr Lukashevych 6 years ago
[Keymap] Add BB8520 trackpad support for CrKbd (#5925)

* Add vlukash CrKbd keymap to support trackpad adapter.

The trackpad adapter uses Elite-C board that has five extra pins.
Also SPI pins are taken for trackpad, keymap config updates column data
pins for matrix scan.

* Update vlukash keymap

* Enable pointing devide, configure mouse BTN1

* Set TAPPING_TERM to 300

* Add support for the BlackBerry 8520 trackpad

* Add vlukash keymap for master-right no-trackpad version

* Remap backspace

* Set EXTRAKEY_ENABLE = yes

* Update thumb keys mappings

* Set bootloader to atmel-dfu

* Sync keymap

* Add scrolling support

* Make debug LEDS conditional

* Add support for both flex and no-flex PCBs

* Add readme and rename root folders

* Update readme file with blog link

* Fix readme file formatting

* Remove ADJUST keycode, code cleanup.

* Add Win key to the keymap.
[Keyboard] Added idb 60 keyboard (#5994)

* Added idb 60 keyboard

* fixed info.json

* implemented revievers' suggested changes

* fixed an error

* implemented revievers' suggestions

* further cleanup

* implemented suggested changes

* fixed errors
332fc7e8 — Yan-Fa Li 6 years ago
[Keymap] Tsangan bottom plain60 configuration (#6100)

* Personal keymap for plain60

* Update keymap for incorrect keys

 - update docs

* Placate the gods of Case Insensitivity
1d11c62d — Drashna Jaelre 6 years ago
Jotix minor layout changes - readme.md fix (#6120)

* jotix layout add KC_GESC

* fix error in readme.md
Next