summaryrefslogtreecommitdiffstats
path: root/keyboards/mf68
diff options
context:
space:
mode:
authormarkhuguet <30506876+markhuguet@users.noreply.github.com>2018-04-15 18:49:31 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-15 18:49:31 +0200
commitb7d095fdc312516091c2430f35ecba1a5ae5caf4 (patch)
treef5443261f88f814e9f2150755ae32508ceaf67a2 /keyboards/mf68
parented62c6e146e685e41e434e3335065b1205f41925 (diff)
downloadqmk_firmware-b7d095fdc312516091c2430f35ecba1a5ae5caf4.tar.gz
qmk_firmware-b7d095fdc312516091c2430f35ecba1a5ae5caf4.tar.xz
Added Factory Style LED Controls (#2678)
* This adds a keymap to the MF68 labeled factory. It is an attempt to mimic the layout on the factory keycaps of the non-backlit board. There are some small differences: 1) FN+WASD are an arrow cluster 2) FN+Z (Start media player) and FN+] (Start Calculator) are not mapped 3) FN+GHJKL are Backlight controls 4) An FN2 layer exists for future growth 5) The CAPS key is maped as FN2, for CAPS Lock use FN+CAPS * Changed the CAPS key to be CAPS Lock on short press, FN2 on hold Added LED controls to FN+Arrow Keys to better mimic factory backlit boards.
Diffstat (limited to 'keyboards/mf68')
-rw-r--r--keyboards/mf68/keymaps/factory/keymap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/mf68/keymaps/factory/keymap.c b/keyboards/mf68/keymaps/factory/keymap.c
index 2533c93c3..ffd857a89 100644
--- a/keyboards/mf68/keymaps/factory/keymap.c
+++ b/keyboards/mf68/keymaps/factory/keymap.c
@@ -4,7 +4,7 @@
#define _FN1 1
#define _FN2 2
#define KC_ KC_TRNS
-#define KC_X0 LT(_FN2, KC_GRV)
+#define KC_X0 LT(_FN2, KC_CAPS)
#define KC_X1 MO(_FN1)
#define KC_X2 BL_STEP
#define KC_X3 BL_BRTG
@@ -35,11 +35,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*|esc-`-1--`-2--`-3--`-4--`-5--`-6--`-7--`-8--`-9--`-0--`mnus`plus`--bksp--| |ins-`pgup| */
, , UP , , , , , , ,PSCR,SLCK,PAUS, X2 , , ,END,
/*|tab---`-q--`-w--`-e--`-r--`-t--`-y--`-u--`-i--`-o--`-p--`-{--`-}--`--|---| `del-`pgdn' */
- CAPS ,LEFT,DOWN,RGHT, , X6 , X5 , X4 , X3 , X2 ,HOME, , ,
+ X0 ,LEFT,DOWN,RGHT, , X6 , X5 , X4 , X3 , X2 ,HOME, , ,
/*|caps---`-a--`-s--`-d--`-f--`-g--`-h--`-j--`-k--`-l--`-;--`-'--`----enter-| ,----. */
- , ,MPLY,MSTP,MPRV,MNXT,VOLD,VOLU,MUTE, ,END , , ,
+ , ,MPLY,MSTP,MPRV,MNXT,VOLD,VOLU,MUTE, ,END , , X5 ,
/*|shift----`-z--`-x--`-c--`-v--`-b--`-n--`-m--`-,--`-.--`-/--`-------shift-.--|-up-|----. */
- , , , , , , , , ,
+ , , , , , , , X3 , X6 , X4
/*`ctrl-+-gui-+-alt-+----------space---------------+-fn---+-alt-+ctrl-' `left+down+rght' */
),