Forgot semicolon, and add reference link
This commit is contained in:
parent
10105f645a
commit
f5d78c739d
2 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
||||
[More info](https://github.com/fudanchii/keyboard_of_disapproval)
|
Loading…
Reference in a new issue