Skip to content

Commit

Permalink
delete config.h, unused annotations, fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
oRE-o committed Oct 21, 2023
1 parent cd117b4 commit 7d0cbad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
20 changes: 0 additions & 20 deletions keyboards/purin/config.h

This file was deleted.

12 changes: 1 addition & 11 deletions keyboards/purin/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
* ┌───┬───┬───┬───┐
* │ 7 │ 8 │ 9 │ / │
* ├───┼───┼───┼───┤
* │ 4 │ 5 │ 6 │ * │
* ├───┼───┼───┼───┤
* │ 1 │ 2 │ 3 │ - │
* ├───┼───┼───┼───┤
* │ 0 │ . │Ent│ + │
* └───┴───┴───┴───┘
*/

[0] = LAYOUT( // for windows
KC_ESC, QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
KC_HOME, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
Expand Down
12 changes: 1 addition & 11 deletions keyboards/purin/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
* ┌───┬───┬───┬───┐
* │ 7 │ 8 │ 9 │ / │
* ├───┼───┼───┼───┤
* │ 4 │ 5 │ 6 │ * │
* ├───┼───┼───┼───┤
* │ 1 │ 2 │ 3 │ - │
* ├───┼───┼───┼───┤
* │ 0 │ . │Ent│ + │
* └───┴───┴───┴───┘
*/

[0] = LAYOUT( // for windows
KC_ESC, QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
KC_HOME, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
Expand Down

0 comments on commit 7d0cbad

Please sign in to comment.