aboutsummaryrefslogtreecommitdiff
path: root/keyboards/chimera_ortho
diff options
context:
space:
mode:
authorDan <loksonarius@users.noreply.github.com>2018-06-19 16:01:48 -0400
committerDrashna Jaelre <drashna@live.com>2018-06-19 13:01:48 -0700
commit21a277bd8ed3375249ed84c9f7dbbf0706ca6513 (patch)
treed03afed0812287f9e98eeec2c0e3a9c2d4a23139 /keyboards/chimera_ortho
parent44660e77a4e4c3f6ab180df1f8135ba0691dc012 (diff)
downloadqmk_firmware-21a277bd8ed3375249ed84c9f7dbbf0706ca6513.tar.gz
qmk_firmware-21a277bd8ed3375249ed84c9f7dbbf0706ca6513.zip
DCompact Update 1 (#3202)
* Add Plover layer to DCompact from Planck default * Fix up and update DCompact READMEs * Add missing Steno features * Switch flags to re-enable extrakeys * Fix compilation bug in Chimera layout
Diffstat (limited to 'keyboards/chimera_ortho')
-rw-r--r--keyboards/chimera_ortho/keymaps/dcompact/README.md12
-rw-r--r--keyboards/chimera_ortho/keymaps/dcompact/keymap.c4
2 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/chimera_ortho/keymaps/dcompact/README.md b/keyboards/chimera_ortho/keymaps/dcompact/README.md
index 04cb4fcb6..18c23d66e 100644
--- a/keyboards/chimera_ortho/keymaps/dcompact/README.md
+++ b/keyboards/chimera_ortho/keymaps/dcompact/README.md
@@ -1,6 +1,6 @@
1# DCompact Layout 1# DCompact Layout
2 2
3**Dvorak, Layered, Mouse-Enabled, Compact** 3**Dvorak, Layered, Mouse-Enabled, Compact -- Plover coming soon!?!~**
4 4
5_See [the layout source](keymap.c) for the actual layout_ 5_See [the layout source](keymap.c) for the actual layout_
6 6
@@ -11,7 +11,7 @@ layout:
11 11
12- Provide minimal travel distance when typing English or coding 12- Provide minimal travel distance when typing English or coding
13- Consistent muscle memory translation from standard QWERTY 13- Consistent muscle memory translation from standard QWERTY
14- Statless typing experience 14- Stateless typing experience
15- OS-agnostic features, macros, and key placement 15- OS-agnostic features, macros, and key placement
16- Minimize dependence on mouse usage 16- Minimize dependence on mouse usage
17 17
@@ -34,10 +34,10 @@ merge with those in the keyboard folder_
34 34
35## Relevant Links 35## Relevant Links
36 36
37- !(Online Dvorak Layout Trainer)[https://learn.dvorak.nl/] 37- ![Online Dvorak Layout Trainer](https://learn.dvorak.nl/)
38- !(Dvorak Wikipedia Page)[https://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard] 38- ![Dvorak Wikipedia Page](https://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard)
39- !(QMK Docs)[https://docs.qmk.fm/#/] 39- ![QMK Docs](https://docs.qmk.fm/#/)
40- !(QMK KeyCode Reference)[https://docs.qmk.fm/#/keycodes] 40- ![QMK KeyCode Reference](https://docs.qmk.fm/#/keycodes)
41 41
42## Contact 42## Contact
43 43
diff --git a/keyboards/chimera_ortho/keymaps/dcompact/keymap.c b/keyboards/chimera_ortho/keymaps/dcompact/keymap.c
index eab8db22c..74c3a25cd 100644
--- a/keyboards/chimera_ortho/keymaps/dcompact/keymap.c
+++ b/keyboards/chimera_ortho/keymaps/dcompact/keymap.c
@@ -95,8 +95,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
95 ), 95 ),
96}; 96};
97 97
98# These control the color of the LED on the receiver 98// These control the color of the LED on the receiver
99# For color reference, see ../../chimera_ortho.h 99// For color reference, see ../../chimera_ortho.h
100void matrix_scan_user(void) { 100void matrix_scan_user(void) {
101 uint8_t layer = biton32(layer_state); 101 uint8_t layer = biton32(layer_state);
102 102