Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added abishalom keymaps #4495

Merged
merged 12 commits into from
Nov 27, 2018
4 changes: 0 additions & 4 deletions keyboards/massdrop/alt/keymaps/abishalom/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
*/
};

const uint16_t PROGMEM fn_actions[] = {

};

// Runs just one time when the keyboard initializes.
void matrix_init_user(void) {
};
Expand Down
3 changes: 0 additions & 3 deletions keyboards/tada68/keymaps/abishalom/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
#define _FL 1
#define _NL 2

#define _______ KC_TRNS
#define SEMI_FN LT(_FL, KC_SCLN)
abishalom marked this conversation as resolved.
Show resolved Hide resolved


//Tap Dance Declarations
enum {
Expand Down