]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Merge pull request #808 from npoirey/master
authorJack Humbert <jack.humb@gmail.com>
Mon, 10 Oct 2016 04:22:12 +0000 (00:22 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Oct 2016 04:22:12 +0000 (00:22 -0400)
Altgr quick combination and updated readme

quantum/keymap.h
readme.md

index 98ddfd0c533e4bda998e879e271fb1f41e141999..4b2192cb2e69496b3ae2cc65391d0b4a947cfc9d 100644 (file)
@@ -191,6 +191,7 @@ enum quantum_keycodes {
 #define HYPR(kc) (kc | QK_LCTL | QK_LSFT | QK_LALT | QK_LGUI)
 #define MEH(kc)  (kc | QK_LCTL | QK_LSFT | QK_LALT)
 #define LCAG(kc) (kc | QK_LCTL | QK_LALT | QK_LGUI)
+#define ALTG(kc) (kc | QK_RCTL | QK_RALT)
 
 #define MOD_HYPR 0xf
 #define MOD_MEH 0x7
index d28d7c3ff37ee0409bd1060f17e2617303e2baa8..f20ab41b168c127787f5b366b57800c0cfb1f151 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -140,6 +140,9 @@ If this is a bit complex for you, Docker might be the turn-key solution you need
 
 docker run -e keymap=gwen -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
 
+# On windows docker seems to have issue with VOLUME tag in Dockerfile, and $('pwd') won't print a windows compliant path, use full path instead like this
+docker run -e keymap=default -e keyboard=ergobop --rm -v D:/Users/Sacapuces/Documents/Repositories/qmk:/qmk:rw edasque/qmk_firmware
+
 ```
 
 This will compile the targetted keyboard/keymap and leave it in your QMK directory for you to flash.