Skip to content

Commit

Permalink
Fix layer IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Aug 25, 2023
1 parent 1ecfd8b commit 26fb4e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/xd75/keymaps/undead/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include "xd75.h"

// Layer shorthand
#define _QW 0
#define _FN 1
#define _QW 1
#define _FN 2

// NOOP
#define ____ KC_NO
Expand Down
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
sudo pacman -S avr-libc dfu-programmer
sudo pacman -S avr-libc dfu-programmer make
sudo make xd75:undead:dfu
sudo pacman -Rsn avr-libc dfu-programmer
sudo pacman -Rsn avr-libc dfu-programmer make

0 comments on commit 26fb4e8

Please sign in to comment.