Ikbc Poker 2 Firmware



3 programmable layers and 4 Built-in layouts, Qwerty, Colemak, Dvorak & Workman. The new Poker II is equipped with Cherry MX Switches, Red, Black, Brown and Blue. Keyboard fully programmable via hardware, no software is needed, onboard memory. 6 DIP switches for an extended and easy customization. USB Type C connector, detachable and braided. New Poker II Firmware 1.03.03: Release date: 06.19.17. Notes: New Features include: Fn layer now supports Macros. You can now move any pre-programmed Fn key to any other key, for example: Arrow keys are pre-programmed by default on WASD keys by pressing Fn + any of these keys. You can now move the arrow keys on the Fn layer to any other key. IKBC New Poker II Black Case 60% Laser Engraved PBT Mechanical Keyboard. Availability: In Stock. Switch options: Cherry MX Brown, Blue, or Red. The IKBC NEW Poker II is a true 60% mechanical keyboard with real-time macro programming. IKBC removed all the non-essential keys and shifted their functionality to another layer within the keyboard, the keyboard has 3 fully programmable layers.

My Karabiner private configurations for ikbc Poker II.
Firmware
private.xml
IkbcPoker
<?xml version='1.0'?>
<root>
<item>
<name>Directions</name>
<identifier>private.directions</identifier>
<autogen>
__KeyToKey__
KeyCode::I, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_UP
</autogen>
<autogen>
__KeyToKey__
KeyCode::K, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_DOWN
</autogen>
<autogen>
__KeyToKey__
KeyCode::J, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_LEFT
</autogen>
<autogen>
__KeyToKey__
KeyCode::L, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_RIGHT
</autogen>
<autogen>
__KeyToKey__
KeyCode::U, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::HOME
</autogen>
<autogen>
__KeyToKey__
KeyCode::O, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::END
</autogen>
<autogen>
__KeyToKey__
KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::PAGEUP
</autogen>
<autogen>
__KeyToKey__
KeyCode::BRACKET_RIGHT, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::PAGEDOWN
</autogen>
</item>
<item>
<name>Switch windows</name>
<identifier>private.switch.windows</identifier>
<autogen>
__KeyToKey__
KeyCode::ESCAPE, ModifierFlag::COMMAND_L,
KeyCode::BACKQUOTE, ModifierFlag::COMMAND_L
</autogen>
</item>
<item>
<name>` and ~</name>
<identifier>private.wave</identifier>
<autogen>
__KeyToKey__
KeyCode::ESCAPE, ModifierFlag::SHIFT_L,
KeyCode::BACKQUOTE, ModifierFlag::SHIFT_L
</autogen>
<autogen>
__KeyToKey__
KeyCode::ESCAPE, ModifierFlag::CONTROL_L,
KeyCode::BACKQUOTE
</autogen>
</item>
</root>

Ikbc Poker 2 Firmware Unblocked

commented Aug 4, 2015

ikbc Poker II has no direction keys and the backquote key. I use Karabiner with some configurations to emulate the keys.

  • control + command + I / J / K / L = direction keys
  • control + command + U / P = home / end
  • control + command + [ / ] = page up / page down
  • shift + esc = ~
  • control + esc = `
  • command + esc = switching between windows of an app ( command + ` )

commented Aug 4, 2015

Ikbc Poker 2 Firmware

BTW, I swapped the alt and the command keycaps to match Mac's keyboard. Some configurations to System Preferences > Keyboard > Modifier Keys will make this swap work.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
My Karabiner private configurations for ikbc Poker II.
private.xml
<?xml version='1.0'?>
<root>
<item>
<name>Directions</name>
<identifier>private.directions</identifier>
<autogen>
__KeyToKey__
KeyCode::I, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_UP
</autogen>
<autogen>
__KeyToKey__
KeyCode::K, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_DOWN
</autogen>
<autogen>
__KeyToKey__
KeyCode::J, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_LEFT
</autogen>
<autogen>
__KeyToKey__
KeyCode::L, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::CURSOR_RIGHT
</autogen>
<autogen>
__KeyToKey__
KeyCode::U, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::HOME
</autogen>
<autogen>
__KeyToKey__
KeyCode::O, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::END
</autogen>
<autogen>
__KeyToKey__
KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::PAGEUP
</autogen>
<autogen>
__KeyToKey__
KeyCode::BRACKET_RIGHT, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L,
KeyCode::PAGEDOWN
</autogen>
</item>
<item>
<name>Switch windows</name>
<identifier>private.switch.windows</identifier>
<autogen>
__KeyToKey__
KeyCode::ESCAPE, ModifierFlag::COMMAND_L,
KeyCode::BACKQUOTE, ModifierFlag::COMMAND_L
</autogen>
</item>
<item>
<name>` and ~</name>
<identifier>private.wave</identifier>
<autogen>
__KeyToKey__
KeyCode::ESCAPE, ModifierFlag::SHIFT_L,
KeyCode::BACKQUOTE, ModifierFlag::SHIFT_L
</autogen>
<autogen>
__KeyToKey__
KeyCode::ESCAPE, ModifierFlag::CONTROL_L,
KeyCode::BACKQUOTE
</autogen>
</item>
</root>
Ikbc poker 2 firmware downloads

commented Aug 4, 2015

ikbc Poker II has no direction keys and the backquote key. I use Karabiner with some configurations to emulate the keys.

  • control + command + I / J / K / L = direction keys
  • control + command + U / P = home / end
  • control + command + [ / ] = page up / page down
  • shift + esc = ~
  • control + esc = `
  • command + esc = switching between windows of an app ( command + ` )

commented Aug 4, 2015

BTW, I swapped the alt and the command keycaps to match Mac's keyboard. Some configurations to System Preferences > Keyboard > Modifier Keys will make this swap work.

Ikbc Poker Firmware

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment