Skip to content

Commit

Permalink
firmware fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 9811f45 commit b44b521
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 128 deletions.
Binary file removed asigatuita.png
Binary file not shown.
19 changes: 0 additions & 19 deletions keyboards/millet/doksin/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 1
#define MATRIX_COLS 1

/*
* Keyboard Matrix Assignments
*
* Change this to how you wired your keyboard
* COLS: AVR pins used for columns, left to right
* ROWS: AVR pins used for rows, top to bottom
* DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
*
*/
#define MATRIX_ROW_PINS { }
#define MATRIX_COL_PINS { D4 }
//#define UNUSED_PINS
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW

/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
*/


16 changes: 0 additions & 16 deletions keyboards/millet/doksin/doksin.c

This file was deleted.

33 changes: 0 additions & 33 deletions keyboards/millet/doksin/doksin.h

This file was deleted.

11 changes: 0 additions & 11 deletions keyboards/millet/doksin/doksin.json

This file was deleted.

63 changes: 44 additions & 19 deletions keyboards/millet/doksin/info.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,44 @@
{
"keyboard_name": "doksin",
"manufacturer": "millet",
"url": "",
"maintainer": "millet",
"usb": {
"vid": "0xBDD1",
"pid": "0x1919",
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {
"layout": [

{ "x": 0, "y": 0 }
]
}
}
}
{
"manufacturer": "millet",
"keyboard_name": "doksin",
"maintainer": "millet",
"bootloader": "atmel-dfu",
"bootmagic": {
"enabled": false
},
"diode_direction": "COL2ROW",
"features": {
"audio": false,
"backlight": false,
"bootmagic": false,
"command": false,
"console": false,
"extrakey": false,
"mousekey": false,
"nkro": false,
"rgblight": false,
"swap_hands": false
},
"matrix_pins": {
"direct": [
["D4"]
]
},
"mouse_key": {
"enabled": false
},
"processor": "atmega32u2",
"url": "",
"usb": {
"device_version": "0.0.1",
"pid": "0x1919",
"vid": "0xBDD1"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0}
]
}
}
}
10 changes: 1 addition & 9 deletions keyboards/millet/doksin/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT( /* Base */
KC_1
),
[1] = LAYOUT(
KC_TRNS
),
[2] = LAYOUT(
KC_TRNS
),
[3] = LAYOUT(
KC_TRNS
),

};
21 changes: 0 additions & 21 deletions keyboards/millet/doksin/rules.mk
Original file line number Diff line number Diff line change
@@ -1,21 +0,0 @@
# MCU name
MCU = atmega32u2

# Bootloader selection
BOOTLOADER = atmel-dfu

# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SWAP_HANDS_ENABLE = no # Enable one-hand typing

SPLIT_KEYBOARD = no

0 comments on commit b44b521

Please sign in to comment.