]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Forgot semicolon, and add reference link
authorNurahmadie <nurahmadie@gmail.com>
Sun, 26 Feb 2017 04:44:21 +0000 (11:44 +0700)
committerNurahmadie <nurahmadie@gmail.com>
Sun, 2 Apr 2017 11:27:28 +0000 (18:27 +0700)
keyboards/handwired/kbod/keymaps/default/keymap.c
keyboards/handwired/kbod/readme.md

index 6f2805d9dc82293128d2bdb7a7b9c98bda954673..a6c09dd5301d79740e96845509a6461d8dfb6487 100644 (file)
@@ -67,7 +67,7 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
   switch (id) {
     case 0:
       shift_esc_mask = MODS_PRESSED(SHIFT);
-      SET_WHETHER(shift_esc_mask, KC_ESC, KC_GRAVE)
+      SET_WHETHER(shift_esc_mask, KC_ESC, KC_GRAVE);
       break;
     case 1:
       alt_mask = MODS_PRESSED(ALT);
index bd58fdd38426275cf0fb733d4be1473f6d29a828..67bf711bee4f409ca9c78dbec0c64244cb1dc0c6 100644 (file)
@@ -16,4 +16,6 @@ Something along this line:
 
 ```
 avrdude -p m32u4 -c avr109 -P <COM PORT> -C <avrdude conf file> -e -u flash:w:handwired_kbod_default.hex
-```
\ No newline at end of file
+```
+
+[More info](https://github.com/fudanchii/keyboard_of_disapproval)
\ No newline at end of file