diff options
Diffstat (limited to 'users/ericgebhart/ericgebhart.c')
| -rw-r--r-- | users/ericgebhart/ericgebhart.c | 5 |
1 files changed, 0 insertions, 5 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) { | |||
| 61 | __attribute__ ((weak)) | 61 | __attribute__ ((weak)) |
| 62 | void led_set_keymap(uint8_t usb_led) {} | 62 | void led_set_keymap(uint8_t usb_led) {} |
| 63 | 63 | ||
| 64 | // Runs just one time when the keyboard initializes. | ||
| 65 | void matrix_init_user(void) { | ||
| 66 | //ACTION_DEFAULT_LAYER_SET(DVORAK) ; | ||
| 67 | } | ||
| 68 | |||
| 69 | // check default layerstate to see which layer we are on. | 64 | // check default layerstate to see which layer we are on. |
| 70 | // if (biton32(layer_state) == _DIABLO) { --- current layer | 65 | // if (biton32(layer_state) == _DIABLO) { --- current layer |
| 71 | // if (biton32(default_layer_state) == _DIABLO) { --- current default layer | 66 | // if (biton32(default_layer_state) == _DIABLO) { --- current default layer |
