Ryan MacLean
07be7b8d69
Reverting CMD Changes
...
Adding the CMD from @edasque in once more as it allows specifying more than one board via host ENV vars.
Currently, the Dockerfile is hard-coded.
2017-08-19 08:17:58 -04:00
Wilba6582
baae936b47
Required overridden function for keymaps in EEPROM
2017-08-19 08:16:58 -04:00
Callum Oakley
a6845036e2
Merge branch 'master' of https://github.com/qmk/qmk_firmware
2017-08-19 10:34:45 +01:00
4c4a174dbe
Added Preonic Makefile and readme.md
2017-08-18 17:45:32 -04:00
8b62a0af74
Updated keymaps with second LOWER for the right hand
2017-08-18 17:29:19 -04:00
Danny Nguyen
7277f09bba
Update Nyquist readme file to new format
2017-08-18 15:44:02 -04:00
Joe Wasson
94ca84d271
Fix incorrect name for GeminiPR in docs.
2017-08-18 14:43:24 -04:00
Jack Humbert
52f2f6d8ea
adds audio docs to summary
2017-08-18 13:57:57 -04:00
Benny Powers
9fed4f7948
Add link to keycodes doc in how_keyboards_work
2017-08-18 12:49:55 -04:00
Roy Wellington Ⅳ
c0a6935fb3
Fix these links, as they appear to be broken ( #1595 )
...
It looks like build_environment_setup.md got renamed to
getting_started_build_tools.md in this commit:
commit e6c638bed1
Author: skullY <skullydazed@gmail.com>
Date: Sat Aug 5 20:54:34 2017 -0700
Overhaul the Getting Started section and add a FAQ section
docs/{build_environment_setup.md => getting_started_build_tools.md} | 132 ++++++++++++++++++++++++++++++++++++-------------------------------------
This commit adjusts the links to match the new name.
2017-08-18 00:18:04 -07:00
Jack Humbert
b483a90a90
update favicons
2017-08-17 17:13:44 -04:00
Drashna Jael're
cb76e71109
Add dvorak/colemak layers
2017-08-17 12:38:09 -04:00
0010
8392667ac4
bananasplit LED support and keymap add
...
* added LED pin mapping
* adding my keymap
2017-08-17 12:37:38 -04:00
Dan Amlund Thomsen
4a9e16b394
Add a tetris keymap to clueboard that includes a tetris game
2017-08-17 18:13:21 +02:00
Danny Nguyen
71d1c02a9b
Add message to avrdude script that it can't used within WSL currently
2017-08-16 20:47:43 -04:00
skullY
4e73b0b8d7
Make the bulk of our keyboards match the readme.md standard
2017-08-16 20:36:59 -04:00
Erez Zukerman
2ee0dc7793
Revert "Moves files from ez/keymaps to ergodox/keymaps"
...
This reverts commit 5e36f8463adf9231a60bc8d1c657d51c3181d079.
2017-08-16 20:36:59 -04:00
Erez Zukerman
9298f9d586
Moves files from ez/keymaps to ergodox/keymaps
...
That directory shouldn't even exist
2017-08-16 20:36:59 -04:00
Erez Zukerman
356b489d98
Update ErgoDox readme
...
Per standard recommended in #1362 .
2017-08-16 20:36:59 -04:00
Yu He
4c2dafc652
Add separate readme.md for ErgoDone
2017-08-16 17:31:12 -04:00
Yu He
285099de0d
Add ErgoDone support to two keymaps that have special config.h
2017-08-16 17:31:12 -04:00
Yu He
cb74c8dc46
Add dummy backlight/LED functions for keymaps that require them
2017-08-16 17:31:12 -04:00
Yu He
52f4a38cb3
Add support for the ErgoDone
2017-08-16 17:31:12 -04:00
skullY
f02430b131
Update links in the glossary
2017-08-16 15:47:20 -04:00
skullY
9d1a08e38a
Doc updates from going through every file
2017-08-16 15:47:20 -04:00
skullY
9b879b1267
break up keymaps and quantum keycodes into files by feature
2017-08-16 15:47:20 -04:00
skullY
2709744cdd
take a stab at documenting layers
2017-08-16 15:47:20 -04:00
skullY
207bcd788a
rework key_functions into feature_common_shortcuts
2017-08-16 15:47:20 -04:00
skullY
e6c638bed1
Overhaul the Getting Started section and add a FAQ section
2017-08-16 15:47:20 -04:00
skullY
89bcdde927
line endings
2017-08-16 12:23:59 -07:00
skullY
d3e1aaf5e2
trigger new travis build
2017-08-16 01:11:39 -07:00
skullY
0cc15e117d
Cleanup the clueboard keymaps
2017-08-16 01:07:48 -07:00
Balz Guenat
5bff9d6181
cleanup usb-usb converter code
2017-08-15 23:14:41 -04:00
Balz Guenat
7e5ccd50dc
add RESET to keymap
2017-08-15 23:14:41 -04:00
Balz Guenat
80d082055b
convert keymap into qmk-style
2017-08-15 23:14:41 -04:00
Balz Guenat
c8222043fc
wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp
...
still untested because of hardware availability :(
2017-08-15 23:14:41 -04:00
Balz Guenat
fa86b10138
add extern "C" to matrix.cpp
2017-08-15 23:14:41 -04:00
Balz Guenat
2aa5e44640
some major steps toward making the usb-usb converter work
2017-08-15 23:14:41 -04:00
Balz Guenat
42f895a4bc
remove unused variables from makefile
2017-08-15 23:14:41 -04:00
Balz Guenat
f4cdc9117c
small changes following Jack's advice.
2017-08-15 23:14:41 -04:00
Balz Guenat
d7d20e2511
start working on usb-usb converter port
2017-08-15 23:14:41 -04:00
Martin Sandiford
4757140107
Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with DISABLE_LEADER defined.
2017-08-15 19:51:06 -04:00
Martin Sandiford
c622423668
Remove floating point calculation in mouse move. Saves approx 650 bytes if no other floating point used.
2017-08-15 19:51:06 -04:00
discursivemoth
b7d43ee253
correct tilde to grave
2017-08-15 19:48:58 -04:00
Jack Humbert
565c670ca4
Merge pull request #1571 from BalzGuenat/grave-esc-fix
...
Fix for issue #1568
2017-08-15 19:48:14 -04:00
Jack Humbert
aee4e4650b
Merge pull request #1576 from That-Canadian/minidox
...
Minidox
2017-08-14 16:21:39 -04:00
drashna
be0d49ba63
Add files via upload
2017-08-14 16:20:24 -04:00
drashna
0f2a7b6210
Fixed so will compile both with and without underglow
2017-08-14 16:20:24 -04:00
drashna
cb7255755b
Add files via upload
2017-08-14 16:20:24 -04:00
drashna
1a0b5aee63
Create Keymap.c
...
RGB Underglow mod for layer indication
2017-08-14 16:20:24 -04:00