~ruther/qmk_firmware

d9e4dad0 — Jack Humbert 9 years ago
Makefile redo & other features (#395)

* .build containment implemented

* no destructive variable setting - builds in either folder

* make from 3 places

* cleans before each build
* make from root with keyboard=keyboard, keymap=keymap
* make from keyboard/keyboard with keymap=keymap
* make from keymaps/keymap
* only implemented on planck

* adds color diag to avr-gcc

* makefiles for all plancks, clean-up

* quick build-all makefile for plancks

* reformatting of make output (colors)

* color toggle, tmk path corrections

* correct if statement for color

* move config.h to main makefile, updates preonic, atomic

* format update, all keyboards targets

* makefile optional for build all target, alps and arrow_pad updated

* alps updated

* make planck default, trying out travis recipe for all-keyboards

* all-keymaps target, different travis recipe

* updates alps64

* updates keyboards to new format

* updates clue* projects

* all projects updated, specialise EZ .hex, let .hex through

* updates travis

* automatically find root, keyboard, keymap

* silent echo, cleaned-up mass make output

* updates all keyboards' .hex files except EZ

* Rename Bantam44.c to bantam44.c

* Rename Bantam44.h to bantam44.h

* nananana

* adds six key keyboard

* does same to ez as rest

* updates send_string example

* brings ergodox_ez up to date

* updates template/new project script

* adds sixkeyboard

* adds readme for sixkeyboard

* adds sixkeyboard to travis

* filenames, gitignore mess

* define clock prescaler stuff manually

* make quick, size test example

* documentation and dfu-no-build
a5d638ad — Erez Zukerman 9 years ago
Merge pull request #364 from techtomas/techtomas

Rearranged the layer toggles and keys.
623466e3 — Thomas Anderson 9 years ago
Updated readme to fix a typo and list out hotkey shortcuts
fd454e5b — Aron Griffis 9 years ago
Add support for vagrant-docker (#389)

* clean trailing ws in Vagrantfile and util/avr_setup.sh

* replace triple quotes with heredoc.

Ruby doesn't have triple quotes; that's a Python thing. This was just being
parsed as multiple strings concatenated.

* add docker support to Vagrantfile

* make wants to find dfu-programmer in vagrant guest
6b8b332f — Masahiro Wakame 9 years ago
fix HID_RI_LOGICAL_MAXIMUM value (#388)
2fda55ba — Erez Zukerman 9 years ago
Merge pull request #384 from gid0/master

Merge ErgoDox bepo layout changes.
2222621b — Jack Humbert 9 years ago
Update HAND_WIRE.md
219e4a30 — Eric Tang 9 years ago
Fix hand wiring guide (#387)

* Fix broken link

* Fix incoherent sentence
408c9e15 — Erez Zukerman 9 years ago
Adds Python script to util directory for easier discoverability
ea637149 — TuxForLife 9 years ago
Tiny typo (#386)
cd906f24 — Olivier 9 years ago
Spellchecking.
a62a0480 — Olivier 9 years ago
Add some more function keys (vol up / down, mute, undo, cut, copy, paste).
edf42668 — Olivier 9 years ago
Add basic README file.
3e3a07fc — Jack Humbert 9 years ago
adds planck keymap readme
bdf94c06 — Jack Humbert 9 years ago
updates the hand-wiring guide
4d59d57e — Olivier 9 years ago
Move keys and especially TAB more like on a TypeMatrix 2020 keyboard. Add a left SHIFT key.
83c52c60 — Jack Humbert 9 years ago
corrects vagrant script path from @b46f343
b46f343d — Jack Humbert 9 years ago
updates vagrant script path
8ca1831d — Jack Humbert 9 years ago
makes vagrant usable again
e0762e0a — Olivier 9 years ago
Merged the function and navigation layers. Give access to it with both thumbs. Now you can up / down / page up / page down with only one hand !
Next