summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus62/keymaps
diff options
context:
space:
mode:
authorDavid Olsson <david.olsson@softhouse.se>2017-01-12 00:14:42 +0100
committerDavid Olsson <david.olsson@softhouse.se>2017-01-12 00:14:42 +0100
commited975f2454692fec28539a7014116beeb21b4c9e (patch)
tree475fc13811e3011df895f73c7865ea67e7970342 /keyboards/atreus62/keymaps
parent1bef7bf45a2b05e755b17267aa08a66d1588134f (diff)
downloadqmk_firmware-ed975f2454692fec28539a7014116beeb21b4c9e.tar.gz
qmk_firmware-ed975f2454692fec28539a7014116beeb21b4c9e.tar.xz
Remove comments and change to correct KN_PLUS instead of KC_PLUS.
Diffstat (limited to 'keyboards/atreus62/keymaps')
-rw-r--r--keyboards/atreus62/keymaps/mneme/keymap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/atreus62/keymaps/mneme/keymap.c b/keyboards/atreus62/keymaps/mneme/keymap.c
index 56d637120..eca452b77 100644
--- a/keyboards/atreus62/keymaps/mneme/keymap.c
+++ b/keyboards/atreus62/keymaps/mneme/keymap.c
@@ -170,7 +170,7 @@ static void m_handle_kf (keyrecord_t *record, uint8_t id) {
code = long_press ? KC_F11 : KC_ESC;
break;
case KF_12:
- code = long_press ? KC_F12 : KC_PLUS;
+ code = long_press ? KC_F12 : KN_PLUS;
break;
}
register_code (code);
@@ -267,19 +267,19 @@ void matrix_scan_user(void) {
register_code(KC_RGUI);
TAP_ONCE(KC_L);
unregister_code(KC_RGUI);
- }; // Todo
+ };
SEQ_TWO_KEYS(KC_F, KC_S){
register_code(KC_LCTRL);
TAP_ONCE(KC_S);
unregister_code(KC_LCTRL);
- }; // Todo
+ };
SEQ_TWO_KEYS(KC_B, KC_D){
register_code(KC_LCTRL);
TAP_ONCE(KC_W);
unregister_code(KC_LCTRL);
- }; // Todo
+ };
SEQ_TWO_KEYS (KC_S, KC_S) {
// ¯\_(ツ)_/¯