Seth Chandler
f6aeaac5b5
update more non-existent readmes for QMK.fm
8 years ago
Seth Chandler
0a2653bac8
update broken link
8 years ago
Seth Chandler
68b1affbbd
update audio links
8 years ago
Seth Chandler
45414fed7b
update tmk link
8 years ago
Seth Chandler
a95ab37162
update link to Vagrant docfile
8 years ago
Seth Chandler
38508180c7
update readmes in certain directories to work with qmk.fm
8 years ago
Pavlos Vinieratos
d3091faf36
change naming, and remove extraneous definition
8 years ago
Seth Chandler
6289332759
add custom makefile for sethbc keymap
8 years ago
Seth Chandler
f954223749
update makefile to default to no virtual dip switches
8 years ago
Seth Chandler
dddaebfa98
update readme images
8 years ago
Jonathan Lucas
2877b858d3
Fix erroneous character
...
Must have been keeb testing :)
8 years ago
Jonathan Lucas
f13f48a35e
Added CMD60 keymap
8 years ago
Pavlos Vinieratos
f3b56701ed
add an `anyway` and a `reset` callback
...
when using tap dance, we have the `regular` callback that is called on
the last tap. this commit adds an `anyway` callback that is called on
every tap, and a `reset` callback that is called on reset of the tap
dance taps.
8 years ago
Pavlos Vinieratos
1a7e954f9f
in case its NULL
8 years ago
Erik Dasque
aa2a79bbfa
Further simplyfying the docker usage
...
We'll be able to change the image user name if we set up the initial repo to trigger Docker images rebuilds on hub.docker.com
8 years ago
Erik Dasque
0446263935
Adding Docker build system & documentation
8 years ago
Travis La Marr
d48a4cf1eb
Fix OS X Recognizing keyboard as Mouse/Tablet
...
Modified the LUFA USB HID Descriptor to change the logical/usage
minimums for System Control from 0x01 (Mouse) to 0x81 (System Power
Down), this fixes OS X recognizing the Planck as having a mouse and
tablet, even with mousekeys off.
8 years ago
Travis La Marr
0b8c448b30
Make DFU wait for bootloader
...
Added a loop for waiting for the keyboard to be put in bootloader mode,
rather than failing out. Makes building keymaps easier.
8 years ago
Jonathan A. Kollasch
4278d88615
keymap_dvorak.h: add missing shifted keys, fix whitespace
8 years ago
Jonathan A. Kollasch
25938a09a6
extra_keymaps: use RALT() instead of 0x1400 for AltGr
8 years ago
Jonathan A. Kollasch
010dd13084
keymap_extras: add newline at end of files
8 years ago
Jack Humbert
9ecf9073b9
Merge pull request #489 from Skrymir/master
...
New ergodox-ez layout
8 years ago
Jack Humbert
8bbbbcddf9
Merge pull request #515 from pvinis/reset-function
...
extract reset keyboard into a function
8 years ago
Will Wolff-Myren
76469ebbcf
Replaced ordinary-media.{png|json} with new media layout
8 years ago
Will Wolff-Myren
1b776f0f33
Replaced ordinary-symbol.{png|json} with new base layout.
8 years ago
Will Wolff-Myren
b587245430
Replaced ordinary-base.{png|json} with new base layout.
8 years ago
Will Wolff-Myren
825aead3bd
Replaced readme.md with stub
...
(incl. reference to original layout)
8 years ago
Will Wolff-Myren
8f3cdea357
Created "teckinesis" keymap folder
...
(Based on "ordinary" keymap by Nicholas Keene)
8 years ago
Pavlos Vinieratos
a28a6e5b79
extract reset keyboard into a function
...
that makes it easy to call reset_keyboard() from a function in a keymap
8 years ago
Joshua Colbeck
68ceffe53e
Merge pull request #2 from jackhumbert/master
...
Pull from upstream
8 years ago
Jack Humbert
a998a48673
Merge pull request #477 from Smilliam/master
...
Canceling Space Cadet state with opposite shift key
8 years ago
Jack Humbert
076de6fa75
Merge pull request #506 from stanleylai/master
...
Added my custom keymap for Satan
8 years ago
skullydazed
d5102c7715
Merge pull request #507 from ruiqimao/master
...
fixed clueboard LED pin assignments and matrix documentation
8 years ago
Ruiqi Mao
cb0e102adb
fixed clueboard LED pin assignments and matrix documentation
8 years ago
Smilliam
5e58e2281a
amended extraneous file edits
8 years ago
Smilliam
b12fe6abb2
Made rollover behavior for space cadet optional
8 years ago
Stanley Lai
753cbee5c0
Added my custom keymap for Satan
8 years ago
Jack Humbert
4081fc4d8f
Merge pull request #505 from fredizzimo/documentation_fix
...
Remove out of place documentation, caused by ChibiOS merge
8 years ago
Fred Sundvik
c7728780de
Remove out of place documentation, caused by ChibiOS merge
8 years ago
Jack Humbert
b0300d8d8f
Merge pull request #502 from robotmaxtron/master
...
Adding robotmaxtron's GH60 Keymap
8 years ago
Max Whittingham
df958a2dbc
Update keymap.c
8 years ago
Jack Humbert
9dc6dfbf96
Merge pull request #500 from TerryMathews/master
...
Establish Poker clone keymap for Satan
8 years ago
TerryMathews
4decdd2b18
Merge pull request #1 from jackhumbert/master
...
Catch up with jack's master
8 years ago
TerryMathews
979a0d25f0
Establish Poker clone keymap for Satan
...
Maps all of the side-print legends on the stock Poker II keycaps that
are feasible (doesn't support repeat rate toggling, Pmode recording).
8 years ago
Max Whittingham
1ab527a4db
Cleaning up repo
8 years ago
Erez Zukerman
c444f4f702
Documents tap dance
8 years ago
Jack Humbert
4139841e9d
Merge pull request #498 from fredizzimo/fix_make_dependencies
...
Fix make dependencies
8 years ago
Fred Sundvik
6911ead027
Use order only prerequisites to avoid re-linking
...
The prerequisites at the start of the build process are order-only
so that the trget don't link again. Also added as a dependency to
the compilation to force the messages to be printed at the start
8 years ago
Fred Sundvik
e8e300d5c4
Fix name of makefile dep files
...
The files can't start with a .dot, as the wildcard function wont
find them. So this is fixed by removing the BUILD_DIR from the
name.
8 years ago
Jack Humbert
8610481c37
Merge pull request #496 from fredizzimo/makefile_optimization
...
Makefile optimization
8 years ago