mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-24 06:02:44 -04:00
Bug fixing
- forgot to put quotes in the tapping include - REmoved some boards to compile
This commit is contained in:
parent
a1764f59ac
commit
0344373690
2 changed files with 2 additions and 3 deletions
2
qmk.json
2
qmk.json
|
@ -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"]
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue