Giter Club home page Giter Club logo

ifd-68's Introduction

This is the KeyWalker IFD-68 firmware burner for Linux OS which was reversed from the original Windows firmware.

Directory structure:

  • original/ -- original firmware and documentation

  • reverse/ -- default.bin and default.keymap.bin are raw dumps, parse.py is a simple Python script which converts raw dump (default.keymap.bin) to the ascii key map (default.keymap).

  • burner/ -- this is a firmware burner

Instructions to burn a firmware:

  1. Go to the burner/ directory and run make to compile the ifd68 binary.

  2. At the first time run the ./ifd68 without any arguments. It will generate a default map.asc file, a map of keys for keyboard. Each line of a file is a record. Each record consists of three columns separated by a whitespace. The first column is a FN_MOD (FN_OFF - FN key released, FN_ON - FN key pressed). The second column is a key on the keyboard for its default position. The third column represents the key which one wants to bind to this position.

  3. Edit the map.asc file. For example, to swap '-' and '+' one need to edit 12 and 13 lines like this:

FN_OFF - +
FN_OFF + -
  1. To write a changes to the keyboard just place map.asc file name to the first argument of ifd68:
./ifd68 map.asc

Caution: when one want to burn a new firmware he/she need to do it from the other keyboard or reboot (reconnect the USB cord) the keyboard after burning.

Any help would be great!

Contact: Nikita Ermakov [email protected]

ifd-68's People

Contributors

sh1r4s3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ifd-68's Issues

Can you have more detailed instructions how to install this?

Hi, I'm new and want to update this firmware, can you have a more detail installation how to use your? I tried myself and can generate a file ifd68 in burner, and after running that it generate a map.asc file, what should I do next with that file. Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.