summaryrefslogtreecommitdiff
path: root/keyboard/planck/keymaps/angerthosenear/keymap.c
diff options
context:
space:
mode:
authorChristopher Browne2016-06-16 17:16:51 -0400
committerJack Humbert2016-06-16 17:16:51 -0400
commit2cf26915e3ed737ae83cf7b54f7e84fc2f0d3b40 (patch)
treeae497d0e544bd9d02ecc6b2271c36e578aec091e /keyboard/planck/keymaps/angerthosenear/keymap.c
parent91b469d88fc530412bdd3c604374542898614895 (diff)
Sample of using build info to generate keystrokes (#412)
* More documentation * Saving crontab for user on host * Restructuring in keeping with recent changes to conventions * Simplify submitting my fave cbbrowne keystroke by using SEND_STRING() * Local change, not apropos to have in this repo * Simplify logic; no need to return so much * Add in a version key * Add docs * Split build date into a separate DEFINE * Ensure there is a value even if not working within a git repo * Should not include the compiled code in the repo * compiled.hex files should not be included in the repo; they represent generated compiled code * Fix spelling in comment * Remove more generated files * Add rule to ignore contents of .build directories; their contents are generated * Revert removals of compiled files
Diffstat (limited to 'keyboard/planck/keymaps/angerthosenear/keymap.c')
-rw-r--r--keyboard/planck/keymaps/angerthosenear/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/planck/keymaps/angerthosenear/keymap.c b/keyboard/planck/keymaps/angerthosenear/keymap.c
index df13471e3..fe049d0c8 100644
--- a/keyboard/planck/keymaps/angerthosenear/keymap.c
+++ b/keyboard/planck/keymaps/angerthosenear/keymap.c
@@ -6,7 +6,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
{KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT},
{KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_QUOT},
{KC_LCTL, KC_LGUI, KC_LALT, BL_STEP, FUNC(2), KC_SPC, KC_SPC, FUNC(1), KC_LEFT, KC_DOWN, KC_UP, KC_RGHT}
- // Space is repeated to accommadate for both spacebar wiring positions
+ // Space is repeated to accommodate for both spacebar wiring positions
},
[1] = { /* WASD + NumPad */
{KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_P7, KC_P8, KC_P9, KC_PSLS, KC_PMNS, KC_TRNS},
@@ -36,4 +36,4 @@ const uint16_t PROGMEM fn_actions[] = {
[3] = ACTION_DEFAULT_LAYER_SET(0),
[4] = ACTION_DEFAULT_LAYER_SET(1),
-}; \ No newline at end of file
+};