summaryrefslogtreecommitdiffstats
path: root/keyboards/chimera_ortho/keymaps/dcompact/keymap.c
diff options
context:
space:
mode:
authorDan <loksonarius@users.noreply.github.com>2018-06-19 22:01:48 +0200
committerDrashna Jaelre <drashna@live.com>2018-06-19 22:01:48 +0200
commit21a277bd8ed3375249ed84c9f7dbbf0706ca6513 (patch)
treed03afed0812287f9e98eeec2c0e3a9c2d4a23139 /keyboards/chimera_ortho/keymaps/dcompact/keymap.c
parent44660e77a4e4c3f6ab180df1f8135ba0691dc012 (diff)
downloadqmk_firmware-21a277bd8ed3375249ed84c9f7dbbf0706ca6513.tar.gz
qmk_firmware-21a277bd8ed3375249ed84c9f7dbbf0706ca6513.tar.xz
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/keymaps/dcompact/keymap.c')
-rw-r--r--keyboards/chimera_ortho/keymaps/dcompact/keymap.c4
1 files changed, 2 insertions, 2 deletions
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] = {
),
};
-# These control the color of the LED on the receiver
-# For color reference, see ../../chimera_ortho.h
+// These control the color of the LED on the receiver
+// For color reference, see ../../chimera_ortho.h
void matrix_scan_user(void) {
uint8_t layer = biton32(layer_state);