Skip to content

Commit

Permalink
Making sure all files are up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan-OS committed Jun 19, 2022
1 parent fad2e6a commit d80eca1
Show file tree
Hide file tree
Showing 56 changed files with 6,067 additions and 1,244 deletions.
Binary file added Blender Files/Renders/Jpgs/Butterfly Tea.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Liquorice.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Matcha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Plain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Red Bean.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Strawberry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Taro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Tea + Taro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blender Files/Renders/Jpgs/Waterdrop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Case/CNC Case.SLDPRT
Binary file not shown.
5,042 changes: 5,042 additions & 0 deletions Case/Case Foam.DXF

Large diffs are not rendered by default.

Binary file added Case/NewCase.SLDPRT
Binary file not shown.
Binary file added Case/NewCase.STL
Binary file not shown.
Binary file added Case/SmallTest.SLDPRT
Binary file not shown.
Binary file added Case/SmallTest.STL
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
861 changes: 727 additions & 134 deletions PCB/Hotswap PCB.kicad_pcb

Large diffs are not rendered by default.

Binary file added PCB/PCB-backups/PCB-2022-05-30_190502.zip
Binary file not shown.
Binary file added PCB/PCB-backups/PCB-2022-06-01_181741.zip
Binary file not shown.
Binary file added PCB/PCB-backups/PCB-2022-06-19_170454.zip
Binary file not shown.
Binary file added PCB/PCB-backups/PCB-2022-06-19_191428.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion PCB/PCB.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "Gerber Outputs/Solder PCB/")
(outputdirectory "Gerbers/Solder PCB/")
)
)

Expand Down
2 changes: 1 addition & 1 deletion PCB/PCB.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": {
"active_layer": 0,
"active_layer": 43,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_nets": [],
Expand Down
4 changes: 2 additions & 2 deletions PCB/PCB.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "3D Files/Solder PCB.step",
"vrml": "../Blender Files/PCB.wrl"
"step": "C:/Users/NehNe/Downloads/Moch40 Product Photos/Solder PCB.step",
"vrml": "C:/Users/NehNe/Downloads/Moch40 Product Photos/PCB.wrl"
},
"page_layout_descr_file": ""
},
Expand Down
1 change: 0 additions & 1 deletion QMKFirmware/fine40/README.markdown

This file was deleted.

60 changes: 4 additions & 56 deletions QMKFirmware/fine40/config.h
Original file line number Diff line number Diff line change
@@ -1,64 +1,12 @@
#ifndef CONFIG_H
#define CONFIG_H
// Copyright 2022 Aidan Smith (@Aidan-OS)
// SPDX-License-Identifier: GPL-2.0-or-later

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID 0xA059
#define PRODUCT_ID 0x4564
#define DEVICE_VER 0x0001
#define MANUFACTURER Aidan
#define PRODUCT fine!40
#define DESCRIPTION A modular PCB with Wired and Bluetooth options
#pragma once

/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 6
#include "config_common.h"

#define ENCODER_RESOLUTION 2
#define ENCODERS_PAD_A { D5 }
#define ENCODERS_PAD_B { B7 }

/* key matrix pins */
#define MATRIX_ROW_PINS { F5, F6, B2, B5, F4, D4, B4, B6 }
#define MATRIX_COL_PINS { B3, E6, B1, D7, F7, C6 }
#define UNUSED_PINS

/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

#define OLED_DISPLAY_128X64 //Comment this out to change the screen size

/* number of backlight levels */

#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 3
#endif

/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

/* key combination for command */
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)

/* prevent stuck modifiers */
#define PREVENT_STUCK_MODIFIERS

#define RGB_DI_PIN C7
#ifdef RGB_DI_PIN
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 8
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#endif

#endif
1 change: 0 additions & 1 deletion QMKFirmware/fine40/fine40.c

This file was deleted.

72 changes: 0 additions & 72 deletions QMKFirmware/fine40/fine40.h

This file was deleted.

Loading

0 comments on commit d80eca1

Please sign in to comment.