summaryrefslogtreecommitdiffstats
path: root/keyboards/iris/keymaps/s1carii/readme.md
diff options
context:
space:
mode:
authorfordmr <mrford17@gmail.com>2018-06-26 02:11:14 +0200
committerDrashna Jaelre <drashna@live.com>2018-06-26 02:11:14 +0200
commitfc975fc2556ac2c4bc98f45ace63f25ce90e2a53 (patch)
treed3474f6112b109dec468ffd813847c6421631f57 /keyboards/iris/keymaps/s1carii/readme.md
parent52906ad4ba4376cc57db7288ecc58c7c5850fc3b (diff)
downloadqmk_firmware-fc975fc2556ac2c4bc98f45ace63f25ce90e2a53.tar.gz
qmk_firmware-fc975fc2556ac2c4bc98f45ace63f25ce90e2a53.tar.xz
New Pok3r Based Keymap (#3226)
* Create keymap.c Modified the default to be way more like a pok3r, already clear that it needs a better ctrl location. * Delete keymap.c * Create keymap.c Modified the default keymap to be more like a pok3r, clearly needs a better ctrl location and probably some other tweaks. * Add files via upload * Update keymap.c Parenthesis correction. * Parenthetical cleanup Forgot one... * Mods and numpad; cleanup Rework mods and numpad layer, remove superfluous declarations * comment define devlayer * Create readme.md Background and intention. * Updated to fit example * Update readme.md * Update rules.mk * Update config.h * Updated includes Replaced: #include "iris.h" #include "action_layer.h" #include "eeconfig.h" With: #include QMK_KEYBOARD_H * Update rules.mk Removed RGB enable declarations * Update rules.mk * Update keymap.c Spaced out on MINS and EQL. * Update rules.mk Removed unnecessary block. * Remove the RGB call Make would fail because of the RGB call that wasn't anywhere but here, cleaned that up from the default config. * Update keymap.c Added [ and ] since I'd forgotten them originally...
Diffstat (limited to 'keyboards/iris/keymaps/s1carii/readme.md')
-rw-r--r--keyboards/iris/keymaps/s1carii/readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/s1carii/readme.md b/keyboards/iris/keymaps/s1carii/readme.md
new file mode 100644
index 000000000..9b46e8670
--- /dev/null
+++ b/keyboards/iris/keymaps/s1carii/readme.md
@@ -0,0 +1,9 @@
+# Pok3r Based iris Keymap
+
+Pok3r was what got me into mechanical keyboards years ago and what has been my daily driver since, WhiteFox and the like being always on the periphery. As such, those keybinds are what is most natural and notably not in the default keymap configuration.
+
+Make example for this keymap (after setting up your build environment):
+
+ make iris/rev2:s1carii:avrdude
+
+See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.