summaryrefslogtreecommitdiff
path: root/windows/kbdneo2
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-03-20 12:29:34 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-03-20 12:29:34 +0000
commit7a8979eea37e9fd2ae71b53ede715a2464b40a75 (patch)
tree8b125a5a11bfff61761a8d3d615700ddbafb41ab /windows/kbdneo2
parentfdcc86d5e9543a0bae551d75d2a41389ff36fd50 (diff)
downloadneo-layout-7a8979eea37e9fd2ae71b53ede715a2464b40a75.tar.gz
neo-layout-7a8979eea37e9fd2ae71b53ede715a2464b40a75.tar.bz2
neo-layout-7a8979eea37e9fd2ae71b53ede715a2464b40a75.zip
mehr Änderungen für kbdneo
git-svn-id: https://svn.neo-layout.org@2202 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/kbdneo2')
-rw-r--r--windows/kbdneo2/Quelldateien/kbdneo2.c5
-rw-r--r--windows/kbdneo2/Quelldateien/kbdneo2.h28
-rw-r--r--windows/kbdneo2/Quelldateien/kbdneo2.rc24
3 files changed, 23 insertions, 34 deletions
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"