Bug fixing

- forgot to put quotes in the tapping include
- REmoved some boards to compile
This commit is contained in:
Victor 2024-05-24 00:18:47 -05:00
parent a1764f59ac
commit 0344373690
Failed to generate hash of commit
2 changed files with 2 additions and 3 deletions

View file

@ -9,8 +9,6 @@
["bluebell/swoop", "t4corun"], ["bluebell/swoop", "t4corun"],
["barbellboards/rollow", "t4corun"], ["barbellboards/rollow", "t4corun"],
["klor/2040", "t4corun"], ["klor/2040", "t4corun"],
["klor", "default"],
["klor/2040", "default"],
["klor/2040", "saegewerk"] ["klor/2040", "saegewerk"]
] ]

View file

@ -1,5 +1,6 @@
#include tapping.h #include "tapping.h"
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
switch (keycode) { switch (keycode) {
case NAV: case NAV: