summaryrefslogtreecommitdiff
path: root/keyboards/sawnsprojects
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2024-02-16 10:22:36 -0700
committerGitHub <noreply@github.com>2024-02-16 10:22:36 -0700
commitba4c8238cb497ec3e63615a2425c538971ec1053 (patch)
treeb215ebb6359ecfb7e1663da126308192279b5fae /keyboards/sawnsprojects
parentf6709e65ebfd385a9963348d41c19abe9b91e8ad (diff)
Fixup sawnsprojects/krush60 (#23095)
Diffstat (limited to 'keyboards/sawnsprojects')
-rw-r--r--keyboards/sawnsprojects/krush/krush60/solder/info.json9
-rw-r--r--keyboards/sawnsprojects/krush/krush60/solder/keymaps/default/readme.md3
-rw-r--r--keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/keymap.c19
-rw-r--r--keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/readme.md1
-rw-r--r--keyboards/sawnsprojects/krush/krush60/solder/readme.md18
-rw-r--r--keyboards/sawnsprojects/krush/krush60/solder/rules.mk12
6 files changed, 23 insertions, 39 deletions
diff --git a/keyboards/sawnsprojects/krush/krush60/solder/info.json b/keyboards/sawnsprojects/krush/krush60/solder/info.json
index 7aeb5ad38a..b3d4f8f97c 100644
--- a/keyboards/sawnsprojects/krush/krush60/solder/info.json
+++ b/keyboards/sawnsprojects/krush/krush60/solder/info.json
@@ -1,8 +1,13 @@
1{ 1{
2 "keyboard_name": "Krush60 - Solder", 2 "keyboard_name": "Krush60 - Solder",
3 "manufacturer": "SawnsProjects", 3 "manufacturer": "SawnsProjects",
4 "url": "",
5 "maintainer": "MaiTheSan", 4 "maintainer": "MaiTheSan",
5 "features": {
6 "bootmagic": true,
7 "extrakey": true,
8 "mousekey": true,
9 "rgblight": true
10 },
6 "usb": { 11 "usb": {
7 "vid": "0x5350", 12 "vid": "0x5350",
8 "pid": "0x6B32", 13 "pid": "0x6B32",
@@ -34,8 +39,6 @@
34 "knight": true, 39 "knight": true,
35 "christmas": true, 40 "christmas": true,
36 "static_gradient": true, 41 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true 42 "twinkle": true
40 } 43 }
41 }, 44 },
diff --git a/keyboards/sawnsprojects/krush/krush60/solder/keymaps/default/readme.md b/keyboards/sawnsprojects/krush/krush60/solder/keymaps/default/readme.md
deleted file mode 100644
index 1f6a41724d..0000000000
--- a/keyboards/sawnsprojects/krush/krush60/solder/keymaps/default/readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
1# The default keymap for krush60 solder
2
3Assigns a keycode to every possible switch location.
diff --git a/keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/keymap.c b/keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/keymap.c
index 39a6ee1be6..fa06994538 100644
--- a/keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/keymap.c
+++ b/keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/keymap.c
@@ -32,22 +32,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
32 _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_INS, KC_HOME, KC_PGUP, _______, 32 _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_INS, KC_HOME, KC_PGUP, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_END, KC_PGDN, _______, _______, _______, 33 _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_END, KC_PGDN, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
35 ), 35 )
36
37 [2] = LAYOUT_all(
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
43 ),
44
45 [3] = LAYOUT_all(
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
48 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
49 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
50 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
51 ),
52
53}; 36};
diff --git a/keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/readme.md b/keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/readme.md
deleted file mode 100644
index a7ca3b9c27..0000000000
--- a/keyboards/sawnsprojects/krush/krush60/solder/keymaps/via/readme.md
+++ /dev/null
@@ -1 +0,0 @@
1# The VIA keymap for krush60 solder
diff --git a/keyboards/sawnsprojects/krush/krush60/solder/readme.md b/keyboards/sawnsprojects/krush/krush60/solder/readme.md
index 36da34d372..1944ddaf09 100644
--- a/keyboards/sawnsprojects/krush/krush60/solder/readme.md
+++ b/keyboards/sawnsprojects/krush/krush60/solder/readme.md
@@ -1,6 +1,6 @@
1# Krush60 solder 1# Krush60 solder
2 2
3![Krush60](https://cdn.discordapp.com/attachments/898507964942536715/906171092916391956/252763374_2899749087003964_8763371038132517512_n.png) 3![Krush60](https://i.imgur.com/v8n2ED7h.jpeg)
4 4
5A 60% keyboard PCB made and sold by SawnsProjects with Nuxros in [Facebook](https://www.facebook.com/groups/vnmkmarket/posts/1412997345762674). 5A 60% keyboard PCB made and sold by SawnsProjects with Nuxros in [Facebook](https://www.facebook.com/groups/vnmkmarket/posts/1412997345762674).
6 6
@@ -10,6 +10,18 @@ A 60% keyboard PCB made and sold by SawnsProjects with Nuxros in [Facebook](http
10 10
11Make example for this keyboard (after setting up your build environment): 11Make example for this keyboard (after setting up your build environment):
12 12
13 make sawnsprojects/krush60/solder:default 13 make sawnsprojects/krush/krush60/solder:default
14 14
15See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). \ No newline at end of file 15Flashing example for this keyboard:
16
17 make sawnsprojects/krush/krush60/solder:default:flash
18
19See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
20
21## Bootloader
22
23Enter the bootloader in 3 ways:
24
25* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
26* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
27* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
diff --git a/keyboards/sawnsprojects/krush/krush60/solder/rules.mk b/keyboards/sawnsprojects/krush/krush60/solder/rules.mk
index c6d01d3079..6e7633bfe0 100644
--- a/keyboards/sawnsprojects/krush/krush60/solder/rules.mk
+++ b/keyboards/sawnsprojects/krush/krush60/solder/rules.mk
@@ -1,11 +1 @@
1# Build Options # This file intentionally left blank
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = yes # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = yes # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow