aboutsummaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/ericgebhart/ericgebhart.c5
-rw-r--r--users/ninjonas/ninjonas.c2
-rw-r--r--users/ridingqwerty/ridingqwerty.c2
-rw-r--r--users/tominabox1/tominabox1.c2
4 files changed, 3 insertions, 8 deletions
diff --git a/users/ericgebhart/ericgebhart.c b/users/ericgebhart/ericgebhart.c
index 76143c6ed..abb87899b 100644
--- a/users/ericgebhart/ericgebhart.c
+++ b/users/ericgebhart/ericgebhart.c
@@ -61,11 +61,6 @@ uint32_t layer_state_set_keymap (uint32_t state) {
__attribute__ ((weak))
void led_set_keymap(uint8_t usb_led) {}
-// Runs just one time when the keyboard initializes.
-void matrix_init_user(void) {
- //ACTION_DEFAULT_LAYER_SET(DVORAK) ;
-}
-
// check default layerstate to see which layer we are on.
// if (biton32(layer_state) == _DIABLO) { --- current layer
// if (biton32(default_layer_state) == _DIABLO) { --- current default layer
diff --git a/users/ninjonas/ninjonas.c b/users/ninjonas/ninjonas.c
index 7e5afcec8..d66a5b008 100644
--- a/users/ninjonas/ninjonas.c
+++ b/users/ninjonas/ninjonas.c
@@ -36,4 +36,4 @@ void keyboard_post_init_user() {
}
#endif
layer_state_set_user(layer_state);
-} \ No newline at end of file
+}
diff --git a/users/ridingqwerty/ridingqwerty.c b/users/ridingqwerty/ridingqwerty.c
index ee6e7e897..19b417a80 100644
--- a/users/ridingqwerty/ridingqwerty.c
+++ b/users/ridingqwerty/ridingqwerty.c
@@ -45,7 +45,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
return state;
}
-uint16_t get_tapping_term(uint16_t keycode) {
+uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case RC(ENT):
case ED(ESC):
diff --git a/users/tominabox1/tominabox1.c b/users/tominabox1/tominabox1.c
index 95e6ee780..d2e9e1258 100644
--- a/users/tominabox1/tominabox1.c
+++ b/users/tominabox1/tominabox1.c
@@ -106,7 +106,7 @@ qk_tap_dance_action_t tap_dance_actions[] = {
#endif // CRKBD
-uint16_t get_tapping_term(uint16_t keycode) {
+uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case LSFT_T(KC_CAPS):
return 250;