Skip to content

Commit

Permalink
Revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsonwheels committed Dec 14, 2024
1 parent fae66c9 commit 84b9ae9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion keyboards/swiss/keyboard.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manufacturer": "Bregoli",
"keyboard_name": "Swiss",
"keyboard_name": "swiss",
"maintainer": "Bregoli",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
Expand Down
2 changes: 1 addition & 1 deletion keyboards/swiss/keymaps/vial/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

#define VIAL_KEYBOARD_UID { 0xC5, 0x64, 0x74, 0x99, 0xA3, 0x2A, 0x18, 0x39 }

// Esc + Enter
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }

#define VIAL_UNLOCK_COMBO_COLS { 0, 12 }
3 changes: 0 additions & 3 deletions keyboards/swiss/keymaps/vial/vial.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"name": "Swiss",
"vendorId": "0x4C43",
"productId": "0x0420",
"matrix": {
"rows": 5,
"cols": 15
Expand Down
17 changes: 9 additions & 8 deletions keyboards/swiss/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
![Swiss](https://i.imgur.com/8G6MB5D.png)

An HHKB that looks like... Cheese?
A fun, not so serious, ridiculously cheesy keyboard.
A fun, not so serious, ridiculously cheesy keyboard.

- Keyboard Maintainer: [Bregoli](https://geekhack.org/index.php?topic=119509.0)
- Hardware Supported: Custom HHKB PCB and C3 Unified Daughterboard
* Keyboard Maintainer: [Bregoli](https://geekhack.org/index.php?topic=119509.0)
* Hardware Supported: Custom HHKB PCB and C3 Unified Daughterboard

Make example for this keyboard (after setting up your build environment):

make swiss:vial
make swiss:default

Flashing example for this keyboard:

make swiss:vial:flash
make swiss:default:flash

See 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).


## Bootloader

Enter the bootloader in 3 ways:

- **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
- **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

0 comments on commit 84b9ae9

Please sign in to comment.