From 7a8979eea37e9fd2ae71b53ede715a2464b40a75 Mon Sep 17 00:00:00 2001
From: florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Sat, 20 Mar 2010 12:29:34 +0000
Subject: mehr Änderungen für kbdneo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.neo-layout.org@2202 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 windows/kbdneo2/Quelldateien/kbdneo2.c  |  5 +----
 windows/kbdneo2/Quelldateien/kbdneo2.h  | 28 +++++-----------------------
 windows/kbdneo2/Quelldateien/kbdneo2.rc | 24 +++++++++++++++++-------
 3 files changed, 23 insertions(+), 34 deletions(-)

(limited to 'windows/kbdneo2')

diff --git a/windows/kbdneo2/Quelldateien/kbdneo2.c b/windows/kbdneo2/Quelldateien/kbdneo2.c
index 0e04603..b734340 100644
--- a/windows/kbdneo2/Quelldateien/kbdneo2.c
+++ b/windows/kbdneo2/Quelldateien/kbdneo2.c
@@ -1,9 +1,6 @@
 /***************************************************************************\
 * Module Name: KBDNEO2.C
-*
-* keyboard layout for German NEO 2.0
-*
-* History:
+* Deutsches ergonomische Layout Neo 2.0
 \***************************************************************************/
 
 #include <windows.h>
diff --git a/windows/kbdneo2/Quelldateien/kbdneo2.h b/windows/kbdneo2/Quelldateien/kbdneo2.h
index abf0517..25296f4 100644
--- a/windows/kbdneo2/Quelldateien/kbdneo2.h
+++ b/windows/kbdneo2/Quelldateien/kbdneo2.h
@@ -1,33 +1,15 @@
 /****************************** Module Header ******************************\
 * Module Name: KBDNEO2.H
-*
-* keyboard layout header for German NEO 2.0
-*
-* Various defines for use by keyboard input code.
-*
+* Header f�r das deutsche ergonomische Layout Neo 2.0
 \***************************************************************************/
-
-/*
- * kbd type should be controlled by cl command-line argument
- */
+// basiert auf den in der kbd.h definierten KBD-Type 4
 #define KBD_TYPE 4
 
-/*
-* Include the basis of all keyboard table values
-*/
+// kbd.h einschlie�en
 #include "kbd.h"
 #include <dontuse.h>
-/***************************************************************************\
-* The table below defines the virtual keys for various keyboard types where
-* the keyboard differ from the US keyboard.
-*
-* _EQ() : all keyboard types have the same virtual key for this scancode
-* _NE() : different virtual keys for this scancode, depending on kbd type
-*
-*     +------+ +----------+----------+----------+----------+----------+----------+
-*     | Scan | |    kbd   |    kbd   |    kbd   |    kbd   |    kbd   |    kbd   |
-*     | code | |   type 1 |   type 2 |   type 3 |   type 4 |   type 5 |   type 6 |
-\****+-------+_+----------+----------+----------+----------+----------+----------+*/
+
+
 // Tastenumbelegung f�r Neo 2.0 ; sonstige Tastenzuordnung siehe kbd.h
 #undef  T0D
 #define T0D _EQ(		 OEM_2		)
diff --git a/windows/kbdneo2/Quelldateien/kbdneo2.rc b/windows/kbdneo2/Quelldateien/kbdneo2.rc
index c70aa97..905b36c 100644
--- a/windows/kbdneo2/Quelldateien/kbdneo2.rc
+++ b/windows/kbdneo2/Quelldateien/kbdneo2.rc
@@ -1,18 +1,28 @@
 #include <windows.h>
+#define VER_USE_OTHER_MAJOR_MINOR_VER
+#define VER_PRODUCTMAJORVERSION    2
+#define VER_PRODUCTMINORVERSION    2002
+
 #include <ntverp.h>
 
 
-#define VER_PRODUCTBUILD            /* NT */   7600
-#define VER_PRODUCTBUILD_QFE        16385
+//#define VER_PRODUCTBUILD            1234
+//#define VER_PRODUCTBUILD_QFE        16385
+
+//#define VER_COMPANYNAME_STR         " "
+//#define VER_PRODUCTNAME_STR         "Neo 2 Tastaturtreiber"
+#define VER_LEGALCOPYRIGHT_STR      "wiki.neo-layout.org/wiki/Lizenzfragen"
+//VER_LEGALCOPYRIGHT_STR
+//#define VER_LEGALTRADEMARKS_STR     \
+"wiki.neo-layout.org/wiki/Lizenzfragen"
+
+//#define VER_FILEVERSION          5678
+//#define VER_FILEVERSION_STR       " "
 
-#define VER_COMPANYNAME_STR         "Windows (R) Win 7 DDK provider"
-#define VER_PRODUCTNAME_STR         "Windows (R) Win 7 DDK driver"
-#define VER_LEGALTRADEMARKS_STR     \
-"Windows (R) is a registered trademark of Microsoft Corporation."
 
 #define VER_FILETYPE              VFT_DLL
 #define VER_FILESUBTYPE           VFT2_DRV_KEYBOARD
-#define VER_FILEDESCRIPTION_STR   "Deutsch (NEO 2.0 ergonomisch) Tastaturlayout"
+#define VER_FILEDESCRIPTION_STR   "Deutsch (Neo 2.0 ergonomisch) Tastaturlayout"
 #define VER_INTERNALNAME_STR      "kbdneo2"
 #define VER_ORIGINALFILENAME_STR  "kbdneo2.dll"
 
-- 
cgit v1.2.3