~ruther/qmk_firmware

f44483f6 — That-Canadian 6 years ago
Adding the Waldo PCB (PCB for the Holz keyboard) (#4817)

* Added Waldo keyboard base files and default keymap

* Updated Waldo files and added keymap for split shift and split backspace

* Updated meta-data for the Waldo board

* Apply suggestions from code review

Committing suggestions for real this time.

Co-Authored-By: That-Canadian <Poole.Chris.11@gmail.com>

* Made suggested changes that were not explicitly made.
95ebe901 — fauxpark 6 years ago
[Keymap] Change SFT_ESC keycode in default Satan keymap to KC_GESC (#5482)

eef00e4d — Jan Christoph Ebersbach 6 years ago
[Keyboard] Add Signum 3.0 for the elite-c (#5478)

* Add keyboard Signum 3.0 for the elite-c

* Update readme.md

* Remove unused macros

* Use bootmagic lite instead of full

* Add warning to keymap.c that it's auto-generate

* Add description for customizing keyboard layouts

* Make generate_km.py executable

* Make right shift available in numpad layer

* Update keyboards/signum/3_0/elitec/readme.md

Co-Authored-By: jceb <jceb@e-jc.de>

* Update keyboards/signum/3_0/elitec/readme.md

Co-Authored-By: jceb <jceb@e-jc.de>

* Fix typo in symbol name
908966bd — Drashna Jaelre 6 years ago
Fixed tap/down/up handling in dynamic keymap macros (#5363)

* Fixed tap/down/up handling in dynamic keymap macros

* Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODE
6a4c5487 — Andrew Kannan 6 years ago
[Keyboard] Instant60 Tsangan (#5580)

* Update instant60 for tsangan version

* Add extra init hook

* Remove hacky first init thing
8dd0ff6c — fauxpark 6 years ago
Remove keyboard description from Adafruit BLE device name
9a701632 — Konstantin Đorđević 6 years ago
[Keyboard] Remove unnecessary IS_COMMAND definition in treadstone48 (#5566)

b262f20a — MechMerlin 6 years ago
[Keyboard] Refactor HB85 to get rid of custom i2c code (#5570)

* remove dependency on custom i2c code

* missed a pragma once

* fix readme install instructions

* config.h cleanup

* make the bootmagic key not the same bmc reset key

* disable bootmagic functionality as it doesn't seem to work on atmega32a bmc boards
a8e3462b — MechMerlin 6 years ago
[Keyboard] Refactor budget96 to remove custom i2c code in favor of QMK i2c_master (#5571)

* remove custom i2c code in favor of QMK i2c_master

* fix readme

* disable bootmagic as it doesn't work on bmc boards
b8f78340 — Drashna Jaelre 6 years ago
Refactor E6V2 BMC PCB to get rid of custom i2c code in favor of QMK i2c_master (#5572)

* remove custom i2c code in favor of QMK i2c_master

* clean up config file

* fix pyusb install instructions

* fix naming in usbconfig.h

* disable bootmagic as it does not work for bmc boards
18a9f799 — noroadsleft 6 years ago
[Keymap] Updates to noroadsleft keymap for KC60 (2019-04-07) (#5576)

* Update macros and keycode handling

- Update NUBS_Z macro so it repeats when held down
- Number row now uses numpad keycodes if Right Alt is being held
- coding conventions and formatting update
  - switched to four-space indent
  - reformatted a block comment

* Update readme files
0231caa2 — MechMerlin 6 years ago
[Keyboard] Refactor FaceW for new BMC changes (#5575)

* use #pragma once for guards

* update readme and fix pyusb install instructions

* replace custom i2c code with QMK i2c_master

* remove unneeded code from config.h

* fix keyboard name

* remove custom matrix and i2c driver

* turn off bootmagic, turn on leds

* remove keymap in favor of userspace/community layouts keymap

* remove custom matrix

* update readme
1b9f82c8 — mechmerlin 6 years ago
disable bootmagic as it does not work for bmc boards
0baa1e2b — mechmerlin 6 years ago
fix naming in usbconfig.h
8173db63 — mechmerlin 6 years ago
fix pyusb install instructions
f6c305ba — mechmerlin 6 years ago
clean up config file
44435d74 — mechmerlin 6 years ago
remove custom i2c code in favor of QMK i2c_master
5c1ef2bd — MechMerlin 6 years ago
[Keyboard] Panc60 Refactor (#5559)

* remove unneeded uart setting

* use pragma once everywhere

* remove custom matrix support

* fixup readme

* set bootmagic to lite

* remove dependency on custom i2c code

* use the right header files and function calls
41098448 — MechMerlin 6 years ago
i2c_init update to work with atmega32a boards (#5562)

* On i2c_init, enable two wire interface, twi interrupt, and slave
address ACK along with pull up resistors.

* thanks to some testing by drashna, we know that setting TWI doesn't work for all boards. Putting the new code into an ifdef block
2ffa4798 — Lenbok 6 years ago
Fix bugs that cause compile failures when enabling only some animations.
Next