~ruther/qmk_firmware

b6d85247 — Danny 7 years ago
Keyboard: add Wavelet (#3739)

* Add Wavelet keyboard

* Fix build error for keyboards w/o Planck MIT layout

* Add swap hands support
4de9ed7e — Anthony 7 years ago
Add a belgian keymap, partially based on keymap_french.h (#3737)

067091d9 — MechMerlin 7 years ago
Introduce new 75_ansi standard layout (#3738)

* introduce new layout 75_ansi

* use the new 75_ansi layout for my octagon v2
37d30552 — Alex Schroeder 7 years ago
Keyboard: Support PCBDOWN variants for Atreus keyboard (#3735)

Keyboard: dactyl_manuform 5x7 aka Ergodox-ish added (#3691)

* dactyl_manuform 5x7 aka Ergodox added

* LAYOUTS = ergodox removed

* README updated

* README updated again

* zip file removed
6d1536db — wanleg 7 years ago
Keymap: fix conditionals in userspace rules.mk (#3726)

* fix conditionals in rules.mk

* minor keymap change
9064b424 — Erik Thorsell 7 years ago
Keymap: Add Dvorak Svorak A5 layout for Ergodox-EZ (#3725)

* Add svorak a5

* Update Svorak A5 keymap

* Fix issue with special characters

The initial keymap did not account for non US software layout. Hence, the
special characters were incorrect. Since this layout is aimed towards Swedish
writing people the presumption is that whoever uses it will have Swedish as
their OS language.

Includes:
 - Special character issue fixed
 - QWERTY layer that can be toggled if requiered (also presumes Swedish software
   layout)

* Add special characters and media keys

* Add ctrl, alt, etc. to functional layer
5d8d3509 — MechMerlin 7 years ago
Keyboard: Finish up the HSE now that I have a board to play with! (#3728)

* fix up readmes

* update keymap to match configurator default

* add more info
6076ed85 — marksard 7 years ago
Keyboard: Partial refactor of the crkbd code (#3600)

* Add display to LED-parameters function
* Improvement of update timing for OLED display (Need TWI_Init)
9d27d554 — noroadsleft 7 years ago
Keyboard: Blockey refactor (#3722)

* Matrix refactor

Edited for readability.

* Keymap refactor

Deleted TMK-syntax macro block. Edited for readability.

* Readme cleanup

Edited image link (link previously referenced a single-image album).

* Configurator support
4951fc52 — noroadsleft 7 years ago
Keyboard: AL1 Configurator fix: misplaced arrow keys (#3716)

* Configurator fix: misplaced arrow keys

* rules.mk: set backlight and RGB rules
356fe590 — noroadsleft 7 years ago
Keyboard: AMJ96 Refactor and  Configurator update  (#3707)

* AMJ96 Refactor

LAYOUT matrix and default keymap refactored to use full-length keycodes (instead of shorthand).

* Configurator update

Minor physical layout update and made the labels more sensible.

* Readme update

White space correction.

* Default keymap update: #include QMK_KEYBOARD_H

* rules.mk update

Disabled the following options as my local test compile's .hex ended up too big to fit in the available flash space:

MOUSEKEY_ENABLE
EXTRAKEY_ENABLE
BACKLIGHT_ENABLE
RGBLIGHT_ENABLE

If this is undesirable, suggestions are welcome.

* Config/rules update

Re-enabled MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, BACKLIGHT_ENABLE, and RGBLIGHT_ENABLE and disabled COMMAND_ENABLE in rules.mk; enabled NO_ACTION_MACRO and NO_ACTION_FUNCTION per @drashna

* Swapped `___` for `XXX` in amj96.h per @mechmerlin
c8cd1ebc — Kjili 7 years ago
Keyboard: Fix tada68 Linux readme (#3717)

Remove confusing mention of a "Windows" computer.
a4294a15 — Kyle Peatt 7 years ago
Keymap: Added personal keymap for bface (#3719)

* [keymap] Added personal keymap for bface

* Add readme

* [keymap] Added personal keymap for bface

Add readme

Remove right shift slash test
343dc1be — noroadsleft 7 years ago
Keyboard: UT47 Configurator support and readme cleanup (#3708)

* Configurator support

* Readme cleanup
cffaf0ac — noroadsleft 7 years ago
Keyboard: Configurator render fix for AMJPad (#3706)

- `LAYOUT` updated to `LAYOUT_numpad_6x4`
- `LAYOUT_all` update to `LAYOUT_ortho_6x4`
3f8654c8 — noroadsleft 7 years ago
Keyboard: AMJ60 LAYOUT_iso matrix fix (#3705)

LAYOUT_iso matrix was invalid.
8720c662 — noroadsleft 7 years ago
Keyboard: Alf X2 matrix fix (#3704)

Invalid syntax in LAYOUT_split_arrows matrix macro.
e1be79d7 — noroadsleft 7 years ago
Keyboard: Corrected LFK65_HS LAYOUT_all matrix (#3703)

Switch `k3D` was listed as `K3D` in the parameter list, causing a compile error (undeclared variable).
d0b55b59 — MechMerlin 7 years ago
Keyboard: bface update (#3702)

* add configurator support

* update bface code to more modern QMK standards

* update readme

* update readme

* Make changes thanks to noroadsleft's PR comments
Next