1
0
Fork 0
forked from forks/qmk_firmware

Removing unneeded code snippet.

This commit is contained in:
Ian Sterling 2019-06-27 19:29:05 -07:00
parent 773efb5a1f
commit 6652ce1889

View file

@ -54,11 +54,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
uint32_t layer_state_set_user(uint32_t state) {
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
};
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case DVORAK: