~ruther/qmk_firmware

e7e13ebd — roguepullrequest 6 years ago
[Docs] Adding Alt↯Tab example macro (#5616)

fix combo enabling logic (#5610)

61a7aebd — Jeremy Bernhardt 6 years ago
[Keyboard] Georgi FW updates (#5609)

* Working on chording

* Working on chording

* Got layouts in order

* Initial Georgi support

* forgot to add keymaps

* Updated readme

* Update keyboards/georgi/keymaps/template/readme.md

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/georgi.h

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/keymaps/default/keymap.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/keymaps/default/keymap.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/rules.mk

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/rules.mk

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/matrix.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/georgi.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/georgi.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/rules.mk

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/keymaps/default/keymap.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/keymaps/template/keymap.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/matrix.c

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Disabled features, updated info

* Update keyboards/georgi/config.h

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Update keyboards/georgi/config.h

Co-Authored-By: germ <jeremythegeek@gmail.com>

* Fixed info.json

* Split the number button and fixed gaming mode.

* started work on history feature

* Working history/multikeyfuckery

* type

* inital code reduction refactor

* Got multikey patched up, optimizing for size

* Forgot to remove stuff

* fixed key repeat

* Key repeat added.

* Symshift locking

* Midchord Sym shenanigans.

* Added only QWERTY mode

* Split out header

* Added stickybits, minimal layour

* Fixing user layout

* Whitespace fixing

* Fixing Version name
a6857d18 — Drashna Jaelre 6 years ago
Change table names
1d7a06a0 — Drashna Jaelre 6 years ago
Cleanup code
e88530af — Drashna Jaelre 6 years ago
Make send_char multilined for readaability

So future us' will thaank us
7148c0b1 — Drashna Jaelre 6 years ago
Clean up some of the code
a2090d5e — Drashna Jaelre 7 years ago
Add AltGr/RALT support to Send String
6832a067 — zvecr 6 years ago
Add vendor and product arguments to atmega32a_program.py - fix hex print
0e88d756 — zvecr 6 years ago
Add vendor and product arguments to atmega32a_program.py
a9a5fd75 — Drashna Jaelre 6 years ago
Max out range for max compatibility
c27d96b4 — Drashna Jaelre 6 years ago
Fix ATSAM's USB HID descriptor to support higher heycodes

Assuming I understand this correctly, this should set the max scancode to E7 (RGUI), which is the last listed code in the main list (everything else use for internal QMK/TMK stuff).
0ee4206b — zvecr 6 years ago
Fix build detection of keymap and board changes
e93465ff — zvecr 6 years ago
Apply MAKEFLAGS to speed up CI
dc267f96 — holtenc 6 years ago
Flesh out keymaps and some tweaks to indicators (#5608)

* correct indicator light states.

function of indicator lights was inverted. these changes correct that.

* flesh out keymaps pre production
2a55368a — mechmerlin 6 years ago
add in the missing #defines
2df82514 — noroadsleft 6 years ago
Update ps2avrgb readme template (#5584)

- fix markdown formatting on macOS instructions (close code block)
- update package install commands
  - set python3
  - use pip3 to install pyusb
  - fix typo (extra backtick on bootloadhid package install line)
- update Keyboard Maintainer line (now unified with AVR template)
c78bc6a2 — kaylanm 6 years ago
Use DIRECT_PINS for BDN9 (#5603)

0137b023 — zvecr 6 years ago
Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)

* Port DIRECT_PINS from split_common/matrix.c to matrix.c

* Reorder matrix.c to remove foward declaration and match split_common/matrix.c

* Refactor nano to use DIRECT_PINS

* Reorder matrix.c to remove foward declaration and match split_common/matrix.c

* Add DIRECT_PINS documentation

* Reorder matrix.c to remove foward declaration and match split_common/matrix.c - fix logic from inherited from split_common

* Add DIRECT_PINS documentation - review comments
dc570b0b — さくらんぼ 6 years ago
Keyboard: Add yosino58 Keyboard (#5465)

* Keyboard: Add yosino58 Keyboard

* Keyboard: Add yosino58 Keyboard
Next