]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add default glow board
authorDrashna Jaelre <drashna@live.com>
Sun, 18 Nov 2018 16:59:52 +0000 (08:59 -0800)
committerDrashna Jaelre <drashna@live.com>
Sun, 18 Nov 2018 16:59:52 +0000 (08:59 -0800)
keyboards/ergodox_ez/keymaps/default_glow/keymap.c [new file with mode: 0644]
keyboards/ergodox_ez/keymaps/default_glow/readme.md [new file with mode: 0644]
keyboards/ergodox_ez/keymaps/default_glow/rules.mk [new file with mode: 0644]

diff --git a/keyboards/ergodox_ez/keymaps/default_glow/keymap.c b/keyboards/ergodox_ez/keymaps/default_glow/keymap.c
new file mode 100644 (file)
index 0000000..526c364
--- /dev/null
@@ -0,0 +1 @@
+// Placeholder.  See ../default/keymap.c for details
diff --git a/keyboards/ergodox_ez/keymaps/default_glow/readme.md b/keyboards/ergodox_ez/keymaps/default_glow/readme.md
new file mode 100644 (file)
index 0000000..1150a4f
--- /dev/null
@@ -0,0 +1,15 @@
+# ErgoDox EZ Default Configuration
+
+## Changelog
+
+* Dec 2016:
+  * Added LED keys
+  * Refreshed layout graphic, comes from http://configure.ergodox-ez.com now.
+* Sep 22, 2016:
+  * Created a new key in layer 1 (bottom-corner key) that resets the EEPROM.
+* Feb 2, 2016 (V1.1): 
+  * Made the right-hand quote key double as Cmd/Win on hold. So you get ' when you tap it, " when you tap it with Shift, and Cmd or Win when you hold it. You can then use it as a modifier, or just press and hold it for a moment (and then let go) to send a single Cmd or Win keystroke (handy for opening the Start menu on Windows).
+
+This is what we ship with out of the factory. :) The image says it all:
+
+![Default](https://i.imgur.com/Be53jH7.png)
\ No newline at end of file
diff --git a/keyboards/ergodox_ez/keymaps/default_glow/rules.mk b/keyboards/ergodox_ez/keymaps/default_glow/rules.mk
new file mode 100644 (file)
index 0000000..360c3c5
--- /dev/null
@@ -0,0 +1,4 @@
+RGBLIGHT_ENABLE = no
+RGB_MATRIX_ENABLE = yes # enable later
+
+SRC += ../default/keymap.c