aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-10-26 20:41:18 -0700
committerJesse Vincent <jesse@keyboard.io>2017-10-27 00:02:02 -0700
commitaea85ef457cb4e0ecef47b33eac3cceb8afb495b (patch)
treed4378022aa55fa924becfa9b0fa731232c0f0c14
parent76f5a59a7842ee9d132e82183b77ef293e2e8108 (diff)
downloadModel01-Firmware-customer-layouts/fluffy.tar.gz
Model01-Firmware-customer-layouts/fluffy.zip
@fluffy-critter was looking for a firmware with Shift and Control swappedcustomer-layouts/fluffy
-rw-r--r--Model01-Firmware.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 5f4d5e8..0b01a13 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -131,14 +131,14 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
Key_Backtick, Key_Q, Key_W, Key_E, Key_R, Key_T, Key_Tab,
Key_PageUp, Key_A, Key_S, Key_D, Key_F, Key_G,
Key_PageDown, Key_Z, Key_X, Key_C, Key_V, Key_B, Key_Escape,
- Key_LeftControl, Key_Backspace, Key_LeftGui, Key_LeftShift,
+ Key_LeftShift, Key_Backspace, Key_LeftGui, Key_LeftControl,
ShiftToLayer(FUNCTION),
M(MACRO_ANY), Key_6, Key_7, Key_8, Key_9, Key_0, Key_KeypadNumLock,
Key_Enter, Key_Y, Key_U, Key_I, Key_O, Key_P, Key_Equals,
Key_H, Key_J, Key_K, Key_L, Key_Semicolon, Key_Quote,
Key_RightAlt, Key_N, Key_M, Key_Comma, Key_Period, Key_Slash, Key_Minus,
- Key_RightShift, Key_LeftAlt, Key_Spacebar, Key_RightControl,
+ Key_RightControl, Key_LeftAlt, Key_Spacebar, Key_RightShift,
ShiftToLayer(FUNCTION)),
[FUNCTION] = KEYMAP_STACKED